#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t9DDD21BEC451C756148CBEFC90FB30B94905CCB5; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t8239E034F8915DC8606775D1BBF64524B2EDF161; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_tE3169273FA6CCA42609BF08C363FB4312F7DC271; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t6BA45CA964534C470ED18E25ED907815FBA716E8; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t29EDFBE4E771934A2CE7C2B4C4545CC8255FFF8C; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_t12E701DAFE07CAC76E3877F7200BE51A54F44530; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_tB0BDF919BADA92E9841A04E05192CE9802BD7B86; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_tA294B4EE512B7D88A08663D5E0E5C811646D7642; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_t0CC4379C8522C2E8FF43DF1179011AF3F4ED7106; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_t9D85386814FFFDC9E1E67D1CD0767CE8868164B0; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_t78243E72E0F2E40D955DCADE2DFDD12CDAC2EE91; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_tEF10F224D4688AA95F6E61B0B86C051CC4527C69; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_t7C203308320D245BE5C0C27798B48FFF0492131B; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t45CC51AA4E866DA5171C90F7FCA5ADFBEAF63F53; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tDCA7F78766BF1421CE898340FC573D6FAC73DEDE; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tDFA23B47960441360E7F956D35BE4C74D9AF963A; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t5037D5A12D135D34FBC1E4308492AFCE06A729AB; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tF52278DFAAFE0790DE7DA2C77D79CF06D3E56383; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t04455AD5D6759373308126F5E4843333C534FC1F; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t223A69A3835222A0688859AB6C4FA1B20D0D98B1; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t6D9B1263BF0EDFA691693B685E720FC0819C2786; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC4306A9C54DACA936850A1471761A7E085CDFB43; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t3A8A79397B1C451A62933E190D8595988971F3A2; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t2B822F3EBC4EA978B8711B40A17A6E4DAD41A7F1; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t06B549F7C8B965CFDBADB5206A6F9D7D02118434; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t16F9D6F4E2834B92468CD0CEAD3C6968CD609663; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t38681351FD5ED99CF1F5977E767D22F53BE11F51; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t419255CC28E0A376600CB6EDC8FA17FDF947F5BA; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD308222493B742118B82AD95AB1337D4535F18ED; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t5516A55C8B811871A674BAA284DDBAB1E3F10688; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tF8732D29714A9F0A0B6F750E67151097027C9B10; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD83E7858A6DD635E7FD2CCCBC9F8A1A24264F317; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t8ACDB2E7176576DBD8551B101AF05B9E8349B8AA; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tDEBFD18F06DE08312CCD8266DEED543C1C447C50; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t7744F039AAB609BCA79CC62A6D35B961AA4D81E9; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t5FAE4DD8EC7E63DC8A8CB40CEE9597DFA6B347E7; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t016D2B47C17999BA00083C0BDA4C8BAB0C21A59F; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t02EBD51DFEEF332D01FA631E5F61C342E9C83DC5; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t2F2EBB4118DC985A91F4C5DC5AAD6EB4A5886BB0; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t0846E0BB77F658C81D2A548DEF66600F14D6D383; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC493978E614E28F74A16C5DC148F05351239851C; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC363686479F45B75F8590C0C62B632D40C74A400; // JCUnityLib.CustomJson/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t8DBEFE8C363F7E5B9530B197EFA6BA860BFA3D17; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_t9AB3CEEC6C2B6B7205F8684C83883212B4DF3A8B; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_t1313344FE21867C0CBF22560F286C8CB44EE6E7F; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_tEF326587523AC39FB930EA79969A968436138BF1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_tB7FA6AA9131DB16D3B2B211A60E1F705594613F0; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_tB3A63E167805F8ABFA3C3D39E60DA47564A663D3; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_t3DC1811C8B923D49DDC16250D47634EF4CA21668; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_t692191084A403FCF4F4AE24B23352A017B6D87F1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_tCB5119583B55027EC12CEB09B074C07E481785D0; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_t9B135417E9C988A8D0C07AF642F3A4C912E34996; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_t026AD4DFDE31493C6CF99E41A74AE8694352390B; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_tC7A3C4C9E049F7D92C61A119FDCC2D29E2A7F0BA; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_t1E050ABC49558B616B297B411FCA25A99435D492; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1 struct U3CU3Ec__DisplayClass5_0_1_t286EEF46A32DAE6AE403E6965E143E31444ED97E; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1 struct U3CU3Ec__DisplayClass62_0_1_t167C2C35CDCA8B0C6BA4F0058CDD9460913B3C28; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1 struct U3CU3Ec__DisplayClass62_0_1_t8BDAD778F4423CD080F6D14FA80C133F014D3229; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1 struct U3CU3Ec__DisplayClass64_0_1_t37BB6CF3260806F34A447F33F72FABBB093D6397; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1 struct U3CU3Ec__DisplayClass64_0_1_tE3B3FDFF16A2A372CEBF83AE2AD698273D368164; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass69_0`1 struct U3CU3Ec__DisplayClass69_0_1_t3D62B51DDA3974444E04FB957DAF1146C0089E8A; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t4AAEC700741B2E74BAA4BB5C9F034E446A18A9C6; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass70_0`2 struct U3CU3Ec__DisplayClass70_0_2_t93293337E24DBEBBFB998CAC307E2130168DA2D1; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass71_0`3 struct U3CU3Ec__DisplayClass71_0_3_tFEF7F24BB05471348A0007DEC81333EAFF595FA0; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass72_0`4 struct U3CU3Ec__DisplayClass72_0_4_t957B519FFE5905FD1350D8C601C1AB346E755421; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1 struct U3CU3Ec__DisplayClass7_0_1_tF07AF6FC93863D59BA0D970CA22F8F1FB39A9B6D; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1 struct U3CU3Ec__DisplayClass8_0_1_tDD01E075D9A833A8CE7E2A31C80F19CB3A36045B; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t5A0C951DACBA896CC0CA478D42E60A23A2B8E2FB; // <>f__AnonymousType0`2 struct U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E; // <>f__AnonymousType0`2 struct U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D; // <>f__AnonymousType1`3 struct U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0; // <>f__AnonymousType1`3 struct U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94; // <>f__AnonymousType2`2 struct U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C; // System.Xml.Linq.XObject/d__16`1 struct U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`3 struct Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB; // System.Action`3 struct Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C; // System.Action`4 struct Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Func`1> struct Func_1_tC5DC3C197A1B44AF4BA1E8FAE5D7D0072186B7AA; // System.Func`1> struct Func_1_t9A86808A7EC287D6CAFD75D4757CF653969E0503; // System.Func`1 struct Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7; // System.Func`2,System.Boolean> struct Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A; // System.Func`2,System.Boolean> struct Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03; // System.Func`2,System.Boolean> struct Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834; // System.Func`2,System.Boolean> struct Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC; // System.Func`2,System.Boolean> struct Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943; // System.Func`2,System.Boolean> struct Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB; // System.Func`2,System.Boolean> struct Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609; // System.Func`2,System.Boolean> struct Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A; // System.Func`2,System.Boolean> struct Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61; // System.Func`2,System.Boolean> struct Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516; // System.Func`2,System.Boolean> struct Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4; // System.Func`2,System.Boolean> struct Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5; // System.Func`2,System.Boolean> struct Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE; // System.Func`2,System.Boolean> struct Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A; // System.Func`2,System.Boolean> struct Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825; // System.Func`2,System.Boolean> struct Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823; // System.Func`2,System.Boolean> struct Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49; // System.Func`2,System.Boolean> struct Func_2_t71246452552324E63369238428A8262C35D51CF9; // System.Func`2,System.Boolean> struct Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708; // System.Func`2,System.Boolean> struct Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F; // System.Func`2,System.Boolean> struct Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0; // System.Func`2,System.Boolean> struct Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE; // System.Func`2,System.Boolean> struct Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D; // System.Func`2,System.Boolean> struct Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C; // System.Func`2,System.Boolean> struct Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60; // System.Func`2,System.Boolean> struct Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B; // System.Func`2,System.Boolean> struct Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175; // System.Func`2,System.Boolean> struct Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861; // System.Func`2,System.Boolean> struct Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53; // System.Func`2,System.Boolean> struct Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0; // System.Func`2,System.Boolean> struct Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6; // System.Func`2,System.Boolean> struct Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8; // System.Func`2,System.Boolean> struct Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E; // System.Func`2,System.Boolean> struct Func_2_t239CB9BD97BACD157551702FB480608AE50B3744; // System.Func`2,System.Boolean> struct Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B; // System.Func`2,System.Boolean> struct Func_2_tB8572691A3B246ABF46383743017D964596AF563; // System.Func`2 struct Func_2_t07A8C3DB493D3FE14259D33200443036194A8695; // System.Func`2 struct Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF; // System.Func`2 struct Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857; // System.Func`2 struct Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274; // System.Func`2> struct Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F; // System.Func`2> struct Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9; // System.Func`2> struct Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4; // System.Func`2> struct Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B; // System.Func`2> struct Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968; // System.Func`2> struct Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987; // System.Func`2> struct Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F; // System.Func`2> struct Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59; // System.Func`2> struct Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67; // System.Func`2> struct Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037; // System.Func`2> struct Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5; // System.Func`2> struct Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609; // System.Func`2> struct Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754; // System.Func`2> struct Func_2_tFD81B74596B148B39BB05469981F25AED577A157; // System.Func`2> struct Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB; // System.Func`2> struct Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818; // System.Func`2> struct Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED; // System.Func`2> struct Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B; // System.Func`2> struct Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C; // System.Func`2> struct Func_2_t5182A96930054BE024323674CBD1CD426A177ACA; // System.Func`2> struct Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068; // System.Func`2> struct Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C; // System.Func`2> struct Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7; // System.Func`2> struct Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79; // System.Func`2> struct Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF; // System.Func`2> struct Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815; // System.Func`2> struct Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0; // System.Func`2> struct Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710; // System.Func`2> struct Func_2_tF6F51BA45704858319C9B9985D27D2293161E875; // System.Func`2> struct Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D; // System.Func`2> struct Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04; // System.Func`2> struct Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2; // System.Func`2> struct Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712; // System.Func`2> struct Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A; // System.Func`2> struct Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB; // System.Func`2> struct Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149; // System.Func`2 struct Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957; // System.Func`2 struct Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A; // System.Func`3 struct Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250; // System.Func`4 struct Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB; // System.Func`4 struct Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A; // System.Func`4 struct Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD; // System.Func`4 struct Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t482FE963CE5E5006365C8701A9EAD941D7BC18B0; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t2445ACA4260DC0C20658E43FFD85930A550AA7F1; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t1DE81FB1B356C4A4B0214BF6F739EA13E91A3C4B; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tC21397EDFC349E1B458CD9B971DC6F5E0FF687DF; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t4B3AB3BCC0AAA801F14FE355216A8FEE848B7265; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tE9B69703F5A8CE98A73D56009F67D0017EDB44E5; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tC61AB32A1CDB4EF25ADFB786EA9E9AFF7766FC30; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tDA5AA7C8849B80201164F620BDBCA96ECEC2CA07; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tD2FE06A8A6F96133B5EF8C85C3ADC960B16A6189; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tD51E07376DB59554AC295C26F3D63766CBE267AC; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tA291EB6A6AD1483C2CF20D9C392DC4C6B4AD87C0; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t788F76FEFDFED164D1E2D26B7D0724EDD047C711; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t2EC650691788A33D3BE877039ECC1614812227EF; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tCA150B316ED67238C1032D017BBDD976DAFBF93C; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t3DB811BD5BCCF84EFB9C29BBB50387EEC013C3CA; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t47E53E50264594FF9317D100079B5D9B6149BB6C; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t38C372A2740296DB76C0E44F3EAFBC1839DDF8F8; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t065C8183E2A1952AA13556C8583DB5B373113BF7; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tE23808068AB549397F9A6AC3B9B0C1350569A325; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t36666C95C99395DCA62ABAE6B4FC769D5A9A7ECF; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t9F88B7805B902D806F7B87368AFBE18F0EDF88F4; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t47710AAE35725C8D679B35934F4D5DDB790B2319; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tA6FE0B8CF68BB54DE2755EB7069AA3DB48396C07; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t806B06441552773FF43B0E16041995C6EA40B9FA; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t9D80045780C1DF6F9653B200BD49E9E4D5ED86FF; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t294C5827162065808B2FD6494EBA60063F61E894; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t4BF10E7DB1AF86F45B26D8A2C3F2191D91111DA3; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_tA19C817C8E3AC46EAB15CCFD3F6380E3C4ABDC43; // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> struct Func_5_t4FE286A681C50CAB851A450E92E5DB8CDD5EC53C; // BestHTTP.Futures.Future`1> struct Future_1_t0952E26728C551276306665D29C64BC8C2A4644D; // BestHTTP.Futures.Future`1> struct Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4; // BestHTTP.Futures.Future`1 struct Future_1_t796DA7060D311DD44830F21E96B78D29722417D9; // BestHTTP.Futures.Future`1 struct Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tBCA9FB7C51F0AAB902AB5AD3CDCAFE12D2D631C1; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tB7D12F25E433EAD4509A49D8C2F8435C9D9BC04E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t36EE8FA3FD23861B4E4DC46740BAAF29984F20CD; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3; // System.Lazy`1 struct Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E; // System.Lazy`1 struct Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363; // System.Collections.Generic.List`1>> struct List_1_t4B334A248E6B711202965D93DEB29FA9E4C35506; // System.Collections.Generic.List`1>> struct List_1_t7908CD6924D40EE23A8B3507C3B5FAE60616F83B; // System.Collections.Generic.List`1> struct List_1_tA6840993D79A3ACA0632F3DE4DADA68F4E1ECC48; // System.Collections.Generic.List`1> struct List_1_t64720B6846F88AC8180ECAF1295660114911F9C6; // System.Collections.Generic.List`1>> struct List_1_tC96B747C55D8E22250503593F8288B7A1B941073; // System.Collections.Generic.List`1>> struct List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995; // System.Collections.Generic.List`1> struct List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1; // System.Collections.Generic.List`1> struct List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B; // System.Collections.Generic.List`1 struct List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106; // System.Pinnable`1 struct Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED; // System.Pinnable`1 struct Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD; // System.Pinnable`1 struct Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A; // System.Pinnable`1 struct Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF; // System.Pinnable`1 struct Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637; // System.Pinnable`1 struct Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF; // System.Pinnable`1 struct Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03; // System.Pinnable`1 struct Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110; // System.Pinnable`1 struct Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF; // System.Pinnable`1 struct Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5; // System.Pinnable`1 struct Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D; // System.Pinnable`1 struct Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B; // System.Pinnable`1 struct Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773; // System.Pinnable`1 struct Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC; // System.Pinnable`1 struct Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E; // System.Pinnable`1 struct Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0; // System.Pinnable`1 struct Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3; // System.Pinnable`1 struct Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56; // System.Pinnable`1 struct Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804; // System.Pinnable`1 struct Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8; // System.Pinnable`1 struct Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4; // System.Pinnable`1 struct Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D; // System.Pinnable`1 struct Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF; // System.Pinnable`1 struct Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF; // System.Pinnable`1 struct Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63; // System.Pinnable`1 struct Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716; // System.Pinnable`1 struct Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF; // System.Pinnable`1 struct Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C; // System.Pinnable`1 struct Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5; // System.Double[][] struct DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D; // System.Single[][] struct SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Numerics.Complex[] struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5; // MathNet.Numerics.Complex32[] struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // JCUnityLib.CustomJson struct CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Exception struct Exception_t; // System.Reflection.FieldInfo struct FieldInfo_t; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6; // BestHTTP.SignalRCore.HubOptions struct HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // BestHTTP.SignalRCore.IAuthenticationProvider struct IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // SixLabors.ImageSharp.Formats.IImageEncoderInternals struct IImageEncoderInternals_t89BD83CC52134D3CA44FD137DAC432EC0D328838; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // BestHTTP.SignalRCore.IProtocol struct IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304; // BestHTTP.SignalRCore.ITransport struct ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE; // SixLabors.ImageSharp.Formats.ImageFormatManager struct ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // BestHTTP.SignalRCore.Messages.NegotiationResult struct NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor struct TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector struct TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B; // System.Type struct Type_t; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Xml.Linq.XContainer struct XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525; // System.Xml.Linq.XObject struct XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; IL2CPP_EXTERN_C RuntimeClass* Exception_t_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* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1AE5582FE4D479084E4A0651BCC2F44F1DF3FDD7; IL2CPP_EXTERN_C String_t* _stringLiteral2180A03C40EDFFC95CD7CA87C07BA9D2DE052DFE; IL2CPP_EXTERN_C String_t* _stringLiteral44373090E3E7197ABB2861590A80E833E3B71C32; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CAnnotationsU3Ed__16_1_System_Collections_IEnumerator_Reset_mE10078C0A0C37524A003A3F5C060F5912716073D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_m7562E27957FF3E41758AB407C501A1906299D84E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_mDA386C19958278B4F17D0C5E5E8CC70E958F32E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_mFE46C28CF7CA2B11882AFB48B0AEB00F22E0FB36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D; struct SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5; struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; 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 // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t9DDD21BEC451C756148CBEFC90FB30B94905CCB5 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::<>4__this DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___U3CU3E4__this_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::f Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * ___f_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t9DDD21BEC451C756148CBEFC90FB30B94905CCB5, ___U3CU3E4__this_0)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t9DDD21BEC451C756148CBEFC90FB30B94905CCB5, ___f_1)); } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * get_f_1() const { return ___f_1; } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t8239E034F8915DC8606775D1BBF64524B2EDF161 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::<>4__this DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___U3CU3E4__this_0; // T[][] MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::ret DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D* ___ret_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t8239E034F8915DC8606775D1BBF64524B2EDF161, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_ret_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t8239E034F8915DC8606775D1BBF64524B2EDF161, ___ret_1)); } inline DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D* get_ret_1() const { return ___ret_1; } inline DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D** get_address_of_ret_1() { return &___ret_1; } inline void set_ret_1(DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D* value) { ___ret_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ret_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_tE3169273FA6CCA42609BF08C363FB4312F7DC271 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::<>4__this DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___U3CU3E4__this_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::f Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___f_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_tE3169273FA6CCA42609BF08C363FB4312F7DC271, ___U3CU3E4__this_0)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_tE3169273FA6CCA42609BF08C363FB4312F7DC271, ___f_1)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_f_1() const { return ___f_1; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t6BA45CA964534C470ED18E25ED907815FBA716E8 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::<>4__this DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___U3CU3E4__this_0; // T[][] MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::ret SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* ___ret_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t6BA45CA964534C470ED18E25ED907815FBA716E8, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_ret_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t6BA45CA964534C470ED18E25ED907815FBA716E8, ___ret_1)); } inline SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* get_ret_1() const { return ___ret_1; } inline SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9** get_address_of_ret_1() { return &___ret_1; } inline void set_ret_1(SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* value) { ___ret_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ret_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t29EDFBE4E771934A2CE7C2B4C4545CC8255FFF8C : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::<>4__this DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___U3CU3E4__this_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::f Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * ___f_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t29EDFBE4E771934A2CE7C2B4C4545CC8255FFF8C, ___U3CU3E4__this_0)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t29EDFBE4E771934A2CE7C2B4C4545CC8255FFF8C, ___f_1)); } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * get_f_1() const { return ___f_1; } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_t12E701DAFE07CAC76E3877F7200BE51A54F44530 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::diagonalTarget DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * ___diagonalTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::f Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::<>4__this DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_t12E701DAFE07CAC76E3877F7200BE51A54F44530, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_t12E701DAFE07CAC76E3877F7200BE51A54F44530, ___f_1)); } inline Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * get_f_1() const { return ___f_1; } inline Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_t12E701DAFE07CAC76E3877F7200BE51A54F44530, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_tB0BDF919BADA92E9841A04E05192CE9802BD7B86 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::diagonalTarget DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___diagonalTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::f Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::<>4__this DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_tB0BDF919BADA92E9841A04E05192CE9802BD7B86, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_tB0BDF919BADA92E9841A04E05192CE9802BD7B86, ___f_1)); } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * get_f_1() const { return ___f_1; } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_tB0BDF919BADA92E9841A04E05192CE9802BD7B86, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_tA294B4EE512B7D88A08663D5E0E5C811646D7642 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::diagonalTarget DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___diagonalTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::f Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::<>4__this DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_tA294B4EE512B7D88A08663D5E0E5C811646D7642, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_tA294B4EE512B7D88A08663D5E0E5C811646D7642, ___f_1)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_f_1() const { return ___f_1; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_tA294B4EE512B7D88A08663D5E0E5C811646D7642, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1 struct U3CU3Ec__DisplayClass45_0_1_t0CC4379C8522C2E8FF43DF1179011AF3F4ED7106 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::diagonalTarget DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___diagonalTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::f Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::<>4__this DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_t0CC4379C8522C2E8FF43DF1179011AF3F4ED7106, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_t0CC4379C8522C2E8FF43DF1179011AF3F4ED7106, ___f_1)); } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * get_f_1() const { return ___f_1; } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_1_t0CC4379C8522C2E8FF43DF1179011AF3F4ED7106, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_t9D85386814FFFDC9E1E67D1CD0767CE8868164B0 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::diagonalTarget DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * ___diagonalTarget_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::f Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::<>4__this DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t9D85386814FFFDC9E1E67D1CD0767CE8868164B0, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t9D85386814FFFDC9E1E67D1CD0767CE8868164B0, ___f_1)); } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * get_f_1() const { return ___f_1; } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t9D85386814FFFDC9E1E67D1CD0767CE8868164B0, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_t78243E72E0F2E40D955DCADE2DFDD12CDAC2EE91 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::diagonalTarget DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___diagonalTarget_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::f Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::<>4__this DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t78243E72E0F2E40D955DCADE2DFDD12CDAC2EE91, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t78243E72E0F2E40D955DCADE2DFDD12CDAC2EE91, ___f_1)); } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * get_f_1() const { return ___f_1; } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t78243E72E0F2E40D955DCADE2DFDD12CDAC2EE91, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_tEF10F224D4688AA95F6E61B0B86C051CC4527C69 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::diagonalTarget DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___diagonalTarget_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::f Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::<>4__this DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_tEF10F224D4688AA95F6E61B0B86C051CC4527C69, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_tEF10F224D4688AA95F6E61B0B86C051CC4527C69, ___f_1)); } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * get_f_1() const { return ___f_1; } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_tEF10F224D4688AA95F6E61B0B86C051CC4527C69, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1 struct U3CU3Ec__DisplayClass46_0_1_t7C203308320D245BE5C0C27798B48FFF0492131B : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::diagonalTarget DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___diagonalTarget_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::f Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::<>4__this DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_diagonalTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t7C203308320D245BE5C0C27798B48FFF0492131B, ___diagonalTarget_0)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_diagonalTarget_0() const { return ___diagonalTarget_0; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_diagonalTarget_0() { return &___diagonalTarget_0; } inline void set_diagonalTarget_0(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___diagonalTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___diagonalTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t7C203308320D245BE5C0C27798B48FFF0492131B, ___f_1)); } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * get_f_1() const { return ___f_1; } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass46_0_1_t7C203308320D245BE5C0C27798B48FFF0492131B, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::target DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * ___target_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::f Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::<>4__this DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginInclusive int32_t ___beginInclusive_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginTarget int32_t ___beginTarget_4; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915, ___target_0)); } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * get_target_0() const { return ___target_0; } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915, ___f_1)); } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * get_f_1() const { return ___f_1; } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_beginInclusive_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915, ___beginInclusive_3)); } inline int32_t get_beginInclusive_3() const { return ___beginInclusive_3; } inline int32_t* get_address_of_beginInclusive_3() { return &___beginInclusive_3; } inline void set_beginInclusive_3(int32_t value) { ___beginInclusive_3 = value; } inline static int32_t get_offset_of_beginTarget_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915, ___beginTarget_4)); } inline int32_t get_beginTarget_4() const { return ___beginTarget_4; } inline int32_t* get_address_of_beginTarget_4() { return &___beginTarget_4; } inline void set_beginTarget_4(int32_t value) { ___beginTarget_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::target DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___target_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::f Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::<>4__this DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginInclusive int32_t ___beginInclusive_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginTarget int32_t ___beginTarget_4; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584, ___target_0)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_target_0() const { return ___target_0; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584, ___f_1)); } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * get_f_1() const { return ___f_1; } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_beginInclusive_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584, ___beginInclusive_3)); } inline int32_t get_beginInclusive_3() const { return ___beginInclusive_3; } inline int32_t* get_address_of_beginInclusive_3() { return &___beginInclusive_3; } inline void set_beginInclusive_3(int32_t value) { ___beginInclusive_3 = value; } inline static int32_t get_offset_of_beginTarget_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584, ___beginTarget_4)); } inline int32_t get_beginTarget_4() const { return ___beginTarget_4; } inline int32_t* get_address_of_beginTarget_4() { return &___beginTarget_4; } inline void set_beginTarget_4(int32_t value) { ___beginTarget_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::target DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___target_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::f Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::<>4__this DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginInclusive int32_t ___beginInclusive_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginTarget int32_t ___beginTarget_4; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61, ___target_0)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_target_0() const { return ___target_0; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61, ___f_1)); } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * get_f_1() const { return ___f_1; } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_beginInclusive_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61, ___beginInclusive_3)); } inline int32_t get_beginInclusive_3() const { return ___beginInclusive_3; } inline int32_t* get_address_of_beginInclusive_3() { return &___beginInclusive_3; } inline void set_beginInclusive_3(int32_t value) { ___beginInclusive_3 = value; } inline static int32_t get_offset_of_beginTarget_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61, ___beginTarget_4)); } inline int32_t get_beginTarget_4() const { return ___beginTarget_4; } inline int32_t* get_address_of_beginTarget_4() { return &___beginTarget_4; } inline void set_beginTarget_4(int32_t value) { ___beginTarget_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1 struct U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::target DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___target_0; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::f Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::<>4__this DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginInclusive int32_t ___beginInclusive_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::beginTarget int32_t ___beginTarget_4; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1, ___target_0)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_target_0() const { return ___target_0; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1, ___f_1)); } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * get_f_1() const { return ___f_1; } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1, ___U3CU3E4__this_2)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_beginInclusive_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1, ___beginInclusive_3)); } inline int32_t get_beginInclusive_3() const { return ___beginInclusive_3; } inline int32_t* get_address_of_beginInclusive_3() { return &___beginInclusive_3; } inline void set_beginInclusive_3(int32_t value) { ___beginInclusive_3 = value; } inline static int32_t get_offset_of_beginTarget_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1, ___beginTarget_4)); } inline int32_t get_beginTarget_4() const { return ___beginTarget_4; } inline int32_t* get_address_of_beginTarget_4() { return &___beginTarget_4; } inline void set_beginTarget_4(int32_t value) { ___beginTarget_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetColumnIndex int32_t ___targetColumnIndex_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetRowIndex int32_t ___targetRowIndex_2; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::target DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___target_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceRowIndex int32_t ___sourceRowIndex_4; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::f Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * ___f_5; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::<>4__this DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * ___U3CU3E4__this_6; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::rowCount int32_t ___rowCount_7; public: inline static int32_t get_offset_of_sourceColumnIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___sourceColumnIndex_0)); } inline int32_t get_sourceColumnIndex_0() const { return ___sourceColumnIndex_0; } inline int32_t* get_address_of_sourceColumnIndex_0() { return &___sourceColumnIndex_0; } inline void set_sourceColumnIndex_0(int32_t value) { ___sourceColumnIndex_0 = value; } inline static int32_t get_offset_of_targetColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___targetColumnIndex_1)); } inline int32_t get_targetColumnIndex_1() const { return ___targetColumnIndex_1; } inline int32_t* get_address_of_targetColumnIndex_1() { return &___targetColumnIndex_1; } inline void set_targetColumnIndex_1(int32_t value) { ___targetColumnIndex_1 = value; } inline static int32_t get_offset_of_targetRowIndex_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___targetRowIndex_2)); } inline int32_t get_targetRowIndex_2() const { return ___targetRowIndex_2; } inline int32_t* get_address_of_targetRowIndex_2() { return &___targetRowIndex_2; } inline void set_targetRowIndex_2(int32_t value) { ___targetRowIndex_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___target_3)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_target_3() const { return ___target_3; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_target_3() { return &___target_3; } inline void set_target_3(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_sourceRowIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___sourceRowIndex_4)); } inline int32_t get_sourceRowIndex_4() const { return ___sourceRowIndex_4; } inline int32_t* get_address_of_sourceRowIndex_4() { return &___sourceRowIndex_4; } inline void set_sourceRowIndex_4(int32_t value) { ___sourceRowIndex_4 = value; } inline static int32_t get_offset_of_f_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___f_5)); } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * get_f_5() const { return ___f_5; } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB ** get_address_of_f_5() { return &___f_5; } inline void set_f_5(Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * value) { ___f_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___U3CU3E4__this_6)); } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * get_U3CU3E4__this_6() const { return ___U3CU3E4__this_6; } inline DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 ** get_address_of_U3CU3E4__this_6() { return &___U3CU3E4__this_6; } inline void set_U3CU3E4__this_6(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * value) { ___U3CU3E4__this_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_6), (void*)value); } inline static int32_t get_offset_of_rowCount_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA, ___rowCount_7)); } inline int32_t get_rowCount_7() const { return ___rowCount_7; } inline int32_t* get_address_of_rowCount_7() { return &___rowCount_7; } inline void set_rowCount_7(int32_t value) { ___rowCount_7 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetColumnIndex int32_t ___targetColumnIndex_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetRowIndex int32_t ___targetRowIndex_2; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::target DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___target_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceRowIndex int32_t ___sourceRowIndex_4; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::f Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * ___f_5; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::<>4__this DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * ___U3CU3E4__this_6; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::rowCount int32_t ___rowCount_7; public: inline static int32_t get_offset_of_sourceColumnIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___sourceColumnIndex_0)); } inline int32_t get_sourceColumnIndex_0() const { return ___sourceColumnIndex_0; } inline int32_t* get_address_of_sourceColumnIndex_0() { return &___sourceColumnIndex_0; } inline void set_sourceColumnIndex_0(int32_t value) { ___sourceColumnIndex_0 = value; } inline static int32_t get_offset_of_targetColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___targetColumnIndex_1)); } inline int32_t get_targetColumnIndex_1() const { return ___targetColumnIndex_1; } inline int32_t* get_address_of_targetColumnIndex_1() { return &___targetColumnIndex_1; } inline void set_targetColumnIndex_1(int32_t value) { ___targetColumnIndex_1 = value; } inline static int32_t get_offset_of_targetRowIndex_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___targetRowIndex_2)); } inline int32_t get_targetRowIndex_2() const { return ___targetRowIndex_2; } inline int32_t* get_address_of_targetRowIndex_2() { return &___targetRowIndex_2; } inline void set_targetRowIndex_2(int32_t value) { ___targetRowIndex_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___target_3)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_target_3() const { return ___target_3; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_target_3() { return &___target_3; } inline void set_target_3(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_sourceRowIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___sourceRowIndex_4)); } inline int32_t get_sourceRowIndex_4() const { return ___sourceRowIndex_4; } inline int32_t* get_address_of_sourceRowIndex_4() { return &___sourceRowIndex_4; } inline void set_sourceRowIndex_4(int32_t value) { ___sourceRowIndex_4 = value; } inline static int32_t get_offset_of_f_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___f_5)); } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * get_f_5() const { return ___f_5; } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A ** get_address_of_f_5() { return &___f_5; } inline void set_f_5(Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * value) { ___f_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___U3CU3E4__this_6)); } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * get_U3CU3E4__this_6() const { return ___U3CU3E4__this_6; } inline DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 ** get_address_of_U3CU3E4__this_6() { return &___U3CU3E4__this_6; } inline void set_U3CU3E4__this_6(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * value) { ___U3CU3E4__this_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_6), (void*)value); } inline static int32_t get_offset_of_rowCount_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0, ___rowCount_7)); } inline int32_t get_rowCount_7() const { return ___rowCount_7; } inline int32_t* get_address_of_rowCount_7() { return &___rowCount_7; } inline void set_rowCount_7(int32_t value) { ___rowCount_7 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetColumnIndex int32_t ___targetColumnIndex_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetRowIndex int32_t ___targetRowIndex_2; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::target DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___target_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceRowIndex int32_t ___sourceRowIndex_4; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::f Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * ___f_5; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::<>4__this DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * ___U3CU3E4__this_6; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::rowCount int32_t ___rowCount_7; public: inline static int32_t get_offset_of_sourceColumnIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___sourceColumnIndex_0)); } inline int32_t get_sourceColumnIndex_0() const { return ___sourceColumnIndex_0; } inline int32_t* get_address_of_sourceColumnIndex_0() { return &___sourceColumnIndex_0; } inline void set_sourceColumnIndex_0(int32_t value) { ___sourceColumnIndex_0 = value; } inline static int32_t get_offset_of_targetColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___targetColumnIndex_1)); } inline int32_t get_targetColumnIndex_1() const { return ___targetColumnIndex_1; } inline int32_t* get_address_of_targetColumnIndex_1() { return &___targetColumnIndex_1; } inline void set_targetColumnIndex_1(int32_t value) { ___targetColumnIndex_1 = value; } inline static int32_t get_offset_of_targetRowIndex_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___targetRowIndex_2)); } inline int32_t get_targetRowIndex_2() const { return ___targetRowIndex_2; } inline int32_t* get_address_of_targetRowIndex_2() { return &___targetRowIndex_2; } inline void set_targetRowIndex_2(int32_t value) { ___targetRowIndex_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___target_3)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_target_3() const { return ___target_3; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_target_3() { return &___target_3; } inline void set_target_3(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_sourceRowIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___sourceRowIndex_4)); } inline int32_t get_sourceRowIndex_4() const { return ___sourceRowIndex_4; } inline int32_t* get_address_of_sourceRowIndex_4() { return &___sourceRowIndex_4; } inline void set_sourceRowIndex_4(int32_t value) { ___sourceRowIndex_4 = value; } inline static int32_t get_offset_of_f_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___f_5)); } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * get_f_5() const { return ___f_5; } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD ** get_address_of_f_5() { return &___f_5; } inline void set_f_5(Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * value) { ___f_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___U3CU3E4__this_6)); } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * get_U3CU3E4__this_6() const { return ___U3CU3E4__this_6; } inline DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 ** get_address_of_U3CU3E4__this_6() { return &___U3CU3E4__this_6; } inline void set_U3CU3E4__this_6(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * value) { ___U3CU3E4__this_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_6), (void*)value); } inline static int32_t get_offset_of_rowCount_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2, ___rowCount_7)); } inline int32_t get_rowCount_7() const { return ___rowCount_7; } inline int32_t* get_address_of_rowCount_7() { return &___rowCount_7; } inline void set_rowCount_7(int32_t value) { ___rowCount_7 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1 struct U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetColumnIndex int32_t ___targetColumnIndex_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::targetRowIndex int32_t ___targetRowIndex_2; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::target DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___target_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::sourceRowIndex int32_t ___sourceRowIndex_4; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::f Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * ___f_5; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::<>4__this DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * ___U3CU3E4__this_6; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::rowCount int32_t ___rowCount_7; public: inline static int32_t get_offset_of_sourceColumnIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___sourceColumnIndex_0)); } inline int32_t get_sourceColumnIndex_0() const { return ___sourceColumnIndex_0; } inline int32_t* get_address_of_sourceColumnIndex_0() { return &___sourceColumnIndex_0; } inline void set_sourceColumnIndex_0(int32_t value) { ___sourceColumnIndex_0 = value; } inline static int32_t get_offset_of_targetColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___targetColumnIndex_1)); } inline int32_t get_targetColumnIndex_1() const { return ___targetColumnIndex_1; } inline int32_t* get_address_of_targetColumnIndex_1() { return &___targetColumnIndex_1; } inline void set_targetColumnIndex_1(int32_t value) { ___targetColumnIndex_1 = value; } inline static int32_t get_offset_of_targetRowIndex_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___targetRowIndex_2)); } inline int32_t get_targetRowIndex_2() const { return ___targetRowIndex_2; } inline int32_t* get_address_of_targetRowIndex_2() { return &___targetRowIndex_2; } inline void set_targetRowIndex_2(int32_t value) { ___targetRowIndex_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___target_3)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_target_3() const { return ___target_3; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_target_3() { return &___target_3; } inline void set_target_3(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_sourceRowIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___sourceRowIndex_4)); } inline int32_t get_sourceRowIndex_4() const { return ___sourceRowIndex_4; } inline int32_t* get_address_of_sourceRowIndex_4() { return &___sourceRowIndex_4; } inline void set_sourceRowIndex_4(int32_t value) { ___sourceRowIndex_4 = value; } inline static int32_t get_offset_of_f_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___f_5)); } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * get_f_5() const { return ___f_5; } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 ** get_address_of_f_5() { return &___f_5; } inline void set_f_5(Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * value) { ___f_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___U3CU3E4__this_6)); } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * get_U3CU3E4__this_6() const { return ___U3CU3E4__this_6; } inline DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 ** get_address_of_U3CU3E4__this_6() { return &___U3CU3E4__this_6; } inline void set_U3CU3E4__this_6(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * value) { ___U3CU3E4__this_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_6), (void*)value); } inline static int32_t get_offset_of_rowCount_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92, ___rowCount_7)); } inline int32_t get_rowCount_7() const { return ___rowCount_7; } inline int32_t* get_address_of_rowCount_7() { return &___rowCount_7; } inline void set_rowCount_7(int32_t value) { ___rowCount_7 = value; } }; // JCUnityLib.CustomJson/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 : public RuntimeObject { public: // System.Func`1 JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::ctor Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___ctor_0; // JCUnityLib.CustomJson JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::<>4__this CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * ___U3CU3E4__this_1; // System.String[] JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::props StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___props_2; public: inline static int32_t get_offset_of_ctor_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822, ___ctor_0)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_ctor_0() const { return ___ctor_0; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_ctor_0() { return &___ctor_0; } inline void set_ctor_0(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___ctor_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctor_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822, ___U3CU3E4__this_1)); } inline CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } inline static int32_t get_offset_of_props_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822, ___props_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_props_2() const { return ___props_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_props_2() { return &___props_2; } inline void set_props_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___props_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___props_2), (void*)value); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t8DBEFE8C363F7E5B9530B197EFA6BA860BFA3D17 : public RuntimeObject { public: // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::c ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___c_0; // System.Reflection.MethodBase Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::method MethodBase_t * ___method_1; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t8DBEFE8C363F7E5B9530B197EFA6BA860BFA3D17, ___c_0)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get_c_0() const { return ___c_0; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_method_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t8DBEFE8C363F7E5B9530B197EFA6BA860BFA3D17, ___method_1)); } inline MethodBase_t * get_method_1() const { return ___method_1; } inline MethodBase_t ** get_address_of_method_1() { return &___method_1; } inline void set_method_1(MethodBase_t * value) { ___method_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_t9AB3CEEC6C2B6B7205F8684C83883212B4DF3A8B : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::<>4__this DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___U3CU3E4__this_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::f Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * ___f_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_t9AB3CEEC6C2B6B7205F8684C83883212B4DF3A8B, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_t9AB3CEEC6C2B6B7205F8684C83883212B4DF3A8B, ___f_1)); } inline Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * get_f_1() const { return ___f_1; } inline Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_t1313344FE21867C0CBF22560F286C8CB44EE6E7F : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::<>4__this DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___U3CU3E4__this_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::f Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * ___f_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_t1313344FE21867C0CBF22560F286C8CB44EE6E7F, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_t1313344FE21867C0CBF22560F286C8CB44EE6E7F, ___f_1)); } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * get_f_1() const { return ___f_1; } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_tEF326587523AC39FB930EA79969A968436138BF1 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::<>4__this DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___U3CU3E4__this_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::f Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___f_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_tEF326587523AC39FB930EA79969A968436138BF1, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_tEF326587523AC39FB930EA79969A968436138BF1, ___f_1)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_f_1() const { return ___f_1; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0 struct U3CU3Ec__DisplayClass53_0_tB7FA6AA9131DB16D3B2B211A60E1F705594613F0 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::<>4__this DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___U3CU3E4__this_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::f Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * ___f_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_tB7FA6AA9131DB16D3B2B211A60E1F705594613F0, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass53_0_tB7FA6AA9131DB16D3B2B211A60E1F705594613F0, ___f_1)); } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * get_f_1() const { return ___f_1; } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_tB3A63E167805F8ABFA3C3D39E60DA47564A663D3 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___denseTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::f Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_denseTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_tB3A63E167805F8ABFA3C3D39E60DA47564A663D3, ___denseTarget_0)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_denseTarget_0() const { return ___denseTarget_0; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_denseTarget_0() { return &___denseTarget_0; } inline void set_denseTarget_0(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___denseTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_tB3A63E167805F8ABFA3C3D39E60DA47564A663D3, ___f_1)); } inline Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * get_f_1() const { return ___f_1; } inline Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_tB3A63E167805F8ABFA3C3D39E60DA47564A663D3, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_t3DC1811C8B923D49DDC16250D47634EF4CA21668 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::denseTarget DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___denseTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::f Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::<>4__this DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_denseTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_t3DC1811C8B923D49DDC16250D47634EF4CA21668, ___denseTarget_0)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_denseTarget_0() const { return ___denseTarget_0; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_denseTarget_0() { return &___denseTarget_0; } inline void set_denseTarget_0(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___denseTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_t3DC1811C8B923D49DDC16250D47634EF4CA21668, ___f_1)); } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * get_f_1() const { return ___f_1; } inline Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_t3DC1811C8B923D49DDC16250D47634EF4CA21668, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_t692191084A403FCF4F4AE24B23352A017B6D87F1 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___denseTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::f Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_denseTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_t692191084A403FCF4F4AE24B23352A017B6D87F1, ___denseTarget_0)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_denseTarget_0() const { return ___denseTarget_0; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_denseTarget_0() { return &___denseTarget_0; } inline void set_denseTarget_0(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___denseTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_t692191084A403FCF4F4AE24B23352A017B6D87F1, ___f_1)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_f_1() const { return ___f_1; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_t692191084A403FCF4F4AE24B23352A017B6D87F1, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1 struct U3CU3Ec__DisplayClass55_0_1_tCB5119583B55027EC12CEB09B074C07E481785D0 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___denseTarget_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::f Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * ___f_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_denseTarget_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_tCB5119583B55027EC12CEB09B074C07E481785D0, ___denseTarget_0)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_denseTarget_0() const { return ___denseTarget_0; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_denseTarget_0() { return &___denseTarget_0; } inline void set_denseTarget_0(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___denseTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_0), (void*)value); } inline static int32_t get_offset_of_f_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_tCB5119583B55027EC12CEB09B074C07E481785D0, ___f_1)); } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * get_f_1() const { return ___f_1; } inline Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 ** get_address_of_f_1() { return &___f_1; } inline void set_f_1(Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * value) { ___f_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_1_tCB5119583B55027EC12CEB09B074C07E481785D0, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_t9B135417E9C988A8D0C07AF642F3A4C912E34996 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___U3CU3E4__this_0; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___denseTarget_1; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::f Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * ___f_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t9B135417E9C988A8D0C07AF642F3A4C912E34996, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_denseTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t9B135417E9C988A8D0C07AF642F3A4C912E34996, ___denseTarget_1)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_denseTarget_1() const { return ___denseTarget_1; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_denseTarget_1() { return &___denseTarget_1; } inline void set_denseTarget_1(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___denseTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_1), (void*)value); } inline static int32_t get_offset_of_f_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t9B135417E9C988A8D0C07AF642F3A4C912E34996, ___f_2)); } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * get_f_2() const { return ___f_2; } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB ** get_address_of_f_2() { return &___f_2; } inline void set_f_2(Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * value) { ___f_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_t026AD4DFDE31493C6CF99E41A74AE8694352390B : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::<>4__this DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___U3CU3E4__this_0; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::denseTarget DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___denseTarget_1; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::f Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * ___f_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t026AD4DFDE31493C6CF99E41A74AE8694352390B, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_denseTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t026AD4DFDE31493C6CF99E41A74AE8694352390B, ___denseTarget_1)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_denseTarget_1() const { return ___denseTarget_1; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_denseTarget_1() { return &___denseTarget_1; } inline void set_denseTarget_1(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___denseTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_1), (void*)value); } inline static int32_t get_offset_of_f_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t026AD4DFDE31493C6CF99E41A74AE8694352390B, ___f_2)); } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * get_f_2() const { return ___f_2; } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A ** get_address_of_f_2() { return &___f_2; } inline void set_f_2(Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * value) { ___f_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_tC7A3C4C9E049F7D92C61A119FDCC2D29E2A7F0BA : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___U3CU3E4__this_0; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___denseTarget_1; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::f Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * ___f_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_tC7A3C4C9E049F7D92C61A119FDCC2D29E2A7F0BA, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_denseTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_tC7A3C4C9E049F7D92C61A119FDCC2D29E2A7F0BA, ___denseTarget_1)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_denseTarget_1() const { return ___denseTarget_1; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_denseTarget_1() { return &___denseTarget_1; } inline void set_denseTarget_1(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___denseTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_1), (void*)value); } inline static int32_t get_offset_of_f_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_tC7A3C4C9E049F7D92C61A119FDCC2D29E2A7F0BA, ___f_2)); } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * get_f_2() const { return ___f_2; } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD ** get_address_of_f_2() { return &___f_2; } inline void set_f_2(Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * value) { ___f_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1 struct U3CU3Ec__DisplayClass56_0_1_t1E050ABC49558B616B297B411FCA25A99435D492 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___U3CU3E4__this_0; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___denseTarget_1; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::f Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * ___f_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t1E050ABC49558B616B297B411FCA25A99435D492, ___U3CU3E4__this_0)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_denseTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t1E050ABC49558B616B297B411FCA25A99435D492, ___denseTarget_1)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_denseTarget_1() const { return ___denseTarget_1; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_denseTarget_1() { return &___denseTarget_1; } inline void set_denseTarget_1(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___denseTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_1), (void*)value); } inline static int32_t get_offset_of_f_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass56_0_1_t1E050ABC49558B616B297B411FCA25A99435D492, ___f_2)); } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * get_f_2() const { return ___f_2; } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 ** get_address_of_f_2() { return &___f_2; } inline void set_f_2(Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * value) { ___f_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceRowIndex int32_t ___sourceRowIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetRowIndex int32_t ___targetRowIndex_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetColumnIndex int32_t ___targetColumnIndex_4; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::target MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * ___target_5; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * ___denseTarget_6; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::f Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * ___f_7; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::rowCount int32_t ___rowCount_8; public: inline static int32_t get_offset_of_sourceRowIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___sourceRowIndex_0)); } inline int32_t get_sourceRowIndex_0() const { return ___sourceRowIndex_0; } inline int32_t* get_address_of_sourceRowIndex_0() { return &___sourceRowIndex_0; } inline void set_sourceRowIndex_0(int32_t value) { ___sourceRowIndex_0 = value; } inline static int32_t get_offset_of_sourceColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___sourceColumnIndex_1)); } inline int32_t get_sourceColumnIndex_1() const { return ___sourceColumnIndex_1; } inline int32_t* get_address_of_sourceColumnIndex_1() { return &___sourceColumnIndex_1; } inline void set_sourceColumnIndex_1(int32_t value) { ___sourceColumnIndex_1 = value; } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_targetRowIndex_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___targetRowIndex_3)); } inline int32_t get_targetRowIndex_3() const { return ___targetRowIndex_3; } inline int32_t* get_address_of_targetRowIndex_3() { return &___targetRowIndex_3; } inline void set_targetRowIndex_3(int32_t value) { ___targetRowIndex_3 = value; } inline static int32_t get_offset_of_targetColumnIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___targetColumnIndex_4)); } inline int32_t get_targetColumnIndex_4() const { return ___targetColumnIndex_4; } inline int32_t* get_address_of_targetColumnIndex_4() { return &___targetColumnIndex_4; } inline void set_targetColumnIndex_4(int32_t value) { ___targetColumnIndex_4 = value; } inline static int32_t get_offset_of_target_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___target_5)); } inline MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * get_target_5() const { return ___target_5; } inline MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 ** get_address_of_target_5() { return &___target_5; } inline void set_target_5(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * value) { ___target_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_5), (void*)value); } inline static int32_t get_offset_of_denseTarget_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___denseTarget_6)); } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * get_denseTarget_6() const { return ___denseTarget_6; } inline DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 ** get_address_of_denseTarget_6() { return &___denseTarget_6; } inline void set_denseTarget_6(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * value) { ___denseTarget_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_6), (void*)value); } inline static int32_t get_offset_of_f_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___f_7)); } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * get_f_7() const { return ___f_7; } inline Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB ** get_address_of_f_7() { return &___f_7; } inline void set_f_7(Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * value) { ___f_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_7), (void*)value); } inline static int32_t get_offset_of_rowCount_8() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C, ___rowCount_8)); } inline int32_t get_rowCount_8() const { return ___rowCount_8; } inline int32_t* get_address_of_rowCount_8() { return &___rowCount_8; } inline void set_rowCount_8(int32_t value) { ___rowCount_8 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceRowIndex int32_t ___sourceRowIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::<>4__this DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetRowIndex int32_t ___targetRowIndex_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetColumnIndex int32_t ___targetColumnIndex_4; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::target MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * ___target_5; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::denseTarget DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * ___denseTarget_6; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::f Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * ___f_7; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::rowCount int32_t ___rowCount_8; public: inline static int32_t get_offset_of_sourceRowIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___sourceRowIndex_0)); } inline int32_t get_sourceRowIndex_0() const { return ___sourceRowIndex_0; } inline int32_t* get_address_of_sourceRowIndex_0() { return &___sourceRowIndex_0; } inline void set_sourceRowIndex_0(int32_t value) { ___sourceRowIndex_0 = value; } inline static int32_t get_offset_of_sourceColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___sourceColumnIndex_1)); } inline int32_t get_sourceColumnIndex_1() const { return ___sourceColumnIndex_1; } inline int32_t* get_address_of_sourceColumnIndex_1() { return &___sourceColumnIndex_1; } inline void set_sourceColumnIndex_1(int32_t value) { ___sourceColumnIndex_1 = value; } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_targetRowIndex_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___targetRowIndex_3)); } inline int32_t get_targetRowIndex_3() const { return ___targetRowIndex_3; } inline int32_t* get_address_of_targetRowIndex_3() { return &___targetRowIndex_3; } inline void set_targetRowIndex_3(int32_t value) { ___targetRowIndex_3 = value; } inline static int32_t get_offset_of_targetColumnIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___targetColumnIndex_4)); } inline int32_t get_targetColumnIndex_4() const { return ___targetColumnIndex_4; } inline int32_t* get_address_of_targetColumnIndex_4() { return &___targetColumnIndex_4; } inline void set_targetColumnIndex_4(int32_t value) { ___targetColumnIndex_4 = value; } inline static int32_t get_offset_of_target_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___target_5)); } inline MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * get_target_5() const { return ___target_5; } inline MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 ** get_address_of_target_5() { return &___target_5; } inline void set_target_5(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * value) { ___target_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_5), (void*)value); } inline static int32_t get_offset_of_denseTarget_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___denseTarget_6)); } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * get_denseTarget_6() const { return ___denseTarget_6; } inline DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF ** get_address_of_denseTarget_6() { return &___denseTarget_6; } inline void set_denseTarget_6(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * value) { ___denseTarget_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_6), (void*)value); } inline static int32_t get_offset_of_f_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___f_7)); } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * get_f_7() const { return ___f_7; } inline Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A ** get_address_of_f_7() { return &___f_7; } inline void set_f_7(Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * value) { ___f_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_7), (void*)value); } inline static int32_t get_offset_of_rowCount_8() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526, ___rowCount_8)); } inline int32_t get_rowCount_8() const { return ___rowCount_8; } inline int32_t* get_address_of_rowCount_8() { return &___rowCount_8; } inline void set_rowCount_8(int32_t value) { ___rowCount_8 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceRowIndex int32_t ___sourceRowIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetRowIndex int32_t ___targetRowIndex_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetColumnIndex int32_t ___targetColumnIndex_4; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::target MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * ___target_5; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * ___denseTarget_6; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::f Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * ___f_7; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::rowCount int32_t ___rowCount_8; public: inline static int32_t get_offset_of_sourceRowIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___sourceRowIndex_0)); } inline int32_t get_sourceRowIndex_0() const { return ___sourceRowIndex_0; } inline int32_t* get_address_of_sourceRowIndex_0() { return &___sourceRowIndex_0; } inline void set_sourceRowIndex_0(int32_t value) { ___sourceRowIndex_0 = value; } inline static int32_t get_offset_of_sourceColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___sourceColumnIndex_1)); } inline int32_t get_sourceColumnIndex_1() const { return ___sourceColumnIndex_1; } inline int32_t* get_address_of_sourceColumnIndex_1() { return &___sourceColumnIndex_1; } inline void set_sourceColumnIndex_1(int32_t value) { ___sourceColumnIndex_1 = value; } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_targetRowIndex_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___targetRowIndex_3)); } inline int32_t get_targetRowIndex_3() const { return ___targetRowIndex_3; } inline int32_t* get_address_of_targetRowIndex_3() { return &___targetRowIndex_3; } inline void set_targetRowIndex_3(int32_t value) { ___targetRowIndex_3 = value; } inline static int32_t get_offset_of_targetColumnIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___targetColumnIndex_4)); } inline int32_t get_targetColumnIndex_4() const { return ___targetColumnIndex_4; } inline int32_t* get_address_of_targetColumnIndex_4() { return &___targetColumnIndex_4; } inline void set_targetColumnIndex_4(int32_t value) { ___targetColumnIndex_4 = value; } inline static int32_t get_offset_of_target_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___target_5)); } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * get_target_5() const { return ___target_5; } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 ** get_address_of_target_5() { return &___target_5; } inline void set_target_5(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * value) { ___target_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_5), (void*)value); } inline static int32_t get_offset_of_denseTarget_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___denseTarget_6)); } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * get_denseTarget_6() const { return ___denseTarget_6; } inline DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A ** get_address_of_denseTarget_6() { return &___denseTarget_6; } inline void set_denseTarget_6(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * value) { ___denseTarget_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_6), (void*)value); } inline static int32_t get_offset_of_f_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___f_7)); } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * get_f_7() const { return ___f_7; } inline Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD ** get_address_of_f_7() { return &___f_7; } inline void set_f_7(Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * value) { ___f_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_7), (void*)value); } inline static int32_t get_offset_of_rowCount_8() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0, ___rowCount_8)); } inline int32_t get_rowCount_8() const { return ___rowCount_8; } inline int32_t* get_address_of_rowCount_8() { return &___rowCount_8; } inline void set_rowCount_8(int32_t value) { ___rowCount_8 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1 struct U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceRowIndex int32_t ___sourceRowIndex_0; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::sourceColumnIndex int32_t ___sourceColumnIndex_1; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::<>4__this DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___U3CU3E4__this_2; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetRowIndex int32_t ___targetRowIndex_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::targetColumnIndex int32_t ___targetColumnIndex_4; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::target MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * ___target_5; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::denseTarget DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * ___denseTarget_6; // System.Func`4 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::f Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * ___f_7; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::rowCount int32_t ___rowCount_8; public: inline static int32_t get_offset_of_sourceRowIndex_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___sourceRowIndex_0)); } inline int32_t get_sourceRowIndex_0() const { return ___sourceRowIndex_0; } inline int32_t* get_address_of_sourceRowIndex_0() { return &___sourceRowIndex_0; } inline void set_sourceRowIndex_0(int32_t value) { ___sourceRowIndex_0 = value; } inline static int32_t get_offset_of_sourceColumnIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___sourceColumnIndex_1)); } inline int32_t get_sourceColumnIndex_1() const { return ___sourceColumnIndex_1; } inline int32_t* get_address_of_sourceColumnIndex_1() { return &___sourceColumnIndex_1; } inline void set_sourceColumnIndex_1(int32_t value) { ___sourceColumnIndex_1 = value; } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___U3CU3E4__this_2)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_targetRowIndex_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___targetRowIndex_3)); } inline int32_t get_targetRowIndex_3() const { return ___targetRowIndex_3; } inline int32_t* get_address_of_targetRowIndex_3() { return &___targetRowIndex_3; } inline void set_targetRowIndex_3(int32_t value) { ___targetRowIndex_3 = value; } inline static int32_t get_offset_of_targetColumnIndex_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___targetColumnIndex_4)); } inline int32_t get_targetColumnIndex_4() const { return ___targetColumnIndex_4; } inline int32_t* get_address_of_targetColumnIndex_4() { return &___targetColumnIndex_4; } inline void set_targetColumnIndex_4(int32_t value) { ___targetColumnIndex_4 = value; } inline static int32_t get_offset_of_target_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___target_5)); } inline MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * get_target_5() const { return ___target_5; } inline MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 ** get_address_of_target_5() { return &___target_5; } inline void set_target_5(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * value) { ___target_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_5), (void*)value); } inline static int32_t get_offset_of_denseTarget_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___denseTarget_6)); } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * get_denseTarget_6() const { return ___denseTarget_6; } inline DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD ** get_address_of_denseTarget_6() { return &___denseTarget_6; } inline void set_denseTarget_6(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * value) { ___denseTarget_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___denseTarget_6), (void*)value); } inline static int32_t get_offset_of_f_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___f_7)); } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * get_f_7() const { return ___f_7; } inline Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 ** get_address_of_f_7() { return &___f_7; } inline void set_f_7(Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * value) { ___f_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___f_7), (void*)value); } inline static int32_t get_offset_of_rowCount_8() { return static_cast(offsetof(U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1, ___rowCount_8)); } inline int32_t get_rowCount_8() const { return ___rowCount_8; } inline int32_t* get_address_of_rowCount_8() { return &___rowCount_8; } inline void set_rowCount_8(int32_t value) { ___rowCount_8 = value; } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1 struct U3CU3Ec__DisplayClass5_0_1_t286EEF46A32DAE6AE403E6965E143E31444ED97E : public RuntimeObject { public: // System.Type Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::type Type_t * ___type_0; // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::constructorInfo ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___constructorInfo_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_1_t286EEF46A32DAE6AE403E6965E143E31444ED97E, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } inline static int32_t get_offset_of_constructorInfo_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_1_t286EEF46A32DAE6AE403E6965E143E31444ED97E, ___constructorInfo_1)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get_constructorInfo_1() const { return ___constructorInfo_1; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of_constructorInfo_1() { return &___constructorInfo_1; } inline void set_constructorInfo_1(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ___constructorInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___constructorInfo_1), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1 struct U3CU3Ec__DisplayClass62_0_1_t167C2C35CDCA8B0C6BA4F0058CDD9460913B3C28 : public RuntimeObject { public: // BestHTTP.Futures.Future`1> BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::future Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * ___future_0; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::<>4__this HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_future_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass62_0_1_t167C2C35CDCA8B0C6BA4F0058CDD9460913B3C28, ___future_0)); } inline Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * get_future_0() const { return ___future_0; } inline Future_1_t0952E26728C551276306665D29C64BC8C2A4644D ** get_address_of_future_0() { return &___future_0; } inline void set_future_0(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * value) { ___future_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___future_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass62_0_1_t167C2C35CDCA8B0C6BA4F0058CDD9460913B3C28, ___U3CU3E4__this_1)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1 struct U3CU3Ec__DisplayClass62_0_1_t8BDAD778F4423CD080F6D14FA80C133F014D3229 : public RuntimeObject { public: // BestHTTP.Futures.Future`1> BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::future Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * ___future_0; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::<>4__this HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_future_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass62_0_1_t8BDAD778F4423CD080F6D14FA80C133F014D3229, ___future_0)); } inline Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * get_future_0() const { return ___future_0; } inline Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 ** get_address_of_future_0() { return &___future_0; } inline void set_future_0(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * value) { ___future_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___future_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass62_0_1_t8BDAD778F4423CD080F6D14FA80C133F014D3229, ___U3CU3E4__this_1)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1 struct U3CU3Ec__DisplayClass64_0_1_t37BB6CF3260806F34A447F33F72FABBB093D6397 : public RuntimeObject { public: // BestHTTP.Futures.Future`1 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::future Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 * ___future_0; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::<>4__this HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_future_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass64_0_1_t37BB6CF3260806F34A447F33F72FABBB093D6397, ___future_0)); } inline Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 * get_future_0() const { return ___future_0; } inline Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 ** get_address_of_future_0() { return &___future_0; } inline void set_future_0(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 * value) { ___future_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___future_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass64_0_1_t37BB6CF3260806F34A447F33F72FABBB093D6397, ___U3CU3E4__this_1)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1 struct U3CU3Ec__DisplayClass64_0_1_tE3B3FDFF16A2A372CEBF83AE2AD698273D368164 : public RuntimeObject { public: // BestHTTP.Futures.Future`1 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::future Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 * ___future_0; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::<>4__this HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_future_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass64_0_1_tE3B3FDFF16A2A372CEBF83AE2AD698273D368164, ___future_0)); } inline Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 * get_future_0() const { return ___future_0; } inline Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 ** get_address_of_future_0() { return &___future_0; } inline void set_future_0(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 * value) { ___future_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___future_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass64_0_1_tE3B3FDFF16A2A372CEBF83AE2AD698273D368164, ___U3CU3E4__this_1)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass69_0`1 struct U3CU3Ec__DisplayClass69_0_1_t3D62B51DDA3974444E04FB957DAF1146C0089E8A : public RuntimeObject { public: // System.Action`1 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass69_0`1::callback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass69_0_1_t3D62B51DDA3974444E04FB957DAF1146C0089E8A, ___callback_0)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_callback_0() const { return ___callback_0; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0 : public RuntimeObject { public: // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::<>4__this TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 * ___U3CU3E4__this_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::y int32_t ___y_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::height int32_t ___height_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::width int32_t ___width_3; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::compressor TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * ___compressor_4; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::stripPixels int32_t ___stripPixels_5; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0, ___U3CU3E4__this_0)); } inline TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_compressor_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0, ___compressor_4)); } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * get_compressor_4() const { return ___compressor_4; } inline TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF ** get_address_of_compressor_4() { return &___compressor_4; } inline void set_compressor_4(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * value) { ___compressor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressor_4), (void*)value); } inline static int32_t get_offset_of_stripPixels_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0, ___stripPixels_5)); } inline int32_t get_stripPixels_5() const { return ___stripPixels_5; } inline int32_t* get_address_of_stripPixels_5() { return &___stripPixels_5; } inline void set_stripPixels_5(int32_t value) { ___stripPixels_5 = value; } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2, ___predicate1_0)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2, ___predicate2_1)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56, ___predicate1_0)); } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56, ___predicate2_1)); } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E, ___predicate1_0)); } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E, ___predicate2_1)); } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C, ___predicate1_0)); } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C, ___predicate2_1)); } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E, ___predicate1_0)); } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E, ___predicate2_1)); } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B, ___predicate1_0)); } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B, ___predicate2_1)); } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8, ___predicate1_0)); } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8, ___predicate2_1)); } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92, ___predicate1_0)); } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92, ___predicate2_1)); } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2, ___predicate1_0)); } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2, ___predicate2_1)); } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44, ___predicate1_0)); } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44, ___predicate2_1)); } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280, ___predicate1_0)); } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280, ___predicate2_1)); } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F, ___predicate1_0)); } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F, ___predicate2_1)); } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E, ___predicate1_0)); } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E, ___predicate2_1)); } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC, ___predicate1_0)); } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC, ___predicate2_1)); } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E, ___predicate1_0)); } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E, ___predicate2_1)); } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262, ___predicate1_0)); } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262, ___predicate2_1)); } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3, ___predicate1_0)); } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3, ___predicate2_1)); } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC, ___predicate1_0)); } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC, ___predicate2_1)); } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t71246452552324E63369238428A8262C35D51CF9 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t71246452552324E63369238428A8262C35D51CF9 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B, ___predicate1_0)); } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t71246452552324E63369238428A8262C35D51CF9 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B, ___predicate2_1)); } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t71246452552324E63369238428A8262C35D51CF9 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E, ___predicate1_0)); } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E, ___predicate2_1)); } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12, ___predicate1_0)); } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12, ___predicate2_1)); } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239, ___predicate1_0)); } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239, ___predicate2_1)); } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128, ___predicate1_0)); } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128, ___predicate2_1)); } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA, ___predicate1_0)); } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA, ___predicate2_1)); } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB, ___predicate1_0)); } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB, ___predicate2_1)); } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF, ___predicate1_0)); } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF, ___predicate2_1)); } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4, ___predicate1_0)); } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4, ___predicate2_1)); } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1, ___predicate1_0)); } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1, ___predicate2_1)); } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795, ___predicate1_0)); } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795, ___predicate2_1)); } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A, ___predicate1_0)); } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A, ___predicate2_1)); } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F, ___predicate1_0)); } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F, ___predicate2_1)); } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C, ___predicate1_0)); } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C, ___predicate2_1)); } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854, ___predicate1_0)); } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854, ___predicate2_1)); } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833, ___predicate1_0)); } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833, ___predicate2_1)); } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD, ___predicate1_0)); } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD, ___predicate2_1)); } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A, ___predicate1_0)); } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A, ___predicate2_1)); } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tB8572691A3B246ABF46383743017D964596AF563 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tB8572691A3B246ABF46383743017D964596AF563 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8, ___predicate1_0)); } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tB8572691A3B246ABF46383743017D964596AF563 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8, ___predicate2_1)); } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tB8572691A3B246ABF46383743017D964596AF563 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038, ___predicate1_0)); } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038, ___predicate2_1)); } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F, ___predicate1_0)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F, ___predicate2_1)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t4AAEC700741B2E74BAA4BB5C9F034E446A18A9C6 : public RuntimeObject { public: // System.Reflection.PropertyInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1::propertyInfo PropertyInfo_t * ___propertyInfo_0; public: inline static int32_t get_offset_of_propertyInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t4AAEC700741B2E74BAA4BB5C9F034E446A18A9C6, ___propertyInfo_0)); } inline PropertyInfo_t * get_propertyInfo_0() const { return ___propertyInfo_0; } inline PropertyInfo_t ** get_address_of_propertyInfo_0() { return &___propertyInfo_0; } inline void set_propertyInfo_0(PropertyInfo_t * value) { ___propertyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyInfo_0), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC, ___predicate1_0)); } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC, ___predicate2_1)); } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass70_0`2 struct U3CU3Ec__DisplayClass70_0_2_t93293337E24DBEBBFB998CAC307E2130168DA2D1 : public RuntimeObject { public: // System.Action`2 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass70_0`2::callback Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass70_0_2_t93293337E24DBEBBFB998CAC307E2130168DA2D1, ___callback_0)); } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_callback_0() const { return ___callback_0; } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass71_0`3 struct U3CU3Ec__DisplayClass71_0_3_tFEF7F24BB05471348A0007DEC81333EAFF595FA0 : public RuntimeObject { public: // System.Action`3 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass71_0`3::callback Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass71_0_3_tFEF7F24BB05471348A0007DEC81333EAFF595FA0, ___callback_0)); } inline Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * get_callback_0() const { return ___callback_0; } inline Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass72_0`4 struct U3CU3Ec__DisplayClass72_0_4_t957B519FFE5905FD1350D8C601C1AB346E755421 : public RuntimeObject { public: // System.Action`4 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass72_0`4::callback Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass72_0_4_t957B519FFE5905FD1350D8C601C1AB346E755421, ___callback_0)); } inline Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D * get_callback_0() const { return ___callback_0; } inline Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1 struct U3CU3Ec__DisplayClass7_0_1_tF07AF6FC93863D59BA0D970CA22F8F1FB39A9B6D : public RuntimeObject { public: // System.Reflection.FieldInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1::fieldInfo FieldInfo_t * ___fieldInfo_0; public: inline static int32_t get_offset_of_fieldInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_1_tF07AF6FC93863D59BA0D970CA22F8F1FB39A9B6D, ___fieldInfo_0)); } inline FieldInfo_t * get_fieldInfo_0() const { return ___fieldInfo_0; } inline FieldInfo_t ** get_address_of_fieldInfo_0() { return &___fieldInfo_0; } inline void set_fieldInfo_0(FieldInfo_t * value) { ___fieldInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldInfo_0), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737, ___selector2_0)); } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D, ___selector2_0)); } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589, ___selector2_0)); } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363, ___selector2_0)); } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2, ___selector2_0)); } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77, ___selector2_0)); } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8, ___selector2_0)); } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B, ___selector2_0)); } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956, ___selector2_0)); } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E, ___selector2_0)); } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD, ___selector2_0)); } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C, ___selector2_0)); } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0, ___selector2_0)); } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6, ___selector2_0)); } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0, ___selector2_0)); } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21, ___selector2_0)); } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E, ___selector2_0)); } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96, ___selector2_0)); } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336, ___selector2_0)); } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8, ___selector2_0)); } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392, ___selector2_0)); } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6, ___selector2_0)); } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363, ___selector2_0)); } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6, ___selector2_0)); } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08, ___selector2_0)); } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * get_selector2_0() const { return ___selector2_0; } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB, ___selector2_0)); } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71, ___selector2_0)); } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3, ___selector2_0)); } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6, ___selector2_0)); } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95, ___selector2_0)); } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774, ___selector2_0)); } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F, ___selector2_0)); } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C, ___selector2_0)); } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0, ___selector2_0)); } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8, ___selector2_0)); } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332, ___selector2_0)); } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E, ___selector2_0)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638, ___selector2_0)); } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF, ___selector2_0)); } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395, ___selector2_0)); } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80, ___selector2_0)); } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD, ___selector2_0)); } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C, ___selector2_0)); } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A, ___selector2_0)); } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F, ___selector2_0)); } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2, ___selector2_0)); } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392, ___selector2_0)); } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627, ___selector2_0)); } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D, ___selector2_0)); } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616, ___selector2_0)); } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371, ___selector2_0)); } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1, ___selector2_0)); } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85, ___selector2_0)); } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E, ___selector2_0)); } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6, ___selector2_0)); } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430, ___selector2_0)); } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81, ___selector2_0)); } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774, ___selector2_0)); } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3, ___selector2_0)); } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743, ___selector2_0)); } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8, ___selector2_0)); } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79, ___selector2_0)); } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * get_selector2_0() const { return ___selector2_0; } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400, ___selector2_0)); } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8, ___selector2_0)); } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87, ___selector2_0)); } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55, ___selector2_0)); } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4, ___selector2_0)); } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53, ___selector2_0)); } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4, ___selector2_0)); } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604, ___selector2_0)); } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF, ___selector2_0)); } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214, ___selector2_0)); } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868, ___selector2_0)); } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4, ___selector2_0)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1 struct U3CU3Ec__DisplayClass8_0_1_tDD01E075D9A833A8CE7E2A31C80F19CB3A36045B : public RuntimeObject { public: // System.Reflection.FieldInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1::fieldInfo FieldInfo_t * ___fieldInfo_0; public: inline static int32_t get_offset_of_fieldInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_1_tDD01E075D9A833A8CE7E2A31C80F19CB3A36045B, ___fieldInfo_0)); } inline FieldInfo_t * get_fieldInfo_0() const { return ___fieldInfo_0; } inline FieldInfo_t ** get_address_of_fieldInfo_0() { return &___fieldInfo_0; } inline void set_fieldInfo_0(FieldInfo_t * value) { ___fieldInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldInfo_0), (void*)value); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t5A0C951DACBA896CC0CA478D42E60A23A2B8E2FB : public RuntimeObject { public: // System.Reflection.PropertyInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1::propertyInfo PropertyInfo_t * ___propertyInfo_0; public: inline static int32_t get_offset_of_propertyInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t5A0C951DACBA896CC0CA478D42E60A23A2B8E2FB, ___propertyInfo_0)); } inline PropertyInfo_t * get_propertyInfo_0() const { return ___propertyInfo_0; } inline PropertyInfo_t ** get_address_of_propertyInfo_0() { return &___propertyInfo_0; } inline void set_propertyInfo_0(PropertyInfo_t * value) { ___propertyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyInfo_0), (void*)value); } }; // <>f__AnonymousType0`2 struct U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D : public RuntimeObject { public: // j__TPar <>f__AnonymousType0`2::i__Field RuntimeObject * ___U3CTypeU3Ei__Field_0; // j__TPar <>f__AnonymousType0`2::i__Field RuntimeObject * ___U3CValueU3Ei__Field_1; public: inline static int32_t get_offset_of_U3CTypeU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D, ___U3CTypeU3Ei__Field_0)); } inline RuntimeObject * get_U3CTypeU3Ei__Field_0() const { return ___U3CTypeU3Ei__Field_0; } inline RuntimeObject ** get_address_of_U3CTypeU3Ei__Field_0() { return &___U3CTypeU3Ei__Field_0; } inline void set_U3CTypeU3Ei__Field_0(RuntimeObject * value) { ___U3CTypeU3Ei__Field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTypeU3Ei__Field_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D, ___U3CValueU3Ei__Field_1)); } inline RuntimeObject * get_U3CValueU3Ei__Field_1() const { return ___U3CValueU3Ei__Field_1; } inline RuntimeObject ** get_address_of_U3CValueU3Ei__Field_1() { return &___U3CValueU3Ei__Field_1; } inline void set_U3CValueU3Ei__Field_1(RuntimeObject * value) { ___U3CValueU3Ei__Field_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ei__Field_1), (void*)value); } }; // <>f__AnonymousType1`3 struct U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 : public RuntimeObject { public: // j__TPar <>f__AnonymousType1`3::i__Field RuntimeObject * ___U3CNameU3Ei__Field_0; // j__TPar <>f__AnonymousType1`3::i__Field int32_t ___U3CAgeU3Ei__Field_1; //
j__TPar <>f__AnonymousType1`3::
i__Field RuntimeObject * ___U3CAddressU3Ei__Field_2; public: inline static int32_t get_offset_of_U3CNameU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0, ___U3CNameU3Ei__Field_0)); } inline RuntimeObject * get_U3CNameU3Ei__Field_0() const { return ___U3CNameU3Ei__Field_0; } inline RuntimeObject ** get_address_of_U3CNameU3Ei__Field_0() { return &___U3CNameU3Ei__Field_0; } inline void set_U3CNameU3Ei__Field_0(RuntimeObject * value) { ___U3CNameU3Ei__Field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ei__Field_0), (void*)value); } inline static int32_t get_offset_of_U3CAgeU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0, ___U3CAgeU3Ei__Field_1)); } inline int32_t get_U3CAgeU3Ei__Field_1() const { return ___U3CAgeU3Ei__Field_1; } inline int32_t* get_address_of_U3CAgeU3Ei__Field_1() { return &___U3CAgeU3Ei__Field_1; } inline void set_U3CAgeU3Ei__Field_1(int32_t value) { ___U3CAgeU3Ei__Field_1 = value; } inline static int32_t get_offset_of_U3CAddressU3Ei__Field_2() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0, ___U3CAddressU3Ei__Field_2)); } inline RuntimeObject * get_U3CAddressU3Ei__Field_2() const { return ___U3CAddressU3Ei__Field_2; } inline RuntimeObject ** get_address_of_U3CAddressU3Ei__Field_2() { return &___U3CAddressU3Ei__Field_2; } inline void set_U3CAddressU3Ei__Field_2(RuntimeObject * value) { ___U3CAddressU3Ei__Field_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAddressU3Ei__Field_2), (void*)value); } }; // <>f__AnonymousType1`3 struct U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 : public RuntimeObject { public: // j__TPar <>f__AnonymousType1`3::i__Field RuntimeObject * ___U3CNameU3Ei__Field_0; // j__TPar <>f__AnonymousType1`3::i__Field RuntimeObject * ___U3CAgeU3Ei__Field_1; //
j__TPar <>f__AnonymousType1`3::
i__Field RuntimeObject * ___U3CAddressU3Ei__Field_2; public: inline static int32_t get_offset_of_U3CNameU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94, ___U3CNameU3Ei__Field_0)); } inline RuntimeObject * get_U3CNameU3Ei__Field_0() const { return ___U3CNameU3Ei__Field_0; } inline RuntimeObject ** get_address_of_U3CNameU3Ei__Field_0() { return &___U3CNameU3Ei__Field_0; } inline void set_U3CNameU3Ei__Field_0(RuntimeObject * value) { ___U3CNameU3Ei__Field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ei__Field_0), (void*)value); } inline static int32_t get_offset_of_U3CAgeU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94, ___U3CAgeU3Ei__Field_1)); } inline RuntimeObject * get_U3CAgeU3Ei__Field_1() const { return ___U3CAgeU3Ei__Field_1; } inline RuntimeObject ** get_address_of_U3CAgeU3Ei__Field_1() { return &___U3CAgeU3Ei__Field_1; } inline void set_U3CAgeU3Ei__Field_1(RuntimeObject * value) { ___U3CAgeU3Ei__Field_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAgeU3Ei__Field_1), (void*)value); } inline static int32_t get_offset_of_U3CAddressU3Ei__Field_2() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94, ___U3CAddressU3Ei__Field_2)); } inline RuntimeObject * get_U3CAddressU3Ei__Field_2() const { return ___U3CAddressU3Ei__Field_2; } inline RuntimeObject ** get_address_of_U3CAddressU3Ei__Field_2() { return &___U3CAddressU3Ei__Field_2; } inline void set_U3CAddressU3Ei__Field_2(RuntimeObject * value) { ___U3CAddressU3Ei__Field_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAddressU3Ei__Field_2), (void*)value); } }; // <>f__AnonymousType2`2 struct U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C : public RuntimeObject { public: // j__TPar <>f__AnonymousType2`2::i__Field RuntimeObject * ___U3CStreetU3Ei__Field_0; // j__TPar <>f__AnonymousType2`2::i__Field RuntimeObject * ___U3CZipU3Ei__Field_1; public: inline static int32_t get_offset_of_U3CStreetU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C, ___U3CStreetU3Ei__Field_0)); } inline RuntimeObject * get_U3CStreetU3Ei__Field_0() const { return ___U3CStreetU3Ei__Field_0; } inline RuntimeObject ** get_address_of_U3CStreetU3Ei__Field_0() { return &___U3CStreetU3Ei__Field_0; } inline void set_U3CStreetU3Ei__Field_0(RuntimeObject * value) { ___U3CStreetU3Ei__Field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStreetU3Ei__Field_0), (void*)value); } inline static int32_t get_offset_of_U3CZipU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C, ___U3CZipU3Ei__Field_1)); } inline RuntimeObject * get_U3CZipU3Ei__Field_1() const { return ___U3CZipU3Ei__Field_1; } inline RuntimeObject ** get_address_of_U3CZipU3Ei__Field_1() { return &___U3CZipU3Ei__Field_1; } inline void set_U3CZipU3Ei__Field_1(RuntimeObject * value) { ___U3CZipU3Ei__Field_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CZipU3Ei__Field_1), (void*)value); } }; // System.Xml.Linq.XObject/d__16`1 struct U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 : public RuntimeObject { public: // System.Int32 System.Xml.Linq.XObject/d__16`1::<>1__state int32_t ___U3CU3E1__state_0; // T System.Xml.Linq.XObject/d__16`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Xml.Linq.XObject/d__16`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Xml.Linq.XObject System.Xml.Linq.XObject/d__16`1::<>4__this XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * ___U3CU3E4__this_3; // System.Object[] System.Xml.Linq.XObject/d__16`1::5__1 ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CaU3E5__1_4; // System.Int32 System.Xml.Linq.XObject/d__16`1::5__2 int32_t ___U3CiU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690, ___U3CU3E4__this_3)); } inline XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CaU3E5__1_4() { return static_cast(offsetof(U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690, ___U3CaU3E5__1_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CaU3E5__1_4() const { return ___U3CaU3E5__1_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CaU3E5__1_4() { return &___U3CaU3E5__1_4; } inline void set_U3CaU3E5__1_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CaU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CaU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_5() { return static_cast(offsetof(U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690, ___U3CiU3E5__2_5)); } inline int32_t get_U3CiU3E5__2_5() const { return ___U3CiU3E5__2_5; } inline int32_t* get_address_of_U3CiU3E5__2_5() { return &___U3CiU3E5__2_5; } inline void set_U3CiU3E5__2_5(int32_t value) { ___U3CiU3E5__2_5 = value; } }; // Newtonsoft.Json.Linq.JToken/d__171`1 struct U3CAnnotationsU3Ed__171_1_t03413E280032C780EE0D8BD2D8461A271779D80B : public RuntimeObject { public: public: }; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__99`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__99`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__99`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::source RuntimeObject* ___source_3; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E7__wrap1_5)); } inline RuntimeObject* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(RuntimeObject* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_5), (void*)value); } }; // Newtonsoft.Json.Linq.Extensions/d__14`2 struct U3CConvertU3Ed__14_2_t55C359CBF35A62998F8E88549610924B0C63CF7B : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F : public RuntimeObject { public: public: }; struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_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); } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero double ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero float ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106_StaticFields, ___Zero_0)); } inline float get_Zero_0() const { return ___Zero_0; } inline float* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(float value) { ___Zero_0 = value; } }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 : public RuntimeObject { public: public: }; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 : public RuntimeObject { public: // T System.Pinnable`1::Data uint8_t ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110, ___Data_0)); } inline uint8_t get_Data_0() const { return ___Data_0; } inline uint8_t* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(uint8_t value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 : public RuntimeObject { public: public: }; struct PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C : public RuntimeObject { public: public: }; struct PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A : public RuntimeObject { public: public: }; struct PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E : public RuntimeObject { public: public: }; struct PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA : public RuntimeObject { public: public: }; struct PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 : public RuntimeObject { public: public: }; struct PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE : public RuntimeObject { public: public: }; struct PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 : public RuntimeObject { public: public: }; struct PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 : public RuntimeObject { public: public: }; struct PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 : public RuntimeObject { public: public: }; struct PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 : public RuntimeObject { public: public: }; struct PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 : public RuntimeObject { public: public: }; struct PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 : public RuntimeObject { public: public: }; struct PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 : public RuntimeObject { public: public: }; struct PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E : public RuntimeObject { public: public: }; struct PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 : public RuntimeObject { public: public: }; struct PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E : public RuntimeObject { public: public: }; struct PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD : public RuntimeObject { public: public: }; struct PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 : public RuntimeObject { public: public: }; struct PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 : public RuntimeObject { public: public: }; struct PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB : public RuntimeObject { public: public: }; struct PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 : public RuntimeObject { public: public: }; struct PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 : public RuntimeObject { public: public: }; struct PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 : public RuntimeObject { public: public: }; struct PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 : public RuntimeObject { public: public: }; struct PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 : public RuntimeObject { public: public: }; struct PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 : public RuntimeObject { public: public: }; struct PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D : public RuntimeObject { public: public: }; struct PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 : public RuntimeObject { public: public: }; struct PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D : public RuntimeObject { public: // System.Int64 BestHTTP.SignalRCore.StreamItemContainer`1::id int64_t ___id_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___U3CItemsU3Ek__BackingField_1; // T BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField int32_t ___U3CLastAddedU3Ek__BackingField_2; // System.Boolean BestHTTP.SignalRCore.StreamItemContainer`1::IsCanceled bool ___IsCanceled_3; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___id_0)); } inline int64_t get_id_0() const { return ___id_0; } inline int64_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int64_t value) { ___id_0 = value; } inline static int32_t get_offset_of_U3CItemsU3Ek__BackingField_1() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___U3CItemsU3Ek__BackingField_1)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_U3CItemsU3Ek__BackingField_1() const { return ___U3CItemsU3Ek__BackingField_1; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_U3CItemsU3Ek__BackingField_1() { return &___U3CItemsU3Ek__BackingField_1; } inline void set_U3CItemsU3Ek__BackingField_1(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___U3CItemsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLastAddedU3Ek__BackingField_2() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___U3CLastAddedU3Ek__BackingField_2)); } inline int32_t get_U3CLastAddedU3Ek__BackingField_2() const { return ___U3CLastAddedU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLastAddedU3Ek__BackingField_2() { return &___U3CLastAddedU3Ek__BackingField_2; } inline void set_U3CLastAddedU3Ek__BackingField_2(int32_t value) { ___U3CLastAddedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_IsCanceled_3() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___IsCanceled_3)); } inline bool get_IsCanceled_3() const { return ___IsCanceled_3; } inline bool* get_address_of_IsCanceled_3() { return &___IsCanceled_3; } inline void set_IsCanceled_3(bool value) { ___IsCanceled_3 = value; } }; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 : public RuntimeObject { public: // System.Int64 BestHTTP.SignalRCore.StreamItemContainer`1::id int64_t ___id_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___U3CItemsU3Ek__BackingField_1; // T BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField RuntimeObject * ___U3CLastAddedU3Ek__BackingField_2; // System.Boolean BestHTTP.SignalRCore.StreamItemContainer`1::IsCanceled bool ___IsCanceled_3; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___id_0)); } inline int64_t get_id_0() const { return ___id_0; } inline int64_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int64_t value) { ___id_0 = value; } inline static int32_t get_offset_of_U3CItemsU3Ek__BackingField_1() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___U3CItemsU3Ek__BackingField_1)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_U3CItemsU3Ek__BackingField_1() const { return ___U3CItemsU3Ek__BackingField_1; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_U3CItemsU3Ek__BackingField_1() { return &___U3CItemsU3Ek__BackingField_1; } inline void set_U3CItemsU3Ek__BackingField_1(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___U3CItemsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLastAddedU3Ek__BackingField_2() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___U3CLastAddedU3Ek__BackingField_2)); } inline RuntimeObject * get_U3CLastAddedU3Ek__BackingField_2() const { return ___U3CLastAddedU3Ek__BackingField_2; } inline RuntimeObject ** get_address_of_U3CLastAddedU3Ek__BackingField_2() { return &___U3CLastAddedU3Ek__BackingField_2; } inline void set_U3CLastAddedU3Ek__BackingField_2(RuntimeObject * value) { ___U3CLastAddedU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastAddedU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_IsCanceled_3() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___IsCanceled_3)); } inline bool get_IsCanceled_3() const { return ___IsCanceled_3; } inline bool* get_address_of_IsCanceled_3() { return &___IsCanceled_3; } inline void set_IsCanceled_3(bool value) { ___IsCanceled_3 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1 struct TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___U3CImageU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CMemoryAllocatorU3Ek__BackingField_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderEntriesCollector SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBaseColorWriter`1::k__BackingField TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * ___U3CEntriesCollectorU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1, ___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_U3CImageU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1, ___U3CImageU3Ek__BackingField_1)); } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * get_U3CImageU3Ek__BackingField_1() const { return ___U3CImageU3Ek__BackingField_1; } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB ** get_address_of_U3CImageU3Ek__BackingField_1() { return &___U3CImageU3Ek__BackingField_1; } inline void set_U3CImageU3Ek__BackingField_1(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * value) { ___U3CImageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1, ___U3CMemoryAllocatorU3Ek__BackingField_2)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CMemoryAllocatorU3Ek__BackingField_2() const { return ___U3CMemoryAllocatorU3Ek__BackingField_2; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CMemoryAllocatorU3Ek__BackingField_2() { return &___U3CMemoryAllocatorU3Ek__BackingField_2; } inline void set_U3CMemoryAllocatorU3Ek__BackingField_2(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CMemoryAllocatorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemoryAllocatorU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1, ___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_U3CEntriesCollectorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1, ___U3CEntriesCollectorU3Ek__BackingField_4)); } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * get_U3CEntriesCollectorU3Ek__BackingField_4() const { return ___U3CEntriesCollectorU3Ek__BackingField_4; } inline TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B ** get_address_of_U3CEntriesCollectorU3Ek__BackingField_4() { return &___U3CEntriesCollectorU3Ek__BackingField_4; } inline void set_U3CEntriesCollectorU3Ek__BackingField_4(TiffEncoderEntriesCollector_t8D238D04ECFBA377B5F4883045F4BE38CCE0B82B * value) { ___U3CEntriesCollectorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEntriesCollectorU3Ek__BackingField_4), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // JCUnityLib.CustomJson struct CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> JCUnityLib.CustomJson::importerDict Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * ___importerDict_0; // System.Collections.Generic.Dictionary`2> JCUnityLib.CustomJson::exporterDict Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * ___exporterDict_1; public: inline static int32_t get_offset_of_importerDict_0() { return static_cast(offsetof(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8, ___importerDict_0)); } inline Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * get_importerDict_0() const { return ___importerDict_0; } inline Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A ** get_address_of_importerDict_0() { return &___importerDict_0; } inline void set_importerDict_0(Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * value) { ___importerDict_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___importerDict_0), (void*)value); } inline static int32_t get_offset_of_exporterDict_1() { return static_cast(offsetof(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8, ___exporterDict_1)); } inline Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * get_exporterDict_1() const { return ___exporterDict_1; } inline Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 ** get_address_of_exporterDict_1() { return &___exporterDict_1; } inline void set_exporterDict_1(Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * value) { ___exporterDict_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___exporterDict_1), (void*)value); } }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; 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.Xml.Linq.XObject struct XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 : public RuntimeObject { public: // System.Xml.Linq.XContainer System.Xml.Linq.XObject::parent XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * ___parent_0; // System.Object System.Xml.Linq.XObject::annotations RuntimeObject * ___annotations_1; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6, ___parent_0)); } inline XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * get_parent_0() const { return ___parent_0; } inline XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_annotations_1() { return static_cast(offsetof(XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6, ___annotations_1)); } inline RuntimeObject * get_annotations_1() const { return ___annotations_1; } inline RuntimeObject ** get_address_of_annotations_1() { return &___annotations_1; } inline void set_annotations_1(RuntimeObject * value) { ___annotations_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___annotations_1), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t224E99E4DB657A50392211819A009F1D9DE67D35 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t482FE963CE5E5006365C8701A9EAD941D7BC18B0 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t224E99E4DB657A50392211819A009F1D9DE67D35, ___delegateFunc_0)); } inline Func_5_t482FE963CE5E5006365C8701A9EAD941D7BC18B0 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t482FE963CE5E5006365C8701A9EAD941D7BC18B0 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t482FE963CE5E5006365C8701A9EAD941D7BC18B0 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t224E99E4DB657A50392211819A009F1D9DE67D35, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t224E99E4DB657A50392211819A009F1D9DE67D35, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t224E99E4DB657A50392211819A009F1D9DE67D35, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t473D5B080CFF59F972B97D497442E0815F003870 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t2445ACA4260DC0C20658E43FFD85930A550AA7F1 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t473D5B080CFF59F972B97D497442E0815F003870, ___delegateFunc_0)); } inline Func_5_t2445ACA4260DC0C20658E43FFD85930A550AA7F1 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t2445ACA4260DC0C20658E43FFD85930A550AA7F1 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t2445ACA4260DC0C20658E43FFD85930A550AA7F1 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t473D5B080CFF59F972B97D497442E0815F003870, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t473D5B080CFF59F972B97D497442E0815F003870, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t473D5B080CFF59F972B97D497442E0815F003870, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t5F982087B029F459677C348B5CDE1DF425319827 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t1DE81FB1B356C4A4B0214BF6F739EA13E91A3C4B * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5F982087B029F459677C348B5CDE1DF425319827, ___delegateFunc_0)); } inline Func_5_t1DE81FB1B356C4A4B0214BF6F739EA13E91A3C4B * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t1DE81FB1B356C4A4B0214BF6F739EA13E91A3C4B ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t1DE81FB1B356C4A4B0214BF6F739EA13E91A3C4B * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5F982087B029F459677C348B5CDE1DF425319827, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5F982087B029F459677C348B5CDE1DF425319827, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5F982087B029F459677C348B5CDE1DF425319827, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t6AE9271E6C5D7E4378514B4917F6F1B11D4E5C21 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tC21397EDFC349E1B458CD9B971DC6F5E0FF687DF * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t6AE9271E6C5D7E4378514B4917F6F1B11D4E5C21, ___delegateFunc_0)); } inline Func_5_tC21397EDFC349E1B458CD9B971DC6F5E0FF687DF * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tC21397EDFC349E1B458CD9B971DC6F5E0FF687DF ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tC21397EDFC349E1B458CD9B971DC6F5E0FF687DF * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t6AE9271E6C5D7E4378514B4917F6F1B11D4E5C21, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t6AE9271E6C5D7E4378514B4917F6F1B11D4E5C21, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t6AE9271E6C5D7E4378514B4917F6F1B11D4E5C21, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t4358F9D7951AFADDF17855ACDD4096430426A8C9 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t4B3AB3BCC0AAA801F14FE355216A8FEE848B7265 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4358F9D7951AFADDF17855ACDD4096430426A8C9, ___delegateFunc_0)); } inline Func_5_t4B3AB3BCC0AAA801F14FE355216A8FEE848B7265 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t4B3AB3BCC0AAA801F14FE355216A8FEE848B7265 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t4B3AB3BCC0AAA801F14FE355216A8FEE848B7265 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4358F9D7951AFADDF17855ACDD4096430426A8C9, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4358F9D7951AFADDF17855ACDD4096430426A8C9, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4358F9D7951AFADDF17855ACDD4096430426A8C9, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t7C919B47F085F2767C2CEB0DA6AD55D86F99E12C { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tE9B69703F5A8CE98A73D56009F67D0017EDB44E5 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t7C919B47F085F2767C2CEB0DA6AD55D86F99E12C, ___delegateFunc_0)); } inline Func_5_tE9B69703F5A8CE98A73D56009F67D0017EDB44E5 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tE9B69703F5A8CE98A73D56009F67D0017EDB44E5 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tE9B69703F5A8CE98A73D56009F67D0017EDB44E5 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t7C919B47F085F2767C2CEB0DA6AD55D86F99E12C, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t7C919B47F085F2767C2CEB0DA6AD55D86F99E12C, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t7C919B47F085F2767C2CEB0DA6AD55D86F99E12C, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t4E6073C9704992E2BA3368789F9DCAFCED4A3A12 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tC61AB32A1CDB4EF25ADFB786EA9E9AFF7766FC30 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4E6073C9704992E2BA3368789F9DCAFCED4A3A12, ___delegateFunc_0)); } inline Func_5_tC61AB32A1CDB4EF25ADFB786EA9E9AFF7766FC30 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tC61AB32A1CDB4EF25ADFB786EA9E9AFF7766FC30 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tC61AB32A1CDB4EF25ADFB786EA9E9AFF7766FC30 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4E6073C9704992E2BA3368789F9DCAFCED4A3A12, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4E6073C9704992E2BA3368789F9DCAFCED4A3A12, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4E6073C9704992E2BA3368789F9DCAFCED4A3A12, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t93271A62CB79489BF98373353974114D2DF110C6 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tDA5AA7C8849B80201164F620BDBCA96ECEC2CA07 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t93271A62CB79489BF98373353974114D2DF110C6, ___delegateFunc_0)); } inline Func_5_tDA5AA7C8849B80201164F620BDBCA96ECEC2CA07 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tDA5AA7C8849B80201164F620BDBCA96ECEC2CA07 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tDA5AA7C8849B80201164F620BDBCA96ECEC2CA07 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t93271A62CB79489BF98373353974114D2DF110C6, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t93271A62CB79489BF98373353974114D2DF110C6, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t93271A62CB79489BF98373353974114D2DF110C6, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tD24B78429D866FA0E00FE2328C04703D47FEDF2C { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tD2FE06A8A6F96133B5EF8C85C3ADC960B16A6189 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tD24B78429D866FA0E00FE2328C04703D47FEDF2C, ___delegateFunc_0)); } inline Func_5_tD2FE06A8A6F96133B5EF8C85C3ADC960B16A6189 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tD2FE06A8A6F96133B5EF8C85C3ADC960B16A6189 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tD2FE06A8A6F96133B5EF8C85C3ADC960B16A6189 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tD24B78429D866FA0E00FE2328C04703D47FEDF2C, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tD24B78429D866FA0E00FE2328C04703D47FEDF2C, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tD24B78429D866FA0E00FE2328C04703D47FEDF2C, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tEBD9EBB233BE074387CCC8875D7DC7C6BEC6173B { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tD51E07376DB59554AC295C26F3D63766CBE267AC * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tEBD9EBB233BE074387CCC8875D7DC7C6BEC6173B, ___delegateFunc_0)); } inline Func_5_tD51E07376DB59554AC295C26F3D63766CBE267AC * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tD51E07376DB59554AC295C26F3D63766CBE267AC ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tD51E07376DB59554AC295C26F3D63766CBE267AC * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tEBD9EBB233BE074387CCC8875D7DC7C6BEC6173B, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tEBD9EBB233BE074387CCC8875D7DC7C6BEC6173B, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tEBD9EBB233BE074387CCC8875D7DC7C6BEC6173B, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t76A7EBA91CDFC9C43E30D83FB26E497C4F5ECDFA { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tA291EB6A6AD1483C2CF20D9C392DC4C6B4AD87C0 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t76A7EBA91CDFC9C43E30D83FB26E497C4F5ECDFA, ___delegateFunc_0)); } inline Func_5_tA291EB6A6AD1483C2CF20D9C392DC4C6B4AD87C0 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tA291EB6A6AD1483C2CF20D9C392DC4C6B4AD87C0 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tA291EB6A6AD1483C2CF20D9C392DC4C6B4AD87C0 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t76A7EBA91CDFC9C43E30D83FB26E497C4F5ECDFA, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t76A7EBA91CDFC9C43E30D83FB26E497C4F5ECDFA, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t76A7EBA91CDFC9C43E30D83FB26E497C4F5ECDFA, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t33C9C1DF6F8C73E18A4608DC1AE2C747F74D2244 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t788F76FEFDFED164D1E2D26B7D0724EDD047C711 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t33C9C1DF6F8C73E18A4608DC1AE2C747F74D2244, ___delegateFunc_0)); } inline Func_5_t788F76FEFDFED164D1E2D26B7D0724EDD047C711 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t788F76FEFDFED164D1E2D26B7D0724EDD047C711 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t788F76FEFDFED164D1E2D26B7D0724EDD047C711 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t33C9C1DF6F8C73E18A4608DC1AE2C747F74D2244, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t33C9C1DF6F8C73E18A4608DC1AE2C747F74D2244, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t33C9C1DF6F8C73E18A4608DC1AE2C747F74D2244, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t5C2C7DADF0C9CFD367AF1049F8CC27D5EB5A2480 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t2EC650691788A33D3BE877039ECC1614812227EF * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5C2C7DADF0C9CFD367AF1049F8CC27D5EB5A2480, ___delegateFunc_0)); } inline Func_5_t2EC650691788A33D3BE877039ECC1614812227EF * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t2EC650691788A33D3BE877039ECC1614812227EF ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t2EC650691788A33D3BE877039ECC1614812227EF * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5C2C7DADF0C9CFD367AF1049F8CC27D5EB5A2480, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5C2C7DADF0C9CFD367AF1049F8CC27D5EB5A2480, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t5C2C7DADF0C9CFD367AF1049F8CC27D5EB5A2480, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tC6FBF1EBBC4B5557D5C7E6BFFBF6A4154D9CA793 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tCA150B316ED67238C1032D017BBDD976DAFBF93C * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC6FBF1EBBC4B5557D5C7E6BFFBF6A4154D9CA793, ___delegateFunc_0)); } inline Func_5_tCA150B316ED67238C1032D017BBDD976DAFBF93C * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tCA150B316ED67238C1032D017BBDD976DAFBF93C ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tCA150B316ED67238C1032D017BBDD976DAFBF93C * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC6FBF1EBBC4B5557D5C7E6BFFBF6A4154D9CA793, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC6FBF1EBBC4B5557D5C7E6BFFBF6A4154D9CA793, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC6FBF1EBBC4B5557D5C7E6BFFBF6A4154D9CA793, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tC2070CA2348ADA3A3F7FEFEEA045CF90762BF28A { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t3DB811BD5BCCF84EFB9C29BBB50387EEC013C3CA * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC2070CA2348ADA3A3F7FEFEEA045CF90762BF28A, ___delegateFunc_0)); } inline Func_5_t3DB811BD5BCCF84EFB9C29BBB50387EEC013C3CA * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t3DB811BD5BCCF84EFB9C29BBB50387EEC013C3CA ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t3DB811BD5BCCF84EFB9C29BBB50387EEC013C3CA * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC2070CA2348ADA3A3F7FEFEEA045CF90762BF28A, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC2070CA2348ADA3A3F7FEFEEA045CF90762BF28A, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC2070CA2348ADA3A3F7FEFEEA045CF90762BF28A, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t87A1194218D4A0C1FE6010D38805FAC98271CBCC { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t47E53E50264594FF9317D100079B5D9B6149BB6C * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t87A1194218D4A0C1FE6010D38805FAC98271CBCC, ___delegateFunc_0)); } inline Func_5_t47E53E50264594FF9317D100079B5D9B6149BB6C * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t47E53E50264594FF9317D100079B5D9B6149BB6C ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t47E53E50264594FF9317D100079B5D9B6149BB6C * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t87A1194218D4A0C1FE6010D38805FAC98271CBCC, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t87A1194218D4A0C1FE6010D38805FAC98271CBCC, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t87A1194218D4A0C1FE6010D38805FAC98271CBCC, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t9D87991FA136CC117BBB6511A0D91021E9BAE438 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t38C372A2740296DB76C0E44F3EAFBC1839DDF8F8 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t9D87991FA136CC117BBB6511A0D91021E9BAE438, ___delegateFunc_0)); } inline Func_5_t38C372A2740296DB76C0E44F3EAFBC1839DDF8F8 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t38C372A2740296DB76C0E44F3EAFBC1839DDF8F8 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t38C372A2740296DB76C0E44F3EAFBC1839DDF8F8 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t9D87991FA136CC117BBB6511A0D91021E9BAE438, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t9D87991FA136CC117BBB6511A0D91021E9BAE438, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t9D87991FA136CC117BBB6511A0D91021E9BAE438, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tA058AF9660ABC8276DA6C17829036376EAA39188 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t065C8183E2A1952AA13556C8583DB5B373113BF7 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA058AF9660ABC8276DA6C17829036376EAA39188, ___delegateFunc_0)); } inline Func_5_t065C8183E2A1952AA13556C8583DB5B373113BF7 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t065C8183E2A1952AA13556C8583DB5B373113BF7 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t065C8183E2A1952AA13556C8583DB5B373113BF7 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA058AF9660ABC8276DA6C17829036376EAA39188, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA058AF9660ABC8276DA6C17829036376EAA39188, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA058AF9660ABC8276DA6C17829036376EAA39188, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tF1373BB8318403D8BB05AE5479C7A2282E176083 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tE23808068AB549397F9A6AC3B9B0C1350569A325 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tF1373BB8318403D8BB05AE5479C7A2282E176083, ___delegateFunc_0)); } inline Func_5_tE23808068AB549397F9A6AC3B9B0C1350569A325 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tE23808068AB549397F9A6AC3B9B0C1350569A325 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tE23808068AB549397F9A6AC3B9B0C1350569A325 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tF1373BB8318403D8BB05AE5479C7A2282E176083, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tF1373BB8318403D8BB05AE5479C7A2282E176083, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tF1373BB8318403D8BB05AE5479C7A2282E176083, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tA7F1426F416697C7E627310F612A4A7AD3765B2D { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t36666C95C99395DCA62ABAE6B4FC769D5A9A7ECF * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA7F1426F416697C7E627310F612A4A7AD3765B2D, ___delegateFunc_0)); } inline Func_5_t36666C95C99395DCA62ABAE6B4FC769D5A9A7ECF * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t36666C95C99395DCA62ABAE6B4FC769D5A9A7ECF ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t36666C95C99395DCA62ABAE6B4FC769D5A9A7ECF * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA7F1426F416697C7E627310F612A4A7AD3765B2D, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA7F1426F416697C7E627310F612A4A7AD3765B2D, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA7F1426F416697C7E627310F612A4A7AD3765B2D, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t219A3580ADA7F6D8FEDA365C8BE5387A00D065E3 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t9F88B7805B902D806F7B87368AFBE18F0EDF88F4 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t219A3580ADA7F6D8FEDA365C8BE5387A00D065E3, ___delegateFunc_0)); } inline Func_5_t9F88B7805B902D806F7B87368AFBE18F0EDF88F4 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t9F88B7805B902D806F7B87368AFBE18F0EDF88F4 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t9F88B7805B902D806F7B87368AFBE18F0EDF88F4 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t219A3580ADA7F6D8FEDA365C8BE5387A00D065E3, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t219A3580ADA7F6D8FEDA365C8BE5387A00D065E3, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t219A3580ADA7F6D8FEDA365C8BE5387A00D065E3, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tAE0876986A6858EF35198AA1A66D617948B0013F { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t47710AAE35725C8D679B35934F4D5DDB790B2319 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tAE0876986A6858EF35198AA1A66D617948B0013F, ___delegateFunc_0)); } inline Func_5_t47710AAE35725C8D679B35934F4D5DDB790B2319 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t47710AAE35725C8D679B35934F4D5DDB790B2319 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t47710AAE35725C8D679B35934F4D5DDB790B2319 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tAE0876986A6858EF35198AA1A66D617948B0013F, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tAE0876986A6858EF35198AA1A66D617948B0013F, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tAE0876986A6858EF35198AA1A66D617948B0013F, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t419EFC6BC3ABE7AEC3165E670A1BC6C2E8C09FCC { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tA6FE0B8CF68BB54DE2755EB7069AA3DB48396C07 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t419EFC6BC3ABE7AEC3165E670A1BC6C2E8C09FCC, ___delegateFunc_0)); } inline Func_5_tA6FE0B8CF68BB54DE2755EB7069AA3DB48396C07 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tA6FE0B8CF68BB54DE2755EB7069AA3DB48396C07 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tA6FE0B8CF68BB54DE2755EB7069AA3DB48396C07 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t419EFC6BC3ABE7AEC3165E670A1BC6C2E8C09FCC, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t419EFC6BC3ABE7AEC3165E670A1BC6C2E8C09FCC, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t419EFC6BC3ABE7AEC3165E670A1BC6C2E8C09FCC, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t07852A4A1AB7FE8873420B1BED8D7334B0C4AAFD { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t806B06441552773FF43B0E16041995C6EA40B9FA * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t07852A4A1AB7FE8873420B1BED8D7334B0C4AAFD, ___delegateFunc_0)); } inline Func_5_t806B06441552773FF43B0E16041995C6EA40B9FA * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t806B06441552773FF43B0E16041995C6EA40B9FA ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t806B06441552773FF43B0E16041995C6EA40B9FA * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t07852A4A1AB7FE8873420B1BED8D7334B0C4AAFD, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t07852A4A1AB7FE8873420B1BED8D7334B0C4AAFD, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t07852A4A1AB7FE8873420B1BED8D7334B0C4AAFD, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t08BCF1538203B5AA7D3BD55D75B4DACF403B950F { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t9D80045780C1DF6F9653B200BD49E9E4D5ED86FF * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t08BCF1538203B5AA7D3BD55D75B4DACF403B950F, ___delegateFunc_0)); } inline Func_5_t9D80045780C1DF6F9653B200BD49E9E4D5ED86FF * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t9D80045780C1DF6F9653B200BD49E9E4D5ED86FF ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t9D80045780C1DF6F9653B200BD49E9E4D5ED86FF * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t08BCF1538203B5AA7D3BD55D75B4DACF403B950F, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t08BCF1538203B5AA7D3BD55D75B4DACF403B950F, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t08BCF1538203B5AA7D3BD55D75B4DACF403B950F, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tA810058F35E546C05852FD9D30269FF023A623A0 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t294C5827162065808B2FD6494EBA60063F61E894 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA810058F35E546C05852FD9D30269FF023A623A0, ___delegateFunc_0)); } inline Func_5_t294C5827162065808B2FD6494EBA60063F61E894 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t294C5827162065808B2FD6494EBA60063F61E894 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t294C5827162065808B2FD6494EBA60063F61E894 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA810058F35E546C05852FD9D30269FF023A623A0, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA810058F35E546C05852FD9D30269FF023A623A0, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tA810058F35E546C05852FD9D30269FF023A623A0, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tFC5F9F5F8360B6F50AAE590420F145A3B7881AD9 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t4BF10E7DB1AF86F45B26D8A2C3F2191D91111DA3 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tFC5F9F5F8360B6F50AAE590420F145A3B7881AD9, ___delegateFunc_0)); } inline Func_5_t4BF10E7DB1AF86F45B26D8A2C3F2191D91111DA3 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t4BF10E7DB1AF86F45B26D8A2C3F2191D91111DA3 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t4BF10E7DB1AF86F45B26D8A2C3F2191D91111DA3 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tFC5F9F5F8360B6F50AAE590420F145A3B7881AD9, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tFC5F9F5F8360B6F50AAE590420F145A3B7881AD9, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tFC5F9F5F8360B6F50AAE590420F145A3B7881AD9, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t4F0C7F5C7F31EF5FA5B5E3328EBBBB83F54E8769 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_tA19C817C8E3AC46EAB15CCFD3F6380E3C4ABDC43 * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4F0C7F5C7F31EF5FA5B5E3328EBBBB83F54E8769, ___delegateFunc_0)); } inline Func_5_tA19C817C8E3AC46EAB15CCFD3F6380E3C4ABDC43 * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_tA19C817C8E3AC46EAB15CCFD3F6380E3C4ABDC43 ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_tA19C817C8E3AC46EAB15CCFD3F6380E3C4ABDC43 * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4F0C7F5C7F31EF5FA5B5E3328EBBBB83F54E8769, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4F0C7F5C7F31EF5FA5B5E3328EBBBB83F54E8769, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t4F0C7F5C7F31EF5FA5B5E3328EBBBB83F54E8769, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tE09AB2EBEA999A06D1F22E00260388CBF757BC60 { public: // System.Func`5,System.Int32,System.Int32,System.Single,System.Boolean> SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::delegateFunc Func_5_t4FE286A681C50CAB851A450E92E5DB8CDD5EC53C * ___delegateFunc_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::componentValue float ___componentValue_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::width int32_t ___width_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1/<>c__DisplayClass5_0::height int32_t ___height_3; public: inline static int32_t get_offset_of_delegateFunc_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tE09AB2EBEA999A06D1F22E00260388CBF757BC60, ___delegateFunc_0)); } inline Func_5_t4FE286A681C50CAB851A450E92E5DB8CDD5EC53C * get_delegateFunc_0() const { return ___delegateFunc_0; } inline Func_5_t4FE286A681C50CAB851A450E92E5DB8CDD5EC53C ** get_address_of_delegateFunc_0() { return &___delegateFunc_0; } inline void set_delegateFunc_0(Func_5_t4FE286A681C50CAB851A450E92E5DB8CDD5EC53C * value) { ___delegateFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegateFunc_0), (void*)value); } inline static int32_t get_offset_of_componentValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tE09AB2EBEA999A06D1F22E00260388CBF757BC60, ___componentValue_1)); } inline float get_componentValue_1() const { return ___componentValue_1; } inline float* get_address_of_componentValue_1() { return &___componentValue_1; } inline void set_componentValue_1(float value) { ___componentValue_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tE09AB2EBEA999A06D1F22E00260388CBF757BC60, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tE09AB2EBEA999A06D1F22E00260388CBF757BC60, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3, ___image_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_image_0() const { return ___image_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A, ___image_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_image_0() const { return ___image_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D, ___image_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_image_0() const { return ___image_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319, ___image_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_image_0() const { return ___image_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726, ___image_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_image_0() const { return ___image_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5, ___image_0)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_image_0() const { return ___image_0; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD, ___image_0)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_image_0() const { return ___image_0; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856, ___image_0)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_image_0() const { return ___image_0; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294, ___image_0)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_image_0() const { return ___image_0; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49, ___image_0)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_image_0() const { return ___image_0; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC, ___image_0)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_image_0() const { return ___image_0; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76, ___image_0)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_image_0() const { return ___image_0; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050, ___image_0)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_image_0() const { return ___image_0; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29, ___image_0)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_image_0() const { return ___image_0; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666, ___image_0)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_image_0() const { return ___image_0; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A, ___image_0)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_image_0() const { return ___image_0; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC, ___image_0)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_image_0() const { return ___image_0; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E, ___image_0)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_image_0() const { return ___image_0; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2, ___image_0)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_image_0() const { return ___image_0; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C, ___image_0)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_image_0() const { return ___image_0; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9, ___image_0)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_image_0() const { return ___image_0; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797, ___image_0)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_image_0() const { return ___image_0; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944, ___image_0)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_image_0() const { return ___image_0; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC, ___image_0)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_image_0() const { return ___image_0; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E, ___image_0)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_image_0() const { return ___image_0; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539, ___image_0)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_image_0() const { return ___image_0; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2, ___image_0)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_image_0() const { return ___image_0; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32, ___image_0)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_image_0() const { return ___image_0; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32, ___image_0)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_image_0() const { return ___image_0; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A : public MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1::Data DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A, ___Data_3)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_Data_3() const { return ___Data_3; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD : public MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1::Data SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD, ___Data_3)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_Data_3() const { return ___Data_3; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 : public MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1::Data DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464, ___Data_3)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_Data_3() const { return ___Data_3; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 : public MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1::Data SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0, ___Data_3)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_Data_3() const { return ___Data_3; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Memory`1 struct Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t989A25F213E59B429D409844716D883464EB981E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B, ___buffer_0)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7, ___buffer_0)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117, ___buffer_0)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45, ___buffer_0)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361, ___buffer_0)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C, ___buffer_0)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC, ___buffer_0)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C, ___buffer_0)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7, ___buffer_0)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A, ___buffer_0)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709, ___buffer_0)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC, ___buffer_0)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A, ___buffer_0)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B, ___buffer_0)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE, ___buffer_0)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043, ___buffer_0)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F, ___buffer_0)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD, ___buffer_0)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F, ___buffer_0)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6, ___buffer_0)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098, ___buffer_0)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74, ___buffer_0)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666, ___buffer_0)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B, ___buffer_0)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1, ___buffer_0)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17, ___buffer_0)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1, ___buffer_0)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930, ___buffer_0)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.PixelAccessor`1 struct PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.PixelAccessor`1::buffer Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___buffer_0; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14, ___buffer_0)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_buffer_0() const { return ___buffer_0; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 : public TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40, ___imageBlackWhite_5)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 : public TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124, ___imageBlackWhite_5)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B : public TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B, ___imageBlackWhite_5)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 : public TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153, ___imageBlackWhite_5)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 : public TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3, ___imageBlackWhite_5)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 : public TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7, ___imageBlackWhite_5)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C : public TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C, ___imageBlackWhite_5)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 : public TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9, ___imageBlackWhite_5)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E : public TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E, ___imageBlackWhite_5)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 : public TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213, ___imageBlackWhite_5)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 : public TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08, ___imageBlackWhite_5)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 : public TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516, ___imageBlackWhite_5)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE : public TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE, ___imageBlackWhite_5)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A : public TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A, ___imageBlackWhite_5)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 : public TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0, ___imageBlackWhite_5)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 : public TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70, ___imageBlackWhite_5)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B : public TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B, ___imageBlackWhite_5)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 : public TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5, ___imageBlackWhite_5)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 : public TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989, ___imageBlackWhite_5)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 : public TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3, ___imageBlackWhite_5)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF : public TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF, ___imageBlackWhite_5)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB : public TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB, ___imageBlackWhite_5)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B : public TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B, ___imageBlackWhite_5)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C : public TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C, ___imageBlackWhite_5)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 : public TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915, ___imageBlackWhite_5)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 : public TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168, ___imageBlackWhite_5)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F : public TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F, ___imageBlackWhite_5)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D : public TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D, ___imageBlackWhite_5)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1 struct TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 : public TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::imageBlackWhite Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___imageBlackWhite_5; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::pixelsAsGray RuntimeObject* ___pixelsAsGray_6; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1::bitStrip RuntimeObject* ___bitStrip_7; public: inline static int32_t get_offset_of_imageBlackWhite_5() { return static_cast(offsetof(TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5, ___imageBlackWhite_5)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_imageBlackWhite_5() const { return ___imageBlackWhite_5; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_imageBlackWhite_5() { return &___imageBlackWhite_5; } inline void set_imageBlackWhite_5(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___imageBlackWhite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___imageBlackWhite_5), (void*)value); } inline static int32_t get_offset_of_pixelsAsGray_6() { return static_cast(offsetof(TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5, ___pixelsAsGray_6)); } inline RuntimeObject* get_pixelsAsGray_6() const { return ___pixelsAsGray_6; } inline RuntimeObject** get_address_of_pixelsAsGray_6() { return &___pixelsAsGray_6; } inline void set_pixelsAsGray_6(RuntimeObject* value) { ___pixelsAsGray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelsAsGray_6), (void*)value); } inline static int32_t get_offset_of_bitStrip_7() { return static_cast(offsetof(TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5, ___bitStrip_7)); } inline RuntimeObject* get_bitStrip_7() const { return ___bitStrip_7; } inline RuntimeObject** get_address_of_bitStrip_7() { return &___bitStrip_7; } inline void set_bitStrip_7(RuntimeObject* value) { ___bitStrip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStrip_7), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; 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.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Numerics.Complex struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C { public: // System.Double System.Numerics.Complex::m_real double ___m_real_6; // System.Double System.Numerics.Complex::m_imaginary double ___m_imaginary_7; public: inline static int32_t get_offset_of_m_real_6() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_real_6)); } inline double get_m_real_6() const { return ___m_real_6; } inline double* get_address_of_m_real_6() { return &___m_real_6; } inline void set_m_real_6(double value) { ___m_real_6 = value; } inline static int32_t get_offset_of_m_imaginary_7() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_imaginary_7)); } inline double get_m_imaginary_7() const { return ___m_imaginary_7; } inline double* get_address_of_m_imaginary_7() { return &___m_imaginary_7; } inline void set_m_imaginary_7(double value) { ___m_imaginary_7 = value; } }; struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields { public: // System.Numerics.Complex System.Numerics.Complex::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; // System.Numerics.Complex System.Numerics.Complex::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_1; // System.Numerics.Complex System.Numerics.Complex::ImaginaryOne Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___ImaginaryOne_2; // System.Double System.Numerics.Complex::s_sqrtRescaleThreshold double ___s_sqrtRescaleThreshold_3; // System.Double System.Numerics.Complex::s_asinOverflowThreshold double ___s_asinOverflowThreshold_4; // System.Double System.Numerics.Complex::s_log2 double ___s_log2_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___One_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_1() const { return ___One_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_1 = value; } inline static int32_t get_offset_of_ImaginaryOne_2() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___ImaginaryOne_2)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_ImaginaryOne_2() const { return ___ImaginaryOne_2; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_ImaginaryOne_2() { return &___ImaginaryOne_2; } inline void set_ImaginaryOne_2(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___ImaginaryOne_2 = value; } inline static int32_t get_offset_of_s_sqrtRescaleThreshold_3() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_sqrtRescaleThreshold_3)); } inline double get_s_sqrtRescaleThreshold_3() const { return ___s_sqrtRescaleThreshold_3; } inline double* get_address_of_s_sqrtRescaleThreshold_3() { return &___s_sqrtRescaleThreshold_3; } inline void set_s_sqrtRescaleThreshold_3(double value) { ___s_sqrtRescaleThreshold_3 = value; } inline static int32_t get_offset_of_s_asinOverflowThreshold_4() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_asinOverflowThreshold_4)); } inline double get_s_asinOverflowThreshold_4() const { return ___s_asinOverflowThreshold_4; } inline double* get_address_of_s_asinOverflowThreshold_4() { return &___s_asinOverflowThreshold_4; } inline void set_s_asinOverflowThreshold_4(double value) { ___s_asinOverflowThreshold_4 = value; } inline static int32_t get_offset_of_s_log2_5() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_log2_5)); } inline double get_s_log2_5() const { return ___s_log2_5; } inline double* get_address_of_s_log2_5() { return &___s_log2_5; } inline void set_s_log2_5(double value) { ___s_log2_5 = value; } }; // MathNet.Numerics.Complex32 struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 { public: // System.Single MathNet.Numerics.Complex32::_real float ____real_0; // System.Single MathNet.Numerics.Complex32::_imag float ____imag_1; public: inline static int32_t get_offset_of__real_0() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____real_0)); } inline float get__real_0() const { return ____real_0; } inline float* get_address_of__real_0() { return &____real_0; } inline void set__real_0(float value) { ____real_0 = value; } inline static int32_t get_offset_of__imag_1() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____imag_1)); } inline float get__imag_1() const { return ____imag_1; } inline float* get_address_of__imag_1() { return &____imag_1; } inline void set__imag_1(float value) { ____imag_1 = value; } }; struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields { public: // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_2; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_3; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::ImaginaryOne Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___ImaginaryOne_4; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::PositiveInfinity Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___PositiveInfinity_5; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::NaN Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___NaN_6; public: inline static int32_t get_offset_of_Zero_2() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___Zero_2)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_2() const { return ___Zero_2; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_2() { return &___Zero_2; } inline void set_Zero_2(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___One_3)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_3() const { return ___One_3; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_3 = value; } inline static int32_t get_offset_of_ImaginaryOne_4() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___ImaginaryOne_4)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_ImaginaryOne_4() const { return ___ImaginaryOne_4; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_ImaginaryOne_4() { return &___ImaginaryOne_4; } inline void set_ImaginaryOne_4(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___ImaginaryOne_4 = value; } inline static int32_t get_offset_of_PositiveInfinity_5() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___PositiveInfinity_5)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_PositiveInfinity_5() const { return ___PositiveInfinity_5; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_PositiveInfinity_5() { return &___PositiveInfinity_5; } inline void set_PositiveInfinity_5(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___PositiveInfinity_5 = value; } inline static int32_t get_offset_of_NaN_6() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___NaN_6)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_NaN_6() const { return ___NaN_6; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_NaN_6() { return &___NaN_6; } inline void set_NaN_6(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___NaN_6 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ____listChanged_13; // System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer::_addingNew AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * ____addingNew_14; // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot RuntimeObject * ____syncRoot_15; // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy bool ____busy_16; public: inline static int32_t get_offset_of__listChanged_13() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____listChanged_13)); } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get__listChanged_13() const { return ____listChanged_13; } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of__listChanged_13() { return &____listChanged_13; } inline void set__listChanged_13(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value) { ____listChanged_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____listChanged_13), (void*)value); } inline static int32_t get_offset_of__addingNew_14() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____addingNew_14)); } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * get__addingNew_14() const { return ____addingNew_14; } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB ** get_address_of__addingNew_14() { return &____addingNew_14; } inline void set__addingNew_14(AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * value) { ____addingNew_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____addingNew_14), (void*)value); } inline static int32_t get_offset_of__syncRoot_15() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____syncRoot_15)); } inline RuntimeObject * get__syncRoot_15() const { return ____syncRoot_15; } inline RuntimeObject ** get_address_of__syncRoot_15() { return &____syncRoot_15; } inline void set__syncRoot_15(RuntimeObject * value) { ____syncRoot_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_15), (void*)value); } inline static int32_t get_offset_of__busy_16() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____busy_16)); } inline bool get__busy_16() const { return ____busy_16; } inline bool* get_address_of__busy_16() { return &____busy_16; } inline void set__busy_16(bool value) { ____busy_16 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // SixLabors.ImageSharp.Rectangle struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 { public: // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CXU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CYU3Ek__BackingField_2; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CXU3Ek__BackingField_1() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CXU3Ek__BackingField_1)); } inline int32_t get_U3CXU3Ek__BackingField_1() const { return ___U3CXU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CXU3Ek__BackingField_1() { return &___U3CXU3Ek__BackingField_1; } inline void set_U3CXU3Ek__BackingField_1(int32_t value) { ___U3CXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CYU3Ek__BackingField_2() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CYU3Ek__BackingField_2)); } inline int32_t get_U3CYU3Ek__BackingField_2() const { return ___U3CYU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CYU3Ek__BackingField_2() { return &___U3CYU3Ek__BackingField_2; } inline void set_U3CYU3Ek__BackingField_2(int32_t value) { ___U3CYU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_3() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CWidthU3Ek__BackingField_3)); } inline int32_t get_U3CWidthU3Ek__BackingField_3() const { return ___U3CWidthU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_3() { return &___U3CWidthU3Ek__BackingField_3; } inline void set_U3CWidthU3Ek__BackingField_3(int32_t value) { ___U3CWidthU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_4() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CHeightU3Ek__BackingField_4)); } inline int32_t get_U3CHeightU3Ek__BackingField_4() const { return ___U3CHeightU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_4() { return &___U3CHeightU3Ek__BackingField_4; } inline void set_U3CHeightU3Ek__BackingField_4(int32_t value) { ___U3CHeightU3Ek__BackingField_4 = value; } }; struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Empty Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields, ___Empty_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_Empty_0() const { return ___Empty_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___Empty_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // SixLabors.ImageSharp.Size struct Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E { public: // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.TaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081, ___image_1)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_image_1() const { return ___image_1; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1, ___image_1)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_image_1() const { return ___image_1; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F, ___image_1)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_image_1() const { return ___image_1; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457, ___image_1)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_image_1() const { return ___image_1; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878, ___image_1)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_image_1() const { return ___image_1; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605, ___image_1)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_image_1() const { return ___image_1; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0, ___image_1)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_image_1() const { return ___image_1; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA, ___image_1)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_image_1() const { return ___image_1; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A, ___image_1)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_image_1() const { return ___image_1; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E, ___image_1)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_image_1() const { return ___image_1; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022, ___image_1)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_image_1() const { return ___image_1; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783, ___image_1)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_image_1() const { return ___image_1; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6, ___image_1)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_image_1() const { return ___image_1; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8, ___image_1)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_image_1() const { return ___image_1; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 struct U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 { public: // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::encoder RuntimeObject* ___encoder_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::image Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___image_1; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } inline static int32_t get_offset_of_image_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076, ___image_1)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_image_1() const { return ___image_1; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_image_1() { return &___image_1; } inline void set_image_1(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_1), (void*)value); } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t45CC51AA4E866DA5171C90F7FCA5ADFBEAF63F53 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t45CC51AA4E866DA5171C90F7FCA5ADFBEAF63F53, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tDCA7F78766BF1421CE898340FC573D6FAC73DEDE : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tDCA7F78766BF1421CE898340FC573D6FAC73DEDE, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tDFA23B47960441360E7F956D35BE4C74D9AF963A : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tDFA23B47960441360E7F956D35BE4C74D9AF963A, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t5037D5A12D135D34FBC1E4308492AFCE06A729AB : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t5037D5A12D135D34FBC1E4308492AFCE06A729AB, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tF52278DFAAFE0790DE7DA2C77D79CF06D3E56383 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tF52278DFAAFE0790DE7DA2C77D79CF06D3E56383, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t04455AD5D6759373308126F5E4843333C534FC1F : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t04455AD5D6759373308126F5E4843333C534FC1F, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t223A69A3835222A0688859AB6C4FA1B20D0D98B1 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t223A69A3835222A0688859AB6C4FA1B20D0D98B1, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t6D9B1263BF0EDFA691693B685E720FC0819C2786 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t6D9B1263BF0EDFA691693B685E720FC0819C2786, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC4306A9C54DACA936850A1471761A7E085CDFB43 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC4306A9C54DACA936850A1471761A7E085CDFB43, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t3A8A79397B1C451A62933E190D8595988971F3A2 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t3A8A79397B1C451A62933E190D8595988971F3A2, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t2B822F3EBC4EA978B8711B40A17A6E4DAD41A7F1 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t2B822F3EBC4EA978B8711B40A17A6E4DAD41A7F1, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t06B549F7C8B965CFDBADB5206A6F9D7D02118434 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t06B549F7C8B965CFDBADB5206A6F9D7D02118434, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t16F9D6F4E2834B92468CD0CEAD3C6968CD609663 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t16F9D6F4E2834B92468CD0CEAD3C6968CD609663, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t38681351FD5ED99CF1F5977E767D22F53BE11F51 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t38681351FD5ED99CF1F5977E767D22F53BE11F51, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t419255CC28E0A376600CB6EDC8FA17FDF947F5BA : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t419255CC28E0A376600CB6EDC8FA17FDF947F5BA, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD308222493B742118B82AD95AB1337D4535F18ED : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tD308222493B742118B82AD95AB1337D4535F18ED, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t5516A55C8B811871A674BAA284DDBAB1E3F10688 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t5516A55C8B811871A674BAA284DDBAB1E3F10688, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tF8732D29714A9F0A0B6F750E67151097027C9B10 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tF8732D29714A9F0A0B6F750E67151097027C9B10, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD83E7858A6DD635E7FD2CCCBC9F8A1A24264F317 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tD83E7858A6DD635E7FD2CCCBC9F8A1A24264F317, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t8ACDB2E7176576DBD8551B101AF05B9E8349B8AA : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t8ACDB2E7176576DBD8551B101AF05B9E8349B8AA, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tDEBFD18F06DE08312CCD8266DEED543C1C447C50 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tDEBFD18F06DE08312CCD8266DEED543C1C447C50, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t7744F039AAB609BCA79CC62A6D35B961AA4D81E9 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t7744F039AAB609BCA79CC62A6D35B961AA4D81E9, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t5FAE4DD8EC7E63DC8A8CB40CEE9597DFA6B347E7 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t5FAE4DD8EC7E63DC8A8CB40CEE9597DFA6B347E7, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t016D2B47C17999BA00083C0BDA4C8BAB0C21A59F : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t016D2B47C17999BA00083C0BDA4C8BAB0C21A59F, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t02EBD51DFEEF332D01FA631E5F61C342E9C83DC5 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t02EBD51DFEEF332D01FA631E5F61C342E9C83DC5, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t2F2EBB4118DC985A91F4C5DC5AAD6EB4A5886BB0 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t2F2EBB4118DC985A91F4C5DC5AAD6EB4A5886BB0, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t0846E0BB77F658C81D2A548DEF66600F14D6D383 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t0846E0BB77F658C81D2A548DEF66600F14D6D383, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC493978E614E28F74A16C5DC148F05351239851C : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC493978E614E28F74A16C5DC148F05351239851C, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC363686479F45B75F8590C0C62B632D40C74A400 : public RuntimeObject { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::interest Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___interest_0; public: inline static int32_t get_offset_of_interest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC363686479F45B75F8590C0C62B632D40C74A400, ___interest_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_interest_0() const { return ___interest_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_interest_0() { return &___interest_0; } inline void set_interest_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___interest_0 = value; } }; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__99`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__99`1::<>2__current DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__99`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::source RuntimeObject* ___source_3; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___U3CU3E2__current_1)); } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___U3CU3E7__wrap1_5)); } inline RuntimeObject* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(RuntimeObject* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_5), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304_StaticFields, ___Zero_0)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_0() const { return ___Zero_0; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_0 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tB073195618B2A7CB0FE31C31919AF7A3BB10C376 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tB073195618B2A7CB0FE31C31919AF7A3BB10C376_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___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_tB073195618B2A7CB0FE31C31919AF7A3BB10C376_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_tB073195618B2A7CB0FE31C31919AF7A3BB10C376_StaticFields, ___EmptyArray_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EmptyArray_1() const { return ___EmptyArray_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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_tB073195618B2A7CB0FE31C31919AF7A3BB10C376_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.ReadOnlySpan`1 struct ReadOnlySpan_1_t77E64EDFC31B790F9209D13016F19E5499E2D7B0 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ____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_t77E64EDFC31B790F9209D13016F19E5499E2D7B0, ____pinnable_0)); } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t77E64EDFC31B790F9209D13016F19E5499E2D7B0, ____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_t77E64EDFC31B790F9209D13016F19E5499E2D7B0, ____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_t2872F3AF313010A342D69AE4B34B63E47FCF81AD { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ____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_t2872F3AF313010A342D69AE4B34B63E47FCF81AD, ____pinnable_0)); } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t2872F3AF313010A342D69AE4B34B63E47FCF81AD, ____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_t2872F3AF313010A342D69AE4B34B63E47FCF81AD, ____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_tFD220BC736F7553A58A728D2622C0293C31A2888 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ____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_tFD220BC736F7553A58A728D2622C0293C31A2888, ____pinnable_0)); } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tFD220BC736F7553A58A728D2622C0293C31A2888, ____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_tFD220BC736F7553A58A728D2622C0293C31A2888, ____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_t6601C5663B0E17A788FFF2B737B8E90215EE0A85 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ____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_t6601C5663B0E17A788FFF2B737B8E90215EE0A85, ____pinnable_0)); } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t6601C5663B0E17A788FFF2B737B8E90215EE0A85, ____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_t6601C5663B0E17A788FFF2B737B8E90215EE0A85, ____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_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ____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_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8, ____pinnable_0)); } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8, ____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_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8, ____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_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ____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_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2, ____pinnable_0)); } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2, ____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_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2, ____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_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ____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_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160, ____pinnable_0)); } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160, ____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_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160, ____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_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ____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_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F, ____pinnable_0)); } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F, ____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_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F, ____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_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ____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_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707, ____pinnable_0)); } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707, ____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_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707, ____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_t3166AD2D09E29101058404BB4599C6BF1523BA4D { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ____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_t3166AD2D09E29101058404BB4599C6BF1523BA4D, ____pinnable_0)); } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t3166AD2D09E29101058404BB4599C6BF1523BA4D, ____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_t3166AD2D09E29101058404BB4599C6BF1523BA4D, ____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_tB2D97450C1746C9F6AFB14A27F985C20B66817F0 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ____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_tB2D97450C1746C9F6AFB14A27F985C20B66817F0, ____pinnable_0)); } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tB2D97450C1746C9F6AFB14A27F985C20B66817F0, ____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_tB2D97450C1746C9F6AFB14A27F985C20B66817F0, ____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_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ____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_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A, ____pinnable_0)); } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A, ____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_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A, ____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_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ____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_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628, ____pinnable_0)); } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628, ____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_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628, ____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_t910F1199FA5270D16AFF2E8426B5751DFE1AA694 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ____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_t910F1199FA5270D16AFF2E8426B5751DFE1AA694, ____pinnable_0)); } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t910F1199FA5270D16AFF2E8426B5751DFE1AA694, ____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_t910F1199FA5270D16AFF2E8426B5751DFE1AA694, ____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_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * ____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_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D, ____pinnable_0)); } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D, ____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_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D, ____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_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * ____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_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0, ____pinnable_0)); } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0, ____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_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0, ____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_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * ____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_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9, ____pinnable_0)); } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9, ____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_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9, ____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_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____pinnable_0)); } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____pinnable_0)); } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____pinnable_0)); } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____pinnable_0)); } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____pinnable_0)); } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tC089F74404A3C46975952EE686EC533667BB207F { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____pinnable_0)); } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____pinnable_0)); } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____pinnable_0)); } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____pinnable_0)); } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____pinnable_0)); } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____pinnable_0)); } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____pinnable_0)); } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____pinnable_0)); } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____pinnable_0)); } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____pinnable_0)); } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____pinnable_0)); } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____pinnable_0)); } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39, ____pinnable_0)); } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____pinnable_0)); } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____pinnable_0)); } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t8F2820222127FA3555803F54498E9275CE67C798 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____pinnable_0)); } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____pinnable_0)); } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____pinnable_0)); } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____pinnable_0)); } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____pinnable_0)); } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____pinnable_0)); } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____pinnable_0)); } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____pinnable_0)); } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____pinnable_0)); } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____pinnable_0)); } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ByteEnum struct ByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307 { public: // System.Byte System.ByteEnum::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E_marshaled_pinvoke { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke ___m_configuredTaskAwaiter_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E_marshaled_com { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com ___m_configuredTaskAwaiter_0; }; // BestHTTP.SignalRCore.ConnectionStates struct ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0 { public: // System.Int32 BestHTTP.SignalRCore.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0, ___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.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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; } }; // BestHTTP.Futures.FutureState struct FutureState_t82DAE169A791D5FC99F4EE1159F4530816D52A0C { public: // System.Int32 BestHTTP.Futures.FutureState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FutureState_t82DAE169A791D5FC99F4EE1159F4530816D52A0C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Image::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Image::size Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___size_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Image::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_2; // SixLabors.ImageSharp.Formats.PixelTypeInfo SixLabors.ImageSharp.Image::k__BackingField PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * ___U3CPixelTypeU3Ek__BackingField_3; // SixLabors.ImageSharp.Metadata.ImageMetadata SixLabors.ImageSharp.Image::k__BackingField ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * ___U3CMetadataU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___isDisposed_0)); } inline bool get_isDisposed_0() const { return ___isDisposed_0; } inline bool* get_address_of_isDisposed_0() { return &___isDisposed_0; } inline void set_isDisposed_0(bool value) { ___isDisposed_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___size_1)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_size_1() const { return ___size_1; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_size_1() { return &___size_1; } inline void set_size_1(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___size_1 = value; } inline static int32_t get_offset_of_configuration_2() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___configuration_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_2() const { return ___configuration_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_2() { return &___configuration_2; } inline void set_configuration_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_2), (void*)value); } inline static int32_t get_offset_of_U3CPixelTypeU3Ek__BackingField_3() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CPixelTypeU3Ek__BackingField_3)); } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * get_U3CPixelTypeU3Ek__BackingField_3() const { return ___U3CPixelTypeU3Ek__BackingField_3; } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E ** get_address_of_U3CPixelTypeU3Ek__BackingField_3() { return &___U3CPixelTypeU3Ek__BackingField_3; } inline void set_U3CPixelTypeU3Ek__BackingField_3(PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * value) { ___U3CPixelTypeU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelTypeU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_4() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CMetadataU3Ek__BackingField_4)); } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * get_U3CMetadataU3Ek__BackingField_4() const { return ___U3CMetadataU3Ek__BackingField_4; } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA ** get_address_of_U3CMetadataU3Ek__BackingField_4() { return &___U3CMetadataU3Ek__BackingField_4; } inline void set_U3CMetadataU3Ek__BackingField_4(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * value) { ___U3CMetadataU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_4), (void*)value); } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // Newtonsoft.Json.Linq.JPropertyKeyedCollection Newtonsoft.Json.Linq.JObject::_properties JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * ____properties_17; // System.ComponentModel.PropertyChangedEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanged PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___PropertyChanged_18; // System.ComponentModel.PropertyChangingEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanging PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * ___PropertyChanging_19; public: inline static int32_t get_offset_of__properties_17() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ____properties_17)); } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * get__properties_17() const { return ____properties_17; } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 ** get_address_of__properties_17() { return &____properties_17; } inline void set__properties_17(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * value) { ____properties_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_17), (void*)value); } inline static int32_t get_offset_of_PropertyChanged_18() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanged_18)); } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_PropertyChanged_18() const { return ___PropertyChanged_18; } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_PropertyChanged_18() { return &___PropertyChanged_18; } inline void set_PropertyChanged_18(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value) { ___PropertyChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanged_18), (void*)value); } inline static int32_t get_offset_of_PropertyChanging_19() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanging_19)); } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * get_PropertyChanging_19() const { return ___PropertyChanging_19; } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B ** get_address_of_PropertyChanging_19() { return &___PropertyChanging_19; } inline void set_PropertyChanging_19(PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * value) { ___PropertyChanging_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanging_19), (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; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // BestHTTP.SignalRCore.Messages.MessageTypes struct MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C { public: // System.Int32 BestHTTP.SignalRCore.Messages.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.ReadOrigin struct ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8 { public: // System.Int32 SixLabors.ImageSharp.ReadOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // UnityEngine.UIElements.StyleSelectorType struct StyleSelectorType_t076854E4D0D1DE5408564915375B2D4AF5F13BD7 { public: // System.Int32 UnityEngine.UIElements.StyleSelectorType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StyleSelectorType_t076854E4D0D1DE5408564915375B2D4AF5F13BD7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.Constants.TiffPredictor struct TiffPredictor_t95BD574773F1337C2701C3384509D9518EF56336 { public: // System.UInt16 SixLabors.ImageSharp.Formats.Tiff.Constants.TiffPredictor::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TiffPredictor_t95BD574773F1337C2701C3384509D9518EF56336, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // System.UInt16Enum struct UInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED { public: // System.UInt16 System.UInt16Enum::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // <>f__AnonymousType0`2 struct U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E : public RuntimeObject { public: // j__TPar <>f__AnonymousType0`2::i__Field int32_t ___U3CTypeU3Ei__Field_0; // j__TPar <>f__AnonymousType0`2::i__Field RuntimeObject * ___U3CValueU3Ei__Field_1; public: inline static int32_t get_offset_of_U3CTypeU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E, ___U3CTypeU3Ei__Field_0)); } inline int32_t get_U3CTypeU3Ei__Field_0() const { return ___U3CTypeU3Ei__Field_0; } inline int32_t* get_address_of_U3CTypeU3Ei__Field_0() { return &___U3CTypeU3Ei__Field_0; } inline void set_U3CTypeU3Ei__Field_0(int32_t value) { ___U3CTypeU3Ei__Field_0 = value; } inline static int32_t get_offset_of_U3CValueU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E, ___U3CValueU3Ei__Field_1)); } inline RuntimeObject * get_U3CValueU3Ei__Field_1() const { return ___U3CValueU3Ei__Field_1; } inline RuntimeObject ** get_address_of_U3CValueU3Ei__Field_1() { return &___U3CValueU3Ei__Field_1; } inline void set_U3CValueU3Ei__Field_1(RuntimeObject * value) { ___U3CValueU3Ei__Field_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ei__Field_1), (void*)value); } }; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__99`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__99`1::<>2__current uint8_t ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__99`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::source RuntimeObject* ___source_3; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___U3CU3E2__current_1)); } inline uint8_t get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline uint8_t* get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(uint8_t value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___U3CU3E7__wrap1_5)); } inline RuntimeObject* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(RuntimeObject* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_5), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 : public MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1::Data ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5, ___Data_3)); } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* get_Data_3() const { return ___Data_3; } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1 struct DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF : public MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1::Data Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF, ___Data_3)); } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* get_Data_3() const { return ___Data_3; } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 : public MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1::Data ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5, ___Data_3)); } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* get_Data_3() const { return ___Data_3; } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1 struct DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 : public MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1::Data Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* ___Data_3; public: inline static int32_t get_offset_of_Data_3() { return static_cast(offsetof(DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833, ___Data_3)); } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* get_Data_3() const { return ___Data_3; } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9** get_address_of_Data_3() { return &___Data_3; } inline void set_Data_3(Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* value) { ___Data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_3), (void*)value); } }; // BestHTTP.Futures.Future`1> struct Future_1_t0952E26728C551276306665D29C64BC8C2A4644D : public RuntimeObject { public: // BestHTTP.Futures.FutureState modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Futures.Future`1::_state int32_t ____state_0; // T BestHTTP.Futures.Future`1::_value StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * ____value_1; // System.Exception BestHTTP.Futures.Future`1::_error Exception_t * ____error_2; // System.Func`1 BestHTTP.Futures.Future`1::_processFunc Func_1_tC5DC3C197A1B44AF4BA1E8FAE5D7D0072186B7AA * ____processFunc_3; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_itemCallbacks List_1_tC96B747C55D8E22250503593F8288B7A1B941073 * ____itemCallbacks_4; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_successCallbacks List_1_tC96B747C55D8E22250503593F8288B7A1B941073 * ____successCallbacks_5; // System.Collections.Generic.List`1 BestHTTP.Futures.Future`1::_errorCallbacks List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * ____errorCallbacks_6; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_complationCallbacks List_1_t4B334A248E6B711202965D93DEB29FA9E4C35506 * ____complationCallbacks_7; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____value_1)); } inline StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * get__value_1() const { return ____value_1; } inline StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } inline static int32_t get_offset_of__error_2() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____error_2)); } inline Exception_t * get__error_2() const { return ____error_2; } inline Exception_t ** get_address_of__error_2() { return &____error_2; } inline void set__error_2(Exception_t * value) { ____error_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____error_2), (void*)value); } inline static int32_t get_offset_of__processFunc_3() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____processFunc_3)); } inline Func_1_tC5DC3C197A1B44AF4BA1E8FAE5D7D0072186B7AA * get__processFunc_3() const { return ____processFunc_3; } inline Func_1_tC5DC3C197A1B44AF4BA1E8FAE5D7D0072186B7AA ** get_address_of__processFunc_3() { return &____processFunc_3; } inline void set__processFunc_3(Func_1_tC5DC3C197A1B44AF4BA1E8FAE5D7D0072186B7AA * value) { ____processFunc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____processFunc_3), (void*)value); } inline static int32_t get_offset_of__itemCallbacks_4() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____itemCallbacks_4)); } inline List_1_tC96B747C55D8E22250503593F8288B7A1B941073 * get__itemCallbacks_4() const { return ____itemCallbacks_4; } inline List_1_tC96B747C55D8E22250503593F8288B7A1B941073 ** get_address_of__itemCallbacks_4() { return &____itemCallbacks_4; } inline void set__itemCallbacks_4(List_1_tC96B747C55D8E22250503593F8288B7A1B941073 * value) { ____itemCallbacks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemCallbacks_4), (void*)value); } inline static int32_t get_offset_of__successCallbacks_5() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____successCallbacks_5)); } inline List_1_tC96B747C55D8E22250503593F8288B7A1B941073 * get__successCallbacks_5() const { return ____successCallbacks_5; } inline List_1_tC96B747C55D8E22250503593F8288B7A1B941073 ** get_address_of__successCallbacks_5() { return &____successCallbacks_5; } inline void set__successCallbacks_5(List_1_tC96B747C55D8E22250503593F8288B7A1B941073 * value) { ____successCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____successCallbacks_5), (void*)value); } inline static int32_t get_offset_of__errorCallbacks_6() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____errorCallbacks_6)); } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * get__errorCallbacks_6() const { return ____errorCallbacks_6; } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 ** get_address_of__errorCallbacks_6() { return &____errorCallbacks_6; } inline void set__errorCallbacks_6(List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * value) { ____errorCallbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____errorCallbacks_6), (void*)value); } inline static int32_t get_offset_of__complationCallbacks_7() { return static_cast(offsetof(Future_1_t0952E26728C551276306665D29C64BC8C2A4644D, ____complationCallbacks_7)); } inline List_1_t4B334A248E6B711202965D93DEB29FA9E4C35506 * get__complationCallbacks_7() const { return ____complationCallbacks_7; } inline List_1_t4B334A248E6B711202965D93DEB29FA9E4C35506 ** get_address_of__complationCallbacks_7() { return &____complationCallbacks_7; } inline void set__complationCallbacks_7(List_1_t4B334A248E6B711202965D93DEB29FA9E4C35506 * value) { ____complationCallbacks_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____complationCallbacks_7), (void*)value); } }; // BestHTTP.Futures.Future`1> struct Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 : public RuntimeObject { public: // BestHTTP.Futures.FutureState modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Futures.Future`1::_state int32_t ____state_0; // T BestHTTP.Futures.Future`1::_value StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * ____value_1; // System.Exception BestHTTP.Futures.Future`1::_error Exception_t * ____error_2; // System.Func`1 BestHTTP.Futures.Future`1::_processFunc Func_1_t9A86808A7EC287D6CAFD75D4757CF653969E0503 * ____processFunc_3; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_itemCallbacks List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 * ____itemCallbacks_4; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_successCallbacks List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 * ____successCallbacks_5; // System.Collections.Generic.List`1 BestHTTP.Futures.Future`1::_errorCallbacks List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * ____errorCallbacks_6; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_complationCallbacks List_1_t7908CD6924D40EE23A8B3507C3B5FAE60616F83B * ____complationCallbacks_7; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____value_1)); } inline StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * get__value_1() const { return ____value_1; } inline StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } inline static int32_t get_offset_of__error_2() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____error_2)); } inline Exception_t * get__error_2() const { return ____error_2; } inline Exception_t ** get_address_of__error_2() { return &____error_2; } inline void set__error_2(Exception_t * value) { ____error_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____error_2), (void*)value); } inline static int32_t get_offset_of__processFunc_3() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____processFunc_3)); } inline Func_1_t9A86808A7EC287D6CAFD75D4757CF653969E0503 * get__processFunc_3() const { return ____processFunc_3; } inline Func_1_t9A86808A7EC287D6CAFD75D4757CF653969E0503 ** get_address_of__processFunc_3() { return &____processFunc_3; } inline void set__processFunc_3(Func_1_t9A86808A7EC287D6CAFD75D4757CF653969E0503 * value) { ____processFunc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____processFunc_3), (void*)value); } inline static int32_t get_offset_of__itemCallbacks_4() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____itemCallbacks_4)); } inline List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 * get__itemCallbacks_4() const { return ____itemCallbacks_4; } inline List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 ** get_address_of__itemCallbacks_4() { return &____itemCallbacks_4; } inline void set__itemCallbacks_4(List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 * value) { ____itemCallbacks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemCallbacks_4), (void*)value); } inline static int32_t get_offset_of__successCallbacks_5() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____successCallbacks_5)); } inline List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 * get__successCallbacks_5() const { return ____successCallbacks_5; } inline List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 ** get_address_of__successCallbacks_5() { return &____successCallbacks_5; } inline void set__successCallbacks_5(List_1_t38B2CFEA98EDB58CF96C99375B14FD2465B96995 * value) { ____successCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____successCallbacks_5), (void*)value); } inline static int32_t get_offset_of__errorCallbacks_6() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____errorCallbacks_6)); } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * get__errorCallbacks_6() const { return ____errorCallbacks_6; } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 ** get_address_of__errorCallbacks_6() { return &____errorCallbacks_6; } inline void set__errorCallbacks_6(List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * value) { ____errorCallbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____errorCallbacks_6), (void*)value); } inline static int32_t get_offset_of__complationCallbacks_7() { return static_cast(offsetof(Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4, ____complationCallbacks_7)); } inline List_1_t7908CD6924D40EE23A8B3507C3B5FAE60616F83B * get__complationCallbacks_7() const { return ____complationCallbacks_7; } inline List_1_t7908CD6924D40EE23A8B3507C3B5FAE60616F83B ** get_address_of__complationCallbacks_7() { return &____complationCallbacks_7; } inline void set__complationCallbacks_7(List_1_t7908CD6924D40EE23A8B3507C3B5FAE60616F83B * value) { ____complationCallbacks_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____complationCallbacks_7), (void*)value); } }; // BestHTTP.Futures.Future`1 struct Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 : public RuntimeObject { public: // BestHTTP.Futures.FutureState modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Futures.Future`1::_state int32_t ____state_0; // T BestHTTP.Futures.Future`1::_value int32_t ____value_1; // System.Exception BestHTTP.Futures.Future`1::_error Exception_t * ____error_2; // System.Func`1 BestHTTP.Futures.Future`1::_processFunc Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * ____processFunc_3; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_itemCallbacks List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 * ____itemCallbacks_4; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_successCallbacks List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 * ____successCallbacks_5; // System.Collections.Generic.List`1 BestHTTP.Futures.Future`1::_errorCallbacks List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * ____errorCallbacks_6; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_complationCallbacks List_1_tA6840993D79A3ACA0632F3DE4DADA68F4E1ECC48 * ____complationCallbacks_7; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____value_1)); } inline int32_t get__value_1() const { return ____value_1; } inline int32_t* get_address_of__value_1() { return &____value_1; } inline void set__value_1(int32_t value) { ____value_1 = value; } inline static int32_t get_offset_of__error_2() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____error_2)); } inline Exception_t * get__error_2() const { return ____error_2; } inline Exception_t ** get_address_of__error_2() { return &____error_2; } inline void set__error_2(Exception_t * value) { ____error_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____error_2), (void*)value); } inline static int32_t get_offset_of__processFunc_3() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____processFunc_3)); } inline Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * get__processFunc_3() const { return ____processFunc_3; } inline Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA ** get_address_of__processFunc_3() { return &____processFunc_3; } inline void set__processFunc_3(Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * value) { ____processFunc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____processFunc_3), (void*)value); } inline static int32_t get_offset_of__itemCallbacks_4() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____itemCallbacks_4)); } inline List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 * get__itemCallbacks_4() const { return ____itemCallbacks_4; } inline List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 ** get_address_of__itemCallbacks_4() { return &____itemCallbacks_4; } inline void set__itemCallbacks_4(List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 * value) { ____itemCallbacks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemCallbacks_4), (void*)value); } inline static int32_t get_offset_of__successCallbacks_5() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____successCallbacks_5)); } inline List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 * get__successCallbacks_5() const { return ____successCallbacks_5; } inline List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 ** get_address_of__successCallbacks_5() { return &____successCallbacks_5; } inline void set__successCallbacks_5(List_1_t1D49CAD8AF105FC4032F9A82FB2F67E9E01542A1 * value) { ____successCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____successCallbacks_5), (void*)value); } inline static int32_t get_offset_of__errorCallbacks_6() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____errorCallbacks_6)); } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * get__errorCallbacks_6() const { return ____errorCallbacks_6; } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 ** get_address_of__errorCallbacks_6() { return &____errorCallbacks_6; } inline void set__errorCallbacks_6(List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * value) { ____errorCallbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____errorCallbacks_6), (void*)value); } inline static int32_t get_offset_of__complationCallbacks_7() { return static_cast(offsetof(Future_1_t796DA7060D311DD44830F21E96B78D29722417D9, ____complationCallbacks_7)); } inline List_1_tA6840993D79A3ACA0632F3DE4DADA68F4E1ECC48 * get__complationCallbacks_7() const { return ____complationCallbacks_7; } inline List_1_tA6840993D79A3ACA0632F3DE4DADA68F4E1ECC48 ** get_address_of__complationCallbacks_7() { return &____complationCallbacks_7; } inline void set__complationCallbacks_7(List_1_tA6840993D79A3ACA0632F3DE4DADA68F4E1ECC48 * value) { ____complationCallbacks_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____complationCallbacks_7), (void*)value); } }; // BestHTTP.Futures.Future`1 struct Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 : public RuntimeObject { public: // BestHTTP.Futures.FutureState modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Futures.Future`1::_state int32_t ____state_0; // T BestHTTP.Futures.Future`1::_value RuntimeObject * ____value_1; // System.Exception BestHTTP.Futures.Future`1::_error Exception_t * ____error_2; // System.Func`1 BestHTTP.Futures.Future`1::_processFunc Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ____processFunc_3; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_itemCallbacks List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B * ____itemCallbacks_4; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_successCallbacks List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B * ____successCallbacks_5; // System.Collections.Generic.List`1 BestHTTP.Futures.Future`1::_errorCallbacks List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * ____errorCallbacks_6; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_complationCallbacks List_1_t64720B6846F88AC8180ECAF1295660114911F9C6 * ____complationCallbacks_7; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____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); } inline static int32_t get_offset_of__error_2() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____error_2)); } inline Exception_t * get__error_2() const { return ____error_2; } inline Exception_t ** get_address_of__error_2() { return &____error_2; } inline void set__error_2(Exception_t * value) { ____error_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____error_2), (void*)value); } inline static int32_t get_offset_of__processFunc_3() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____processFunc_3)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get__processFunc_3() const { return ____processFunc_3; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of__processFunc_3() { return &____processFunc_3; } inline void set__processFunc_3(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ____processFunc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____processFunc_3), (void*)value); } inline static int32_t get_offset_of__itemCallbacks_4() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____itemCallbacks_4)); } inline List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B * get__itemCallbacks_4() const { return ____itemCallbacks_4; } inline List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B ** get_address_of__itemCallbacks_4() { return &____itemCallbacks_4; } inline void set__itemCallbacks_4(List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B * value) { ____itemCallbacks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemCallbacks_4), (void*)value); } inline static int32_t get_offset_of__successCallbacks_5() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____successCallbacks_5)); } inline List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B * get__successCallbacks_5() const { return ____successCallbacks_5; } inline List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B ** get_address_of__successCallbacks_5() { return &____successCallbacks_5; } inline void set__successCallbacks_5(List_1_t24FEDE14DD0617235D66B936C6A6E73F66229E7B * value) { ____successCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____successCallbacks_5), (void*)value); } inline static int32_t get_offset_of__errorCallbacks_6() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____errorCallbacks_6)); } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * get__errorCallbacks_6() const { return ____errorCallbacks_6; } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 ** get_address_of__errorCallbacks_6() { return &____errorCallbacks_6; } inline void set__errorCallbacks_6(List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * value) { ____errorCallbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____errorCallbacks_6), (void*)value); } inline static int32_t get_offset_of__complationCallbacks_7() { return static_cast(offsetof(Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14, ____complationCallbacks_7)); } inline List_1_t64720B6846F88AC8180ECAF1295660114911F9C6 * get__complationCallbacks_7() const { return ____complationCallbacks_7; } inline List_1_t64720B6846F88AC8180ECAF1295660114911F9C6 ** get_address_of__complationCallbacks_7() { return &____complationCallbacks_7; } inline void set__complationCallbacks_7(List_1_t64720B6846F88AC8180ECAF1295660114911F9C6 * value) { ____complationCallbacks_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____complationCallbacks_7), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1, ___frames_5)); } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1, ___frames_5)); } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D, ___frames_5)); } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438, ___frames_5)); } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5, ___frames_5)); } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1, ___frames_5)); } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C, ___frames_5)); } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1, ___frames_5)); } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA, ___frames_5)); } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364, ___frames_5)); } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0, ___frames_5)); } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E, ___frames_5)); } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296, ___frames_5)); } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376, ___frames_5)); } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64, ___frames_5)); } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // 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); } }; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 : public RuntimeObject { public: // System.Uri BestHTTP.SignalRCore.HubConnection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalRCore.ConnectionStates BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CStateU3Ek__BackingField_2; // BestHTTP.SignalRCore.ITransport BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CTransportU3Ek__BackingField_3; // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CProtocolU3Ek__BackingField_4; // System.Action`3 BestHTTP.SignalRCore.HubConnection::OnRedirected Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * ___OnRedirected_5; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnConnected Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnConnected_6; // System.Action`2 BestHTTP.SignalRCore.HubConnection::OnError Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * ___OnError_7; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnClosed Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnClosed_8; // System.Func`3 BestHTTP.SignalRCore.HubConnection::OnMessage Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * ___OnMessage_9; // BestHTTP.SignalRCore.IAuthenticationProvider BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.HubConnection::k__BackingField NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * ___U3CNegotiationResultU3Ek__BackingField_11; // BestHTTP.SignalRCore.HubOptions BestHTTP.SignalRCore.HubConnection::k__BackingField HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * ___U3COptionsU3Ek__BackingField_12; // System.Int32 BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_13; // System.Int64 BestHTTP.SignalRCore.HubConnection::lastInvocationId int64_t ___lastInvocationId_14; // System.Collections.Generic.Dictionary`2> BestHTTP.SignalRCore.HubConnection::invocations Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * ___invocations_15; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalRCore.HubConnection::subscriptions Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * ___subscriptions_16; // System.DateTime BestHTTP.SignalRCore.HubConnection::lastMessageSent DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastMessageSent_17; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CStateU3Ek__BackingField_2)); } inline int32_t get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(int32_t value) { ___U3CStateU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_3() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CTransportU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CTransportU3Ek__BackingField_3() const { return ___U3CTransportU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CTransportU3Ek__BackingField_3() { return &___U3CTransportU3Ek__BackingField_3; } inline void set_U3CTransportU3Ek__BackingField_3(RuntimeObject* value) { ___U3CTransportU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_4() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CProtocolU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CProtocolU3Ek__BackingField_4() const { return ___U3CProtocolU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CProtocolU3Ek__BackingField_4() { return &___U3CProtocolU3Ek__BackingField_4; } inline void set_U3CProtocolU3Ek__BackingField_4(RuntimeObject* value) { ___U3CProtocolU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProtocolU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_OnRedirected_5() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnRedirected_5)); } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * get_OnRedirected_5() const { return ___OnRedirected_5; } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB ** get_address_of_OnRedirected_5() { return &___OnRedirected_5; } inline void set_OnRedirected_5(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * value) { ___OnRedirected_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnRedirected_5), (void*)value); } inline static int32_t get_offset_of_OnConnected_6() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnConnected_6)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnConnected_6() const { return ___OnConnected_6; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnConnected_6() { return &___OnConnected_6; } inline void set_OnConnected_6(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnConnected_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_6), (void*)value); } inline static int32_t get_offset_of_OnError_7() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnError_7)); } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * get_OnError_7() const { return ___OnError_7; } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 ** get_address_of_OnError_7() { return &___OnError_7; } inline void set_OnError_7(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * value) { ___OnError_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_7), (void*)value); } inline static int32_t get_offset_of_OnClosed_8() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnClosed_8)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnClosed_8() const { return ___OnClosed_8; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnClosed_8() { return &___OnClosed_8; } inline void set_OnClosed_8(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnClosed_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_8), (void*)value); } inline static int32_t get_offset_of_OnMessage_9() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnMessage_9)); } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * get_OnMessage_9() const { return ___OnMessage_9; } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 ** get_address_of_OnMessage_9() { return &___OnMessage_9; } inline void set_OnMessage_9(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * value) { ___OnMessage_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_11() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CNegotiationResultU3Ek__BackingField_11)); } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * get_U3CNegotiationResultU3Ek__BackingField_11() const { return ___U3CNegotiationResultU3Ek__BackingField_11; } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_11() { return &___U3CNegotiationResultU3Ek__BackingField_11; } inline void set_U3CNegotiationResultU3Ek__BackingField_11(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * value) { ___U3CNegotiationResultU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_12() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3COptionsU3Ek__BackingField_12)); } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * get_U3COptionsU3Ek__BackingField_12() const { return ___U3COptionsU3Ek__BackingField_12; } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 ** get_address_of_U3COptionsU3Ek__BackingField_12() { return &___U3COptionsU3Ek__BackingField_12; } inline void set_U3COptionsU3Ek__BackingField_12(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * value) { ___U3COptionsU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_13() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CRedirectCountU3Ek__BackingField_13)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_13() const { return ___U3CRedirectCountU3Ek__BackingField_13; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_13() { return &___U3CRedirectCountU3Ek__BackingField_13; } inline void set_U3CRedirectCountU3Ek__BackingField_13(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_lastInvocationId_14() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastInvocationId_14)); } inline int64_t get_lastInvocationId_14() const { return ___lastInvocationId_14; } inline int64_t* get_address_of_lastInvocationId_14() { return &___lastInvocationId_14; } inline void set_lastInvocationId_14(int64_t value) { ___lastInvocationId_14 = value; } inline static int32_t get_offset_of_invocations_15() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___invocations_15)); } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * get_invocations_15() const { return ___invocations_15; } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 ** get_address_of_invocations_15() { return &___invocations_15; } inline void set_invocations_15(Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * value) { ___invocations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocations_15), (void*)value); } inline static int32_t get_offset_of_subscriptions_16() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___subscriptions_16)); } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * get_subscriptions_16() const { return ___subscriptions_16; } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B ** get_address_of_subscriptions_16() { return &___subscriptions_16; } inline void set_subscriptions_16(Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * value) { ___subscriptions_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___subscriptions_16), (void*)value); } inline static int32_t get_offset_of_lastMessageSent_17() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastMessageSent_17)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastMessageSent_17() const { return ___lastMessageSent_17; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastMessageSent_17() { return &___lastMessageSent_17; } inline void set_lastMessageSent_17(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastMessageSent_17 = value; } }; struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields { public: // System.Object[] BestHTTP.SignalRCore.HubConnection::EmptyArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___EmptyArgs_0; public: inline static int32_t get_offset_of_EmptyArgs_0() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields, ___EmptyArgs_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_EmptyArgs_0() const { return ___EmptyArgs_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_EmptyArgs_0() { return &___EmptyArgs_0; } inline void set_EmptyArgs_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___EmptyArgs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArgs_0), (void*)value); } }; // BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 { public: // BestHTTP.SignalRCore.Messages.MessageTypes BestHTTP.SignalRCore.Messages.Message::type int32_t ___type_0; // System.String BestHTTP.SignalRCore.Messages.Message::invocationId String_t* ___invocationId_1; // System.Boolean BestHTTP.SignalRCore.Messages.Message::nonblocking bool ___nonblocking_2; // System.String BestHTTP.SignalRCore.Messages.Message::target String_t* ___target_3; // System.Object[] BestHTTP.SignalRCore.Messages.Message::arguments ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; // System.Object BestHTTP.SignalRCore.Messages.Message::item RuntimeObject * ___item_5; // System.Object BestHTTP.SignalRCore.Messages.Message::result RuntimeObject * ___result_6; // System.String BestHTTP.SignalRCore.Messages.Message::error String_t* ___error_7; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_invocationId_1() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___invocationId_1)); } inline String_t* get_invocationId_1() const { return ___invocationId_1; } inline String_t** get_address_of_invocationId_1() { return &___invocationId_1; } inline void set_invocationId_1(String_t* value) { ___invocationId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocationId_1), (void*)value); } inline static int32_t get_offset_of_nonblocking_2() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___nonblocking_2)); } inline bool get_nonblocking_2() const { return ___nonblocking_2; } inline bool* get_address_of_nonblocking_2() { return &___nonblocking_2; } inline void set_nonblocking_2(bool value) { ___nonblocking_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___target_3)); } inline String_t* get_target_3() const { return ___target_3; } inline String_t** get_address_of_target_3() { return &___target_3; } inline void set_target_3(String_t* value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_arguments_4() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___arguments_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_arguments_4() const { return ___arguments_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_arguments_4() { return &___arguments_4; } inline void set_arguments_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___arguments_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_4), (void*)value); } inline static int32_t get_offset_of_item_5() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___item_5)); } inline RuntimeObject * get_item_5() const { return ___item_5; } inline RuntimeObject ** get_address_of_item_5() { return &___item_5; } inline void set_item_5(RuntimeObject * value) { ___item_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_5), (void*)value); } inline static int32_t get_offset_of_result_6() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___result_6)); } inline RuntimeObject * get_result_6() const { return ___result_6; } inline RuntimeObject ** get_address_of_result_6() { return &___result_6; } inline void set_result_6(RuntimeObject * value) { ___result_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_6), (void*)value); } inline static int32_t get_offset_of_error_7() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___error_7)); } inline String_t* get_error_7() const { return ___error_7; } inline String_t** get_address_of_error_7() { return &___error_7; } inline void set_error_7(String_t* value) { ___error_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_7), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_pinvoke { int32_t ___type_0; char* ___invocationId_1; int32_t ___nonblocking_2; char* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; char* ___error_7; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_com { int32_t ___type_0; Il2CppChar* ___invocationId_1; int32_t ___nonblocking_2; Il2CppChar* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; Il2CppChar* ___error_7; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 { public: // System.String UnityEngine.UIElements.StyleSelectorPart::m_Value String_t* ___m_Value_0; // UnityEngine.UIElements.StyleSelectorType UnityEngine.UIElements.StyleSelectorPart::m_Type int32_t ___m_Type_1; // System.Object UnityEngine.UIElements.StyleSelectorPart::tempData RuntimeObject * ___tempData_2; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54, ___m_Value_0)); } inline String_t* get_m_Value_0() const { return ___m_Value_0; } inline String_t** get_address_of_m_Value_0() { return &___m_Value_0; } inline void set_m_Value_0(String_t* value) { ___m_Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Value_0), (void*)value); } inline static int32_t get_offset_of_m_Type_1() { return static_cast(offsetof(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54, ___m_Type_1)); } inline int32_t get_m_Type_1() const { return ___m_Type_1; } inline int32_t* get_address_of_m_Type_1() { return &___m_Type_1; } inline void set_m_Type_1(int32_t value) { ___m_Type_1 = value; } inline static int32_t get_offset_of_tempData_2() { return static_cast(offsetof(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54, ___tempData_2)); } inline RuntimeObject * get_tempData_2() const { return ___tempData_2; } inline RuntimeObject ** get_address_of_tempData_2() { return &___tempData_2; } inline void set_tempData_2(RuntimeObject * value) { ___tempData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_marshaled_pinvoke { char* ___m_Value_0; int32_t ___m_Type_1; Il2CppIUnknown* ___tempData_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_marshaled_com { Il2CppChar* ___m_Value_0; int32_t ___m_Type_1; Il2CppIUnknown* ___tempData_2; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompression struct TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompression::isDisposed bool ___isDisposed_0; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompression::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompression::k__BackingField int32_t ___U3CBitsPerPixelU3Ek__BackingField_2; // System.Int32 SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompression::k__BackingField int32_t ___U3CBytesPerRowU3Ek__BackingField_3; // SixLabors.ImageSharp.Formats.Tiff.Constants.TiffPredictor SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompression::k__BackingField uint16_t ___U3CPredictorU3Ek__BackingField_4; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompression::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CAllocatorU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9, ___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_U3CWidthU3Ek__BackingField_1() { return static_cast(offsetof(TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9, ___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_U3CBitsPerPixelU3Ek__BackingField_2() { return static_cast(offsetof(TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9, ___U3CBitsPerPixelU3Ek__BackingField_2)); } inline int32_t get_U3CBitsPerPixelU3Ek__BackingField_2() const { return ___U3CBitsPerPixelU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CBitsPerPixelU3Ek__BackingField_2() { return &___U3CBitsPerPixelU3Ek__BackingField_2; } inline void set_U3CBitsPerPixelU3Ek__BackingField_2(int32_t value) { ___U3CBitsPerPixelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CBytesPerRowU3Ek__BackingField_3() { return static_cast(offsetof(TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9, ___U3CBytesPerRowU3Ek__BackingField_3)); } inline int32_t get_U3CBytesPerRowU3Ek__BackingField_3() const { return ___U3CBytesPerRowU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CBytesPerRowU3Ek__BackingField_3() { return &___U3CBytesPerRowU3Ek__BackingField_3; } inline void set_U3CBytesPerRowU3Ek__BackingField_3(int32_t value) { ___U3CBytesPerRowU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CPredictorU3Ek__BackingField_4() { return static_cast(offsetof(TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9, ___U3CPredictorU3Ek__BackingField_4)); } inline uint16_t get_U3CPredictorU3Ek__BackingField_4() const { return ___U3CPredictorU3Ek__BackingField_4; } inline uint16_t* get_address_of_U3CPredictorU3Ek__BackingField_4() { return &___U3CPredictorU3Ek__BackingField_4; } inline void set_U3CPredictorU3Ek__BackingField_4(uint16_t value) { ___U3CPredictorU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CAllocatorU3Ek__BackingField_5() { return static_cast(offsetof(TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9, ___U3CAllocatorU3Ek__BackingField_5)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CAllocatorU3Ek__BackingField_5() const { return ___U3CAllocatorU3Ek__BackingField_5; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CAllocatorU3Ek__BackingField_5() { return &___U3CAllocatorU3Ek__BackingField_5; } inline void set_U3CAllocatorU3Ek__BackingField_5(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CAllocatorU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAllocatorU3Ek__BackingField_5), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___image_3)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_image_3() const { return ___image_3; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___image_3)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_image_3() const { return ___image_3; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___image_3)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_image_3() const { return ___image_3; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___image_3)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_image_3() const { return ___image_3; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___image_3)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_image_3() const { return ___image_3; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___image_3)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_image_3() const { return ___image_3; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___image_3)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_image_3() const { return ___image_3; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___image_3)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_image_3() const { return ___image_3; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___image_3)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_image_3() const { return ___image_3; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___image_3)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_image_3() const { return ___image_3; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___image_3)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_image_3() const { return ___image_3; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___image_3)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_image_3() const { return ___image_3; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___image_3)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_image_3() const { return ___image_3; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___image_3)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_image_3() const { return ___image_3; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1 struct U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 { public: // System.Int32 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // SixLabors.ImageSharp.Formats.IImageEncoderInternals SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::encoder RuntimeObject* ___encoder_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::image Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___image_3; // System.Threading.CancellationToken SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.IO.Stream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // SixLabors.ImageSharp.Formats.ImageEncoderUtilities/<>c__DisplayClass0_0`1 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>8__1 U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 ___U3CU3E8__1_6; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__2 Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CconfigurationU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.IO.MemoryStream SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_9; // System.Runtime.CompilerServices.TaskAwaiter SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___encoder_2)); } inline RuntimeObject* get_encoder_2() const { return ___encoder_2; } inline RuntimeObject** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(RuntimeObject* value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_image_3() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___image_3)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_image_3() const { return ___image_3; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___encoder_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E8__1_6))->___cancellationToken_2))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CconfigurationU3E5__2_7() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___U3CconfigurationU3E5__2_7)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CconfigurationU3E5__2_7() const { return ___U3CconfigurationU3E5__2_7; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CconfigurationU3E5__2_7() { return &___U3CconfigurationU3E5__2_7; } inline void set_U3CconfigurationU3E5__2_7(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CconfigurationU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconfigurationU3E5__2_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmsU3E5__3_9() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___U3CmsU3E5__3_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_9() const { return ___U3CmsU3E5__3_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_9() { return &___U3CmsU3E5__3_9; } inline void set_U3CmsU3E5__3_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__2_10() { return static_cast(offsetof(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17, ___U3CU3Eu__2_10)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_10() const { return ___U3CU3Eu__2_10; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_10() { return &___U3CU3Eu__2_10; } inline void set_U3CU3Eu__2_10(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_10))->___m_task_0), (void*)NULL); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C : public MulticastDelegate_t { public: public: }; // System.Action`4 struct Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t71246452552324E63369238428A8262C35D51CF9 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tB8572691A3B246ABF46383743017D964596AF563 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tFD81B74596B148B39BB05469981F25AED577A157 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t5182A96930054BE024323674CBD1CD426A177ACA : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A : public MulticastDelegate_t { public: public: }; // System.Func`4 struct Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB : public MulticastDelegate_t { public: public: }; // System.Func`4 struct Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A : public MulticastDelegate_t { public: public: }; // System.Func`4 struct Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD : public MulticastDelegate_t { public: public: }; // System.Func`4 struct Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 : public MulticastDelegate_t { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor struct TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF : public TiffBaseCompression_tE61A6B029F0C5B3484EBA77BF429A871D618A2F9 { public: // System.IO.Stream SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3COutputU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3COutputU3Ek__BackingField_6() { return static_cast(offsetof(TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF, ___U3COutputU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3COutputU3Ek__BackingField_6() const { return ___U3COutputU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3COutputU3Ek__BackingField_6() { return &___U3COutputU3Ek__BackingField_6; } inline void set_U3COutputU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3COutputU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COutputU3Ek__BackingField_6), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // MathNet.Numerics.Complex32[] struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9 : public RuntimeArray { public: ALIGN_FIELD (8) Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 m_Items[1]; public: inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { m_Items[index] = value; } }; // System.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.Double[][] struct DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D : public RuntimeArray { public: ALIGN_FIELD (8) DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* m_Items[1]; public: inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** 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, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Single[][] struct SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9 : public RuntimeArray { public: ALIGN_FIELD (8) SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* m_Items[1]; public: inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** 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, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Numerics.Complex[] struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5 : public RuntimeArray { public: ALIGN_FIELD (8) Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C m_Items[1]; public: inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.Memory.MemoryOwnerExtensions::GetSpan(System.Buffers.IMemoryOwner`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_gshared_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C PixelAccessor_1_GetRowSpan_m7AE2F246CABBED3959FC4E454D6DDB173FA191C7_gshared (PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 PixelAccessor_1_GetRowSpan_m600598373769DC69789F3D56BF406858D2A1A689_gshared (PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF PixelAccessor_1_GetRowSpan_mCDAED504D2DE731CF29C3D4B01DF6109C03362F8_gshared (PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 PixelAccessor_1_GetRowSpan_m7BDC7F8FFF4EA063FBE1618734745E26D77E8AC6_gshared (PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA PixelAccessor_1_GetRowSpan_mC7F8C135D661FBCC5706B472BD5BA716494139BA_gshared (PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tC089F74404A3C46975952EE686EC533667BB207F PixelAccessor_1_GetRowSpan_m2BDA262F76A5CFF4F9C8733FC9D6C678060996B7_gshared (PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E PixelAccessor_1_GetRowSpan_m3BDB23822833DB87AECAB6AE8395DDFE2B30025F_gshared (PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 PixelAccessor_1_GetRowSpan_m5EE0EF5B6E882C5B898CEDEC99AF8D27776AB1AD_gshared (PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 PixelAccessor_1_GetRowSpan_mEDBA71A776A4546B345E2B575E18677F3DAB3D1E_gshared (PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 PixelAccessor_1_GetRowSpan_m227DC213BD2C26A2877D72835BFB14905941AE33_gshared (PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 PixelAccessor_1_GetRowSpan_m4CC2AF67EA99E583F2F4D4FE7B3E47C4539FB50E_gshared (PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 PixelAccessor_1_GetRowSpan_m2B2408B2C4A8BA07FBB2E495A95E2A7669AFC2A1_gshared (PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE PixelAccessor_1_GetRowSpan_m5AC551893424DB287D41040F5E472C6E41E50CA0_gshared (PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 PixelAccessor_1_GetRowSpan_m227156AE878D3DBEF04C3958D9DB0136FEF78DD8_gshared (PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC PixelAccessor_1_GetRowSpan_m2A111D0E3217E3EBEC6028BE3CF5E2DFA791F0B2_gshared (PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 PixelAccessor_1_GetRowSpan_m291752132C2C3ADE06A4038B1B1FFAD273123F18_gshared (PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 PixelAccessor_1_GetRowSpan_m2122D59BBCDA27A28CE3ACBF4A3A1842C5049BDA_gshared (PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A PixelAccessor_1_GetRowSpan_m9D6931C192A0D7CDD5421D7031CAF47989B581B7_gshared (PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 PixelAccessor_1_GetRowSpan_mAE467448CF6F2EB08FA0E0CED90FC301F9628794_gshared (PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t8F2820222127FA3555803F54498E9275CE67C798 PixelAccessor_1_GetRowSpan_mAEFB7E1322860EA215F42FD510B8D543F2B9C2FA_gshared (PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC PixelAccessor_1_GetRowSpan_m55A1C74BA78787370FC4145E30303B620CBAA708_gshared (PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD PixelAccessor_1_GetRowSpan_m0F6212DBF6CF1CAA711034ABA0A8C2583FA600B5_gshared (PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 PixelAccessor_1_GetRowSpan_m64D1D716D4B4ABB3452AA3B2F51D92B55A530A13_gshared (PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 PixelAccessor_1_GetRowSpan_mFB60F02688C76725D47B58B110FBAC0D4E014E9E_gshared (PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 PixelAccessor_1_GetRowSpan_mF0C55349CFF77F5881490B5948E2695F03AC9B94_gshared (PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A PixelAccessor_1_GetRowSpan_m95E3FC7E16CDB8EB16736EA00BE1F7E6ED80C88A_gshared (PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 PixelAccessor_1_GetRowSpan_m20BF31C0CC3E09BD240E8812EB6042BFF0904A87_gshared (PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 PixelAccessor_1_GetRowSpan_mBF74999FF8DB72886CB95878DEB8DB7C1076EAF4_gshared (PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 PixelAccessor_1_GetRowSpan_mA19F922C74675E524EE73891B13AB03AF55E0479_gshared (PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14 * __this, int32_t ___rowIndex0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_mFED55501519819B9402E70FEA59DAA8839EE0F33_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_m632736BFC2DCC39B7AEBC919E390B7213FECEB7A_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m19B42B7782AA3FF1AD8D109696CFA7F52DCF0391_gshared (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m863FBBF97344DF9CD4F257AAE59A62A3B7AA4865_gshared (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_m2050A5A5AD48731508F3F6652905FC67AA728D99_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_mD5CD92B92781750827765D06629341A41FFAAB72_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBF60BFE16900B61D2050C4CC29FF31E77AA60931_gshared (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC5EC2D0D6CCB8CF93FD0C4D5A1D6A1644389CE0B_gshared (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m682936C591D51F26DCCF51B849170EBDE5BA49CD_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m1C35E75CAB490E327179CD03002CD84A8CFDA4DF_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m76FD2FF610C1EACE9A89E95C3350D5B55ED6E129_gshared (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m4578A580EACFF6E10E6DB1785EDE97FAE58FE0CA_gshared (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_mADC29D27120A2DF1B4D3FD970A0C5ECE6F360188_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_m4A9890465F9A4ECFB858BA4C57C808CD1A513A7B_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m949537623CFDD46E6A9041FDEE8E3F1F5FD94C3C_gshared (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m8183E5C522402D166797FFA2ADF65F86C4E718CA_gshared (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_mDBD9C69FD8F6E418E0AF41C9EE6517F23901854F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_m98BC75414F88D2FF519DD73E3193EDD014CD5239_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m9529922F16129F8293DE9892820F2B1F82C5A290_gshared (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mDD67973D4F288625E04099417E6A89DBD62BF7F9_gshared (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_mF54C8FDAE7549CE5FA097EF8A7A82B3AFEA3E5BC_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_m1E563E4F7BAA9C769933907305E76B9AB8199DBC_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mAB31E770684B3E31B62A78C82833E47D818961F7_gshared (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m22077FEA312787DE0EFB87A35616D6525CE463EC_gshared (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_m073ADD3E0D4667FC96C99F842A5D4D21516C9E96_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_mFE5B411872226D6511A3736957F6B9BCF7628639_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBE496A4FE883A43B8C3BD3B59ECFFA6EC2B34393_gshared (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m1C59309F25421AAEFB40674DFDEBD1E385534B66_gshared (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m506CC705C7899C4CCE17EBD19C831715950E5EE4_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m4F48457371A2D867BDE8A0372871E985F1FDEBC7_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m3C184C15986398C18E8B8961F744AAE98CFF573E_gshared (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m250D814F145D7FC237A3B775466F2365A24F660C_gshared (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m980A9820B5F61BEEE107DD7FEE1A8BD50E7D97FE_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m8D8FB3D9CBD5D3C5DFCACF40AB1B8E3CEF2A3268_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m4C0F1506346E280E65FD8107043C4FD1E7444771_gshared (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m3710ABEBB1B3E71CC84A5E3A3ADCBB6598498FA7_gshared (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_mD347CEBF186480908978EC49A2F61EACC31F97AF_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_m5096ADDF52248315A17DD9DEBFD258F460B54FF3_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mCAD612044D831B56BCBDDEC26D3C38CDB6C75E44_gshared (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mA083B80A2A0245CD16B13FF8700E6CA36EED7C4B_gshared (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m46D24E691A93A092DC692472431897AC9910C5D3_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m148D44B73522CCE9D9FA1729D51E646B2F348B90_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mB88F72848241B24C7D7009B456D3E706AD2FC20B_gshared (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC4F8153994DB30C89D9AF7223DBB000C9F1BA295_gshared (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_mF1E5260C5010518C0778A8ADA2A64A2FFB9F5D34_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_m8C3EE728119388DE724A1DF440B949CC6F25904F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m39C3191FF96F056326AC640637798DF9F8E1DC5C_gshared (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m2343721547187A132B59465A68386602B55D0BB0_gshared (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mF55FD2A86ABC3390BAF8B58672AA673B246C24DB_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mECA5CF1EC3BE67D581375BFD0BE9898B5B4E2F4E_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mFA1C2D6D69C7F9C3891F7ED863D534A26DADA545_gshared (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mD91FE5ED1B267A6C9960DB2037E7171E3995EBD9_gshared (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_mD536939F03D6FA5C1B3C2B3C64D8DB52A1966D50_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_m7F84E1F8585BF764491805732A7AFA8E8119558F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m55B32516404399C52A06C9F12D3E40A160D0C945_gshared (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mFB457CEC34DABA55B467A9F7538E278CB580A871_gshared (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m2EFC9AAE5B0B514C76E6A45FB4D893A240B30239_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m507D890DFB13FC163D553A85EAD9D0946B0A279F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * ___stateMachine1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m68F7FA120B918FF9D9CF289A095947117CB7070D_gshared (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m75B8E5F0853867DCF399D10358E100630AA49E3B_gshared (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Span`1 System.Memory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Memory_1_get_Span_m3028028B2677C147C0CFADFCB17F85FE1EACB999_gshared_inline (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 * __this, 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_m373EA84BF632F6408591B525142C56CAC893C040_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE2364CC76ED4B4A933C1F9E482051BCDE4739D63_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, 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); // !0 System.Func`1::Invoke() inline RuntimeObject * Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701 (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, const RuntimeMethod*))Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared)(__this, method); } // System.Void JCUnityLib.CustomJson::FetchFieldValues(System.Object,Newtonsoft.Json.Linq.JToken,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomJson_FetchFieldValues_mE50C94C5A11224533E0753A5862C148FCD0ADB4F (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, RuntimeObject * ___target0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___fromJson1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___fieldNames2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.CustomJson::FetchJsonProperties(Newtonsoft.Json.Linq.JToken,System.Object,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomJson_FetchJsonProperties_m2B566D7CD166314F2CBDFB1D522D20A7A45BD507 (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___target0, RuntimeObject * ___fromObject1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___propertyNames2, const RuntimeMethod* method); // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906 (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters0, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295 (Type_t * ___type0, const RuntimeMethod* method); // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::get_Protocol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.Memory.MemoryOwnerExtensions::GetSpan(System.Buffers.IMemoryOwner`1) inline Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method) { return (( Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 (*) (RuntimeObject*, const RuntimeMethod*))MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_gshared_inline)(___buffer0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C PixelAccessor_1_GetRowSpan_m7AE2F246CABBED3959FC4E454D6DDB173FA191C7 (PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m7AE2F246CABBED3959FC4E454D6DDB173FA191C7_gshared)(__this, ___rowIndex0, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_gshared_inline)(__this, ___start0, ___length1, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 PixelAccessor_1_GetRowSpan_m600598373769DC69789F3D56BF406858D2A1A689 (PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m600598373769DC69789F3D56BF406858D2A1A689_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF PixelAccessor_1_GetRowSpan_mCDAED504D2DE731CF29C3D4B01DF6109C03362F8 (PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mCDAED504D2DE731CF29C3D4B01DF6109C03362F8_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 PixelAccessor_1_GetRowSpan_m7BDC7F8FFF4EA063FBE1618734745E26D77E8AC6 (PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m7BDC7F8FFF4EA063FBE1618734745E26D77E8AC6_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA PixelAccessor_1_GetRowSpan_mC7F8C135D661FBCC5706B472BD5BA716494139BA (PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mC7F8C135D661FBCC5706B472BD5BA716494139BA_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tC089F74404A3C46975952EE686EC533667BB207F PixelAccessor_1_GetRowSpan_m2BDA262F76A5CFF4F9C8733FC9D6C678060996B7 (PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m2BDA262F76A5CFF4F9C8733FC9D6C678060996B7_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E PixelAccessor_1_GetRowSpan_m3BDB23822833DB87AECAB6AE8395DDFE2B30025F (PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m3BDB23822833DB87AECAB6AE8395DDFE2B30025F_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 PixelAccessor_1_GetRowSpan_m5EE0EF5B6E882C5B898CEDEC99AF8D27776AB1AD (PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m5EE0EF5B6E882C5B898CEDEC99AF8D27776AB1AD_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 PixelAccessor_1_GetRowSpan_mEDBA71A776A4546B345E2B575E18677F3DAB3D1E (PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mEDBA71A776A4546B345E2B575E18677F3DAB3D1E_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 PixelAccessor_1_GetRowSpan_m227DC213BD2C26A2877D72835BFB14905941AE33 (PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m227DC213BD2C26A2877D72835BFB14905941AE33_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 PixelAccessor_1_GetRowSpan_m4CC2AF67EA99E583F2F4D4FE7B3E47C4539FB50E (PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m4CC2AF67EA99E583F2F4D4FE7B3E47C4539FB50E_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 PixelAccessor_1_GetRowSpan_m2B2408B2C4A8BA07FBB2E495A95E2A7669AFC2A1 (PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m2B2408B2C4A8BA07FBB2E495A95E2A7669AFC2A1_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE PixelAccessor_1_GetRowSpan_m5AC551893424DB287D41040F5E472C6E41E50CA0 (PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m5AC551893424DB287D41040F5E472C6E41E50CA0_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 PixelAccessor_1_GetRowSpan_m227156AE878D3DBEF04C3958D9DB0136FEF78DD8 (PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m227156AE878D3DBEF04C3958D9DB0136FEF78DD8_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC PixelAccessor_1_GetRowSpan_m2A111D0E3217E3EBEC6028BE3CF5E2DFA791F0B2 (PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC (*) (PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m2A111D0E3217E3EBEC6028BE3CF5E2DFA791F0B2_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 PixelAccessor_1_GetRowSpan_m291752132C2C3ADE06A4038B1B1FFAD273123F18 (PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 (*) (PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m291752132C2C3ADE06A4038B1B1FFAD273123F18_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 PixelAccessor_1_GetRowSpan_m2122D59BBCDA27A28CE3ACBF4A3A1842C5049BDA (PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 (*) (PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m2122D59BBCDA27A28CE3ACBF4A3A1842C5049BDA_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A PixelAccessor_1_GetRowSpan_m9D6931C192A0D7CDD5421D7031CAF47989B581B7 (PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A (*) (PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m9D6931C192A0D7CDD5421D7031CAF47989B581B7_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 PixelAccessor_1_GetRowSpan_mAE467448CF6F2EB08FA0E0CED90FC301F9628794 (PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 (*) (PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mAE467448CF6F2EB08FA0E0CED90FC301F9628794_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t8F2820222127FA3555803F54498E9275CE67C798 PixelAccessor_1_GetRowSpan_mAEFB7E1322860EA215F42FD510B8D543F2B9C2FA (PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t8F2820222127FA3555803F54498E9275CE67C798 (*) (PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mAEFB7E1322860EA215F42FD510B8D543F2B9C2FA_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC PixelAccessor_1_GetRowSpan_m55A1C74BA78787370FC4145E30303B620CBAA708 (PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC (*) (PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m55A1C74BA78787370FC4145E30303B620CBAA708_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD PixelAccessor_1_GetRowSpan_m0F6212DBF6CF1CAA711034ABA0A8C2583FA600B5 (PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD (*) (PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m0F6212DBF6CF1CAA711034ABA0A8C2583FA600B5_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 PixelAccessor_1_GetRowSpan_m64D1D716D4B4ABB3452AA3B2F51D92B55A530A13 (PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 (*) (PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m64D1D716D4B4ABB3452AA3B2F51D92B55A530A13_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 PixelAccessor_1_GetRowSpan_mFB60F02688C76725D47B58B110FBAC0D4E014E9E (PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 (*) (PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mFB60F02688C76725D47B58B110FBAC0D4E014E9E_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 PixelAccessor_1_GetRowSpan_mF0C55349CFF77F5881490B5948E2695F03AC9B94 (PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 (*) (PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mF0C55349CFF77F5881490B5948E2695F03AC9B94_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A PixelAccessor_1_GetRowSpan_m95E3FC7E16CDB8EB16736EA00BE1F7E6ED80C88A (PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A (*) (PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m95E3FC7E16CDB8EB16736EA00BE1F7E6ED80C88A_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 PixelAccessor_1_GetRowSpan_m20BF31C0CC3E09BD240E8812EB6042BFF0904A87 (PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 (*) (PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_m20BF31C0CC3E09BD240E8812EB6042BFF0904A87_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 PixelAccessor_1_GetRowSpan_mBF74999FF8DB72886CB95878DEB8DB7C1076EAF4 (PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 (*) (PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mBF74999FF8DB72886CB95878DEB8DB7C1076EAF4_gshared)(__this, ___rowIndex0, method); } // System.Span`1 SixLabors.ImageSharp.PixelAccessor`1::GetRowSpan(System.Int32) inline Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 PixelAccessor_1_GetRowSpan_mA19F922C74675E524EE73891B13AB03AF55E0479 (PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14 * __this, int32_t ___rowIndex0, const RuntimeMethod* method) { return (( Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 (*) (PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14 *, int32_t, const RuntimeMethod*))PixelAccessor_1_GetRowSpan_mA19F922C74675E524EE73891B13AB03AF55E0479_gshared)(__this, ___rowIndex0, method); } // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Int32 System.Environment::get_CurrentManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D (const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Advanced.AdvancedImageExtensions::GetConfiguration(SixLabors.ImageSharp.Image) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156 (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * ___source0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730 (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_mFED55501519819B9402E70FEA59DAA8839EE0F33 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_mFED55501519819B9402E70FEA59DAA8839EE0F33_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6 (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter System.Threading.Tasks.Task::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.TaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_m632736BFC2DCC39B7AEBC919E390B7213FECEB7A (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_m632736BFC2DCC39B7AEBC919E390B7213FECEB7A_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.TaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330 (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Configuration::get_StreamProcessingBufferSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m19B42B7782AA3FF1AD8D109696CFA7F52DCF0391 (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m19B42B7782AA3FF1AD8D109696CFA7F52DCF0391_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m863FBBF97344DF9CD4F257AAE59A62A3B7AA4865 (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m863FBBF97344DF9CD4F257AAE59A62A3B7AA4865_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_m2050A5A5AD48731508F3F6652905FC67AA728D99 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_m2050A5A5AD48731508F3F6652905FC67AA728D99_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_mD5CD92B92781750827765D06629341A41FFAAB72 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_mD5CD92B92781750827765D06629341A41FFAAB72_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBF60BFE16900B61D2050C4CC29FF31E77AA60931 (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_mBF60BFE16900B61D2050C4CC29FF31E77AA60931_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC5EC2D0D6CCB8CF93FD0C4D5A1D6A1644389CE0B (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC5EC2D0D6CCB8CF93FD0C4D5A1D6A1644389CE0B_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m682936C591D51F26DCCF51B849170EBDE5BA49CD (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m682936C591D51F26DCCF51B849170EBDE5BA49CD_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m1C35E75CAB490E327179CD03002CD84A8CFDA4DF (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m1C35E75CAB490E327179CD03002CD84A8CFDA4DF_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m76FD2FF610C1EACE9A89E95C3350D5B55ED6E129 (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m76FD2FF610C1EACE9A89E95C3350D5B55ED6E129_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m4578A580EACFF6E10E6DB1785EDE97FAE58FE0CA (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m4578A580EACFF6E10E6DB1785EDE97FAE58FE0CA_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_mADC29D27120A2DF1B4D3FD970A0C5ECE6F360188 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_mADC29D27120A2DF1B4D3FD970A0C5ECE6F360188_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_m4A9890465F9A4ECFB858BA4C57C808CD1A513A7B (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_m4A9890465F9A4ECFB858BA4C57C808CD1A513A7B_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m949537623CFDD46E6A9041FDEE8E3F1F5FD94C3C (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m949537623CFDD46E6A9041FDEE8E3F1F5FD94C3C_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m8183E5C522402D166797FFA2ADF65F86C4E718CA (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m8183E5C522402D166797FFA2ADF65F86C4E718CA_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_mDBD9C69FD8F6E418E0AF41C9EE6517F23901854F (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_mDBD9C69FD8F6E418E0AF41C9EE6517F23901854F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_m98BC75414F88D2FF519DD73E3193EDD014CD5239 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_m98BC75414F88D2FF519DD73E3193EDD014CD5239_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m9529922F16129F8293DE9892820F2B1F82C5A290 (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m9529922F16129F8293DE9892820F2B1F82C5A290_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mDD67973D4F288625E04099417E6A89DBD62BF7F9 (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mDD67973D4F288625E04099417E6A89DBD62BF7F9_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_mF54C8FDAE7549CE5FA097EF8A7A82B3AFEA3E5BC (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_mF54C8FDAE7549CE5FA097EF8A7A82B3AFEA3E5BC_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_m1E563E4F7BAA9C769933907305E76B9AB8199DBC (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_m1E563E4F7BAA9C769933907305E76B9AB8199DBC_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_mAB31E770684B3E31B62A78C82833E47D818961F7 (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_mAB31E770684B3E31B62A78C82833E47D818961F7_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m22077FEA312787DE0EFB87A35616D6525CE463EC (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m22077FEA312787DE0EFB87A35616D6525CE463EC_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_m073ADD3E0D4667FC96C99F842A5D4D21516C9E96 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_m073ADD3E0D4667FC96C99F842A5D4D21516C9E96_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_mFE5B411872226D6511A3736957F6B9BCF7628639 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_mFE5B411872226D6511A3736957F6B9BCF7628639_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBE496A4FE883A43B8C3BD3B59ECFFA6EC2B34393 (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_mBE496A4FE883A43B8C3BD3B59ECFFA6EC2B34393_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m1C59309F25421AAEFB40674DFDEBD1E385534B66 (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m1C59309F25421AAEFB40674DFDEBD1E385534B66_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m506CC705C7899C4CCE17EBD19C831715950E5EE4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m506CC705C7899C4CCE17EBD19C831715950E5EE4_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m4F48457371A2D867BDE8A0372871E985F1FDEBC7 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m4F48457371A2D867BDE8A0372871E985F1FDEBC7_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m3C184C15986398C18E8B8961F744AAE98CFF573E (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m3C184C15986398C18E8B8961F744AAE98CFF573E_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m250D814F145D7FC237A3B775466F2365A24F660C (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m250D814F145D7FC237A3B775466F2365A24F660C_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m980A9820B5F61BEEE107DD7FEE1A8BD50E7D97FE (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m980A9820B5F61BEEE107DD7FEE1A8BD50E7D97FE_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m8D8FB3D9CBD5D3C5DFCACF40AB1B8E3CEF2A3268 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m8D8FB3D9CBD5D3C5DFCACF40AB1B8E3CEF2A3268_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m4C0F1506346E280E65FD8107043C4FD1E7444771 (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m4C0F1506346E280E65FD8107043C4FD1E7444771_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m3710ABEBB1B3E71CC84A5E3A3ADCBB6598498FA7 (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m3710ABEBB1B3E71CC84A5E3A3ADCBB6598498FA7_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_mD347CEBF186480908978EC49A2F61EACC31F97AF (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_mD347CEBF186480908978EC49A2F61EACC31F97AF_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_m5096ADDF52248315A17DD9DEBFD258F460B54FF3 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_m5096ADDF52248315A17DD9DEBFD258F460B54FF3_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_mCAD612044D831B56BCBDDEC26D3C38CDB6C75E44 (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_mCAD612044D831B56BCBDDEC26D3C38CDB6C75E44_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mA083B80A2A0245CD16B13FF8700E6CA36EED7C4B (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mA083B80A2A0245CD16B13FF8700E6CA36EED7C4B_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m46D24E691A93A092DC692472431897AC9910C5D3 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m46D24E691A93A092DC692472431897AC9910C5D3_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m148D44B73522CCE9D9FA1729D51E646B2F348B90 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m148D44B73522CCE9D9FA1729D51E646B2F348B90_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_mB88F72848241B24C7D7009B456D3E706AD2FC20B (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_mB88F72848241B24C7D7009B456D3E706AD2FC20B_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC4F8153994DB30C89D9AF7223DBB000C9F1BA295 (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC4F8153994DB30C89D9AF7223DBB000C9F1BA295_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_mF1E5260C5010518C0778A8ADA2A64A2FFB9F5D34 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_mF1E5260C5010518C0778A8ADA2A64A2FFB9F5D34_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_m8C3EE728119388DE724A1DF440B949CC6F25904F (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_m8C3EE728119388DE724A1DF440B949CC6F25904F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m39C3191FF96F056326AC640637798DF9F8E1DC5C (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m39C3191FF96F056326AC640637798DF9F8E1DC5C_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m2343721547187A132B59465A68386602B55D0BB0 (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m2343721547187A132B59465A68386602B55D0BB0_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mF55FD2A86ABC3390BAF8B58672AA673B246C24DB (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mF55FD2A86ABC3390BAF8B58672AA673B246C24DB_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mECA5CF1EC3BE67D581375BFD0BE9898B5B4E2F4E (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mECA5CF1EC3BE67D581375BFD0BE9898B5B4E2F4E_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_mFA1C2D6D69C7F9C3891F7ED863D534A26DADA545 (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_mFA1C2D6D69C7F9C3891F7ED863D534A26DADA545_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mD91FE5ED1B267A6C9960DB2037E7171E3995EBD9 (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mD91FE5ED1B267A6C9960DB2037E7171E3995EBD9_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_mD536939F03D6FA5C1B3C2B3C64D8DB52A1966D50 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_mD536939F03D6FA5C1B3C2B3C64D8DB52A1966D50_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_m7F84E1F8585BF764491805732A7AFA8E8119558F (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_m7F84E1F8585BF764491805732A7AFA8E8119558F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m55B32516404399C52A06C9F12D3E40A160D0C945 (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m55B32516404399C52A06C9F12D3E40A160D0C945_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mFB457CEC34DABA55B467A9F7538E278CB580A871 (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mFB457CEC34DABA55B467A9F7538E278CB580A871_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m2EFC9AAE5B0B514C76E6A45FB4D893A240B30239 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m2EFC9AAE5B0B514C76E6A45FB4D893A240B30239_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__0`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m507D890DFB13FC163D553A85EAD9D0946B0A279F (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m507D890DFB13FC163D553A85EAD9D0946B0A279F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() inline void U3CEncodeAsyncU3Ed__0_1_MoveNext_m68F7FA120B918FF9D9CF289A095947117CB7070D (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * __this, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_MoveNext_m68F7FA120B918FF9D9CF289A095947117CB7070D_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m75B8E5F0853867DCF399D10358E100630AA49E3B (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *, RuntimeObject*, const RuntimeMethod*))U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m75B8E5F0853867DCF399D10358E100630AA49E3B_gshared)(__this, ___stateMachine0, 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); // 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.Span`1 System.Memory`1::get_Span() inline Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Memory_1_get_Span_m3028028B2677C147C0CFADFCB17F85FE1EACB999_inline (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 * __this, const RuntimeMethod* method) { return (( Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 (*) (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 *, const RuntimeMethod*))Memory_1_get_Span_m3028028B2677C147C0CFADFCB17F85FE1EACB999_gshared_inline)(__this, 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_m373EA84BF632F6408591B525142C56CAC893C040_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, 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.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.Span`1::.ctor(T[],System.Int32,System.Int32) inline void Span_1__ctor_mE2364CC76ED4B4A933C1F9E482051BCDE4739D63_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*))Span_1__ctor_mE2364CC76ED4B4A933C1F9E482051BCDE4739D63_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArrayTypeMismatchException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArrayTypeMismatchException_mFC0D7756FD2EA1A7E41D8426D819369FDBD728FC (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m8AC0E8A1AE18B96150575091AEC580935FF4D731_gshared (U3CU3Ec__DisplayClass43_0_t9DDD21BEC451C756148CBEFC90FB30B94905CCB5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CMapInplaceU3Eb__0_mF33712D5B798567600F61068BDD5DC04000D6326_gshared (U3CU3Ec__DisplayClass43_0_t9DDD21BEC451C756148CBEFC90FB30B94905CCB5 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_1 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_2 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * L_4 = (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)__this->get_f_1(); DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_5 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_U3CU3E4__this_0(); NullCheck(L_5); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_6 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_10; L_10 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m4179799AD13E9FF6F58B1316FB2EBE74E0FAEBD7_gshared (U3CU3Ec__DisplayClass43_0_t8239E034F8915DC8606775D1BBF64524B2EDF161 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CToRowArraysU3Eb__0_mF43CCC32C4181D29FE233CFCA60912D624625C75_gshared (U3CU3Ec__DisplayClass43_0_t8239E034F8915DC8606775D1BBF64524B2EDF161 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_005e; } IL_0004: { DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_1 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); int32_t L_2 = (int32_t)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_1)->get_ColumnCount_2(); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_3 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_2); V_1 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_3; V_2 = (int32_t)0; goto IL_0043; } IL_0019: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_4 = V_1; int32_t L_5 = V_2; DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_6 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_6); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_7 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_6->get_Data_3(); int32_t L_8 = V_2; DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_9 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_9); int32_t L_10 = (int32_t)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_9)->get_RowCount_1(); int32_t L_11 = V_0; NullCheck(L_7); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_10)), (int32_t)L_11)); double L_13 = (L_7)->GetAt(static_cast(L_12)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (double)L_13); int32_t L_14 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0043: { int32_t L_15 = V_2; DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_16 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_16); int32_t L_17 = (int32_t)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_16)->get_ColumnCount_2(); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0019; } } { DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D* L_18 = (DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D*)__this->get_ret_1(); int32_t L_19 = V_0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_20 = V_1; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(L_19), (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_20); int32_t L_21 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005e: { int32_t L_22 = V_0; int32_t L_23 = ___b1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_mD392428F397AB5AD022530BED14A981CC9075E77_gshared (U3CU3Ec__DisplayClass43_0_tE3169273FA6CCA42609BF08C363FB4312F7DC271 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CMapInplaceU3Eb__0_mA8450674E0034A163E569AB8B82C0F98669B93F2_gshared (U3CU3Ec__DisplayClass43_0_tE3169273FA6CCA42609BF08C363FB4312F7DC271 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_1 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_4 = (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)__this->get_f_1(); DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_5 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_U3CU3E4__this_0(); NullCheck(L_5); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_6 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; double L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4); double L_10; L_10 = (( double (*) (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4, (double)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (double)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m60B3712B2ADB888E09D45C310853B63C60701BB9_gshared (U3CU3Ec__DisplayClass43_0_t6BA45CA964534C470ED18E25ED907815FBA716E8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass43_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CToRowArraysU3Eb__0_m0E182B8FA7D850F741F09A1D5650491AF156EBD5_gshared (U3CU3Ec__DisplayClass43_0_t6BA45CA964534C470ED18E25ED907815FBA716E8 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_005e; } IL_0004: { DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_1 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); int32_t L_2 = (int32_t)((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_1)->get_ColumnCount_2(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_2); V_1 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_3; V_2 = (int32_t)0; goto IL_0043; } IL_0019: { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = V_1; int32_t L_5 = V_2; DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_6 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_6); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_7 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_6->get_Data_3(); int32_t L_8 = V_2; DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_9 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_9); int32_t L_10 = (int32_t)((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_9)->get_RowCount_1(); int32_t L_11 = V_0; NullCheck(L_7); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_10)), (int32_t)L_11)); float L_13 = (L_7)->GetAt(static_cast(L_12)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (float)L_13); int32_t L_14 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0043: { int32_t L_15 = V_2; DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_16 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_16); int32_t L_17 = (int32_t)((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_16)->get_ColumnCount_2(); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0019; } } { SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9* L_18 = (SingleU5BU5DU5BU5D_tE98ABA33B056D447449236AA9007392350412EC9*)__this->get_ret_1(); int32_t L_19 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_20 = V_1; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(L_19), (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_20); int32_t L_21 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005e: { int32_t L_22 = V_0; int32_t L_23 = ___b1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_mF067DF87599E111F1D681DCBF8E9191CD74191E1_gshared (U3CU3Ec__DisplayClass43_0_t29EDFBE4E771934A2CE7C2B4C4545CC8255FFF8C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass43_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CMapInplaceU3Eb__0_mAB60E23A81C87315462CDA1158B5F4EBD12256F6_gshared (U3CU3Ec__DisplayClass43_0_t29EDFBE4E771934A2CE7C2B4C4545CC8255FFF8C * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_1 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * L_4 = (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)__this->get_f_1(); DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_5 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_U3CU3E4__this_0(); NullCheck(L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; float L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4); float L_10; L_10 = (( float (*) (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4, (float)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (float)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1__ctor_m588CF994B7DF8A8B10A7605872087D11234BF063_gshared (U3CU3Ec__DisplayClass45_0_1_t12E701DAFE07CAC76E3877F7200BE51A54F44530 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1_U3CMapToUncheckedU3Eb__0_m5FE54A76452DBED67F02B9490E1E3FF77A252571_gshared (U3CU3Ec__DisplayClass45_0_1_t12E701DAFE07CAC76E3877F7200BE51A54F44530 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * L_1 = (DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 *)__this->get_diagonalTarget_0(); NullCheck(L_1); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_2 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * L_4 = (Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)__this->get_f_1(); DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * L_5 = (DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_6 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)L_4); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_10; L_10 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)L_4, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1__ctor_mA51B5CDBAB20527A30BB5B9B3973E6E13F8E48E6_gshared (U3CU3Ec__DisplayClass45_0_1_tB0BDF919BADA92E9841A04E05192CE9802BD7B86 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1_U3CMapToUncheckedU3Eb__0_m356E117F03C0E3ED920255ED62AB1419FFE5FF56_gshared (U3CU3Ec__DisplayClass45_0_1_tB0BDF919BADA92E9841A04E05192CE9802BD7B86 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_1 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_diagonalTarget_0(); NullCheck(L_1); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_2 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * L_4 = (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)__this->get_f_1(); DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_5 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_6 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_10; L_10 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1__ctor_mABA26D23398205AE9B9C715849F5B610917E7B7F_gshared (U3CU3Ec__DisplayClass45_0_1_tA294B4EE512B7D88A08663D5E0E5C811646D7642 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1_U3CMapToUncheckedU3Eb__0_m009158F82AE211246B8600AAF3249E0E8651612A_gshared (U3CU3Ec__DisplayClass45_0_1_tA294B4EE512B7D88A08663D5E0E5C811646D7642 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_1 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_diagonalTarget_0(); NullCheck(L_1); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_4 = (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)__this->get_f_1(); DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_5 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_6 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; double L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4); double L_10; L_10 = (( double (*) (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4, (double)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (double)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1__ctor_m2613571C9107574BD1FA5C5EB19C1E5E051FE545_gshared (U3CU3Ec__DisplayClass45_0_1_t0CC4379C8522C2E8FF43DF1179011AF3F4ED7106 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass45_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_1_U3CMapToUncheckedU3Eb__0_mB5ECB24E6FFC3B8EB675319C0A961A16B7CF6228_gshared (U3CU3Ec__DisplayClass45_0_1_t0CC4379C8522C2E8FF43DF1179011AF3F4ED7106 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_1 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_diagonalTarget_0(); NullCheck(L_1); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * L_4 = (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)__this->get_f_1(); DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_5 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; float L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4); float L_10; L_10 = (( float (*) (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4, (float)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (float)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1__ctor_m8B48DEA3EACCE7ECE43D9110368B25A3B6B37AAD_gshared (U3CU3Ec__DisplayClass46_0_1_t9D85386814FFFDC9E1E67D1CD0767CE8868164B0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1_U3CMapIndexedToUncheckedU3Eb__0_mD5DB969DB3E4F980F53B3066A6140798152EFBCF_gshared (U3CU3Ec__DisplayClass46_0_1_t9D85386814FFFDC9E1E67D1CD0767CE8868164B0 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0037; } IL_0004: { DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * L_1 = (DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 *)__this->get_diagonalTarget_0(); NullCheck(L_1); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_2 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * L_4 = (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)__this->get_f_1(); int32_t L_5 = V_0; int32_t L_6 = V_0; DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * L_7 = (DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 *)__this->get_U3CU3E4__this_2(); NullCheck(L_7); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_8 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_7->get_Data_3(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_4); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_12; L_12 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *, int32_t, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_4, (int32_t)L_5, (int32_t)L_6, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_12); int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0037: { int32_t L_14 = V_0; int32_t L_15 = ___b1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1__ctor_mE3028D24040073ED09C0E14454419709F0E6EDFF_gshared (U3CU3Ec__DisplayClass46_0_1_t78243E72E0F2E40D955DCADE2DFDD12CDAC2EE91 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1_U3CMapIndexedToUncheckedU3Eb__0_m9C2892E0633919AF4C2FB81CC4FB2C285334BD88_gshared (U3CU3Ec__DisplayClass46_0_1_t78243E72E0F2E40D955DCADE2DFDD12CDAC2EE91 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0037; } IL_0004: { DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_1 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_diagonalTarget_0(); NullCheck(L_1); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_2 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * L_4 = (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)__this->get_f_1(); int32_t L_5 = V_0; int32_t L_6 = V_0; DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_7 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_U3CU3E4__this_2(); NullCheck(L_7); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_8 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_7->get_Data_3(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_4); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_12; L_12 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *, int32_t, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_4, (int32_t)L_5, (int32_t)L_6, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_12); int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0037: { int32_t L_14 = V_0; int32_t L_15 = ___b1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1__ctor_m4487B4375CD6268B584D64B677B1A1AF6FF3C62E_gshared (U3CU3Ec__DisplayClass46_0_1_tEF10F224D4688AA95F6E61B0B86C051CC4527C69 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1_U3CMapIndexedToUncheckedU3Eb__0_mBA423B9FADA52ACEC89DA9DD05BFC68B153F9895_gshared (U3CU3Ec__DisplayClass46_0_1_tEF10F224D4688AA95F6E61B0B86C051CC4527C69 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0037; } IL_0004: { DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_1 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_diagonalTarget_0(); NullCheck(L_1); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * L_4 = (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)__this->get_f_1(); int32_t L_5 = V_0; int32_t L_6 = V_0; DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_7 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_U3CU3E4__this_2(); NullCheck(L_7); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_8 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_7->get_Data_3(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; double L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_4); double L_12; L_12 = (( double (*) (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_4, (int32_t)L_5, (int32_t)L_6, (double)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (double)L_12); int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0037: { int32_t L_14 = V_0; int32_t L_15 = ___b1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1__ctor_m549423DCC6B59C7867FF7363E85044A658D4ED96_gshared (U3CU3Ec__DisplayClass46_0_1_t7C203308320D245BE5C0C27798B48FFF0492131B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass46_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass46_0_1_U3CMapIndexedToUncheckedU3Eb__0_m7DB5BAC43484E9C1CAC0E20BD89BA418153D59C5_gshared (U3CU3Ec__DisplayClass46_0_1_t7C203308320D245BE5C0C27798B48FFF0492131B * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0037; } IL_0004: { DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_1 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_diagonalTarget_0(); NullCheck(L_1); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * L_4 = (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)__this->get_f_1(); int32_t L_5 = V_0; int32_t L_6 = V_0; DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_7 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_U3CU3E4__this_2(); NullCheck(L_7); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_8 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_7->get_Data_3(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; float L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_4); float L_12; L_12 = (( float (*) (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_4, (int32_t)L_5, (int32_t)L_6, (float)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (float)L_12); int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0037: { int32_t L_14 = V_0; int32_t L_15 = ___b1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1__ctor_m1BA75B0FF75D9EDDC1F8033B60405EE99D4D088A_gshared (U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m3383928CE522333D4DA7C77685AB4808D1493A65_gshared (U3CU3Ec__DisplayClass48_0_1_tDD02DD08CC6869E2EA096A46DC887F678DE7B915 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_beginTarget_4(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___a0; V_1 = (int32_t)L_2; goto IL_004b; } IL_000d: { DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * L_3 = (DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 *)__this->get_target_0(); NullCheck(L_3); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_4 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_3->get_Data_3(); int32_t L_5 = V_0; Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * L_6 = (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)__this->get_f_1(); int32_t L_7 = V_0; int32_t L_8 = V_0; DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * L_9 = (DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 *)__this->get_U3CU3E4__this_2(); NullCheck(L_9); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_10 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_9->get_Data_3(); int32_t L_11 = (int32_t)__this->get_beginInclusive_3(); int32_t L_12 = V_1; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_14 = (L_10)->GetAt(static_cast(L_13)); NullCheck((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_6); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_15; L_15 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *, int32_t, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_6, (int32_t)L_7, (int32_t)L_8, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004b: { int32_t L_18 = V_1; int32_t L_19 = ___b1; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_000d; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1__ctor_m3614EB776903BCFEC0864C5C0745DAB422B1BABF_gshared (U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m0C0B278956E78AAD63C284A8B734D12E275E0018_gshared (U3CU3Ec__DisplayClass48_0_1_tA64414AF2EDA601795160C98C05202AA782F8584 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_beginTarget_4(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___a0; V_1 = (int32_t)L_2; goto IL_004b; } IL_000d: { DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_3 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_target_0(); NullCheck(L_3); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_4 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_3->get_Data_3(); int32_t L_5 = V_0; Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * L_6 = (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)__this->get_f_1(); int32_t L_7 = V_0; int32_t L_8 = V_0; DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_9 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_U3CU3E4__this_2(); NullCheck(L_9); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_10 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_9->get_Data_3(); int32_t L_11 = (int32_t)__this->get_beginInclusive_3(); int32_t L_12 = V_1; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_14 = (L_10)->GetAt(static_cast(L_13)); NullCheck((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_6); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_15; L_15 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *, int32_t, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_6, (int32_t)L_7, (int32_t)L_8, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004b: { int32_t L_18 = V_1; int32_t L_19 = ___b1; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_000d; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1__ctor_m3E8CFE0F873D75CC45119F8BB46D78628068074A_gshared (U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m0C786AD85E08630A48A88EF57D562F3FBEC9330B_gshared (U3CU3Ec__DisplayClass48_0_1_tAF775D0CF123F331CFCBA0B585DDCE461451AC61 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_beginTarget_4(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___a0; V_1 = (int32_t)L_2; goto IL_004b; } IL_000d: { DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_3 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_target_0(); NullCheck(L_3); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_4 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_3->get_Data_3(); int32_t L_5 = V_0; Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * L_6 = (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)__this->get_f_1(); int32_t L_7 = V_0; int32_t L_8 = V_0; DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_9 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_U3CU3E4__this_2(); NullCheck(L_9); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_10 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_9->get_Data_3(); int32_t L_11 = (int32_t)__this->get_beginInclusive_3(); int32_t L_12 = V_1; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); double L_14 = (L_10)->GetAt(static_cast(L_13)); NullCheck((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_6); double L_15; L_15 = (( double (*) (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_6, (int32_t)L_7, (int32_t)L_8, (double)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (double)L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004b: { int32_t L_18 = V_1; int32_t L_19 = ___b1; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_000d; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1__ctor_mCDABD444778154A3BB935846D62779B11BCF8283_gshared (U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass48_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m35633C5054A02E7A8268DD97572C9950255BB9AA_gshared (U3CU3Ec__DisplayClass48_0_1_t5005340FE558926716D858D869BE1269FB6A78E1 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_beginTarget_4(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___a0; V_1 = (int32_t)L_2; goto IL_004b; } IL_000d: { DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_3 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_target_0(); NullCheck(L_3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_3->get_Data_3(); int32_t L_5 = V_0; Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * L_6 = (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)__this->get_f_1(); int32_t L_7 = V_0; int32_t L_8 = V_0; DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_9 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_U3CU3E4__this_2(); NullCheck(L_9); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_10 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_9->get_Data_3(); int32_t L_11 = (int32_t)__this->get_beginInclusive_3(); int32_t L_12 = V_1; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); float L_14 = (L_10)->GetAt(static_cast(L_13)); NullCheck((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_6); float L_15; L_15 = (( float (*) (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_6, (int32_t)L_7, (int32_t)L_8, (float)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (float)L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004b: { int32_t L_18 = V_1; int32_t L_19 = ___b1; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_000d; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1__ctor_m7252250EDDA2AA3745C17F78ED792661F9A0FC82_gshared (U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_mB971EAD2701513FEE040EFA43DE374841086DF41_gshared (U3CU3Ec__DisplayClass49_0_1_t442532395036454BD35BBD28FEF4F689C44374BA * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * G_B4_2 = NULL; int32_t G_B4_3 = 0; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* G_B4_4 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * G_B3_2 = NULL; int32_t G_B3_3 = 0; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* G_B3_4 = NULL; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * G_B5_3 = NULL; int32_t G_B5_4 = 0; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* G_B5_5 = NULL; { int32_t L_0 = (int32_t)__this->get_sourceColumnIndex_0(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = (int32_t)__this->get_targetColumnIndex_1(); int32_t L_3 = ___a0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = ___a0; V_2 = (int32_t)L_4; goto IL_00b0; } IL_0019: { int32_t L_5 = (int32_t)__this->get_targetRowIndex_2(); int32_t L_6 = V_2; int32_t L_7 = (int32_t)__this->get_targetColumnIndex_1(); DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_8 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_target_3(); NullCheck(L_8); int32_t L_9 = (int32_t)((MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_8)->get_RowCount_1(); V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_9)))); int32_t L_10 = (int32_t)__this->get_sourceRowIndex_4(); V_4 = (int32_t)L_10; int32_t L_11 = (int32_t)__this->get_targetRowIndex_2(); V_5 = (int32_t)L_11; V_6 = (int32_t)0; goto IL_009a; } IL_004a: { DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_12 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_target_3(); NullCheck(L_12); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_13 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_12->get_Data_3(); int32_t L_14 = V_3; int32_t L_15 = (int32_t)L_14; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * L_16 = (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)__this->get_f_5(); int32_t L_17 = V_5; int32_t L_18 = (int32_t)L_17; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_1; int32_t L_20 = V_4; int32_t L_21 = (int32_t)L_20; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); int32_t L_22 = V_0; G_B3_0 = L_19; G_B3_1 = L_18; G_B3_2 = L_16; G_B3_3 = L_15; G_B3_4 = L_13; if ((((int32_t)L_21) == ((int32_t)L_22))) { G_B4_0 = L_19; G_B4_1 = L_18; G_B4_2 = L_16; G_B4_3 = L_15; G_B4_4 = L_13; goto IL_0079; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_23 = ((MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_Zero_0(); G_B5_0 = L_23; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; G_B5_5 = G_B3_4; goto IL_008a; } IL_0079: { DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 * L_24 = (DiagonalMatrixStorage_1_t31A6630C5AA96842028E1D82FFBA9ECF9832F8C5 *)__this->get_U3CU3E4__this_6(); NullCheck(L_24); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_25 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_24->get_Data_3(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_28 = (L_25)->GetAt(static_cast(L_27)); G_B5_0 = L_28; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; } IL_008a: { NullCheck((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)G_B5_3); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_29; L_29 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *, int32_t, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)G_B5_3, (int32_t)G_B5_2, (int32_t)G_B5_1, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )G_B5_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck(G_B5_5); (G_B5_5)->SetAt(static_cast(G_B5_4), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_29); int32_t L_30 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_009a: { int32_t L_31 = V_6; int32_t L_32 = (int32_t)__this->get_rowCount_7(); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_004a; } } { int32_t L_33 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b0: { int32_t L_36 = V_2; int32_t L_37 = ___b1; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0019; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1__ctor_m463438CEC8AC3807887358CC29A64C1D350AA9C7_gshared (U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m06D23A589EEA3DFD7D54BCFFC825AC19EAAB89DB_gshared (U3CU3Ec__DisplayClass49_0_1_tA10FB6776E9A91598E43FCDE0D15DE0D0CAA12B0 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * G_B4_2 = NULL; int32_t G_B4_3 = 0; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* G_B4_4 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * G_B3_2 = NULL; int32_t G_B3_3 = 0; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* G_B3_4 = NULL; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * G_B5_3 = NULL; int32_t G_B5_4 = 0; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* G_B5_5 = NULL; { int32_t L_0 = (int32_t)__this->get_sourceColumnIndex_0(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = (int32_t)__this->get_targetColumnIndex_1(); int32_t L_3 = ___a0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = ___a0; V_2 = (int32_t)L_4; goto IL_00b0; } IL_0019: { int32_t L_5 = (int32_t)__this->get_targetRowIndex_2(); int32_t L_6 = V_2; int32_t L_7 = (int32_t)__this->get_targetColumnIndex_1(); DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_8 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_target_3(); NullCheck(L_8); int32_t L_9 = (int32_t)((MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_8)->get_RowCount_1(); V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_9)))); int32_t L_10 = (int32_t)__this->get_sourceRowIndex_4(); V_4 = (int32_t)L_10; int32_t L_11 = (int32_t)__this->get_targetRowIndex_2(); V_5 = (int32_t)L_11; V_6 = (int32_t)0; goto IL_009a; } IL_004a: { DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_12 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_target_3(); NullCheck(L_12); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_13 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_12->get_Data_3(); int32_t L_14 = V_3; int32_t L_15 = (int32_t)L_14; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * L_16 = (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)__this->get_f_5(); int32_t L_17 = V_5; int32_t L_18 = (int32_t)L_17; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_1; int32_t L_20 = V_4; int32_t L_21 = (int32_t)L_20; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); int32_t L_22 = V_0; G_B3_0 = L_19; G_B3_1 = L_18; G_B3_2 = L_16; G_B3_3 = L_15; G_B3_4 = L_13; if ((((int32_t)L_21) == ((int32_t)L_22))) { G_B4_0 = L_19; G_B4_1 = L_18; G_B4_2 = L_16; G_B4_3 = L_15; G_B4_4 = L_13; goto IL_0079; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_23 = ((MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_Zero_0(); G_B5_0 = L_23; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; G_B5_5 = G_B3_4; goto IL_008a; } IL_0079: { DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 * L_24 = (DiagonalMatrixStorage_1_t1EB302BFF66A4AFFD81281BA0DAD31A8E5FC6833 *)__this->get_U3CU3E4__this_6(); NullCheck(L_24); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_25 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_24->get_Data_3(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_28 = (L_25)->GetAt(static_cast(L_27)); G_B5_0 = L_28; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; } IL_008a: { NullCheck((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)G_B5_3); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_29; L_29 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *, int32_t, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)G_B5_3, (int32_t)G_B5_2, (int32_t)G_B5_1, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )G_B5_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck(G_B5_5); (G_B5_5)->SetAt(static_cast(G_B5_4), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_29); int32_t L_30 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_009a: { int32_t L_31 = V_6; int32_t L_32 = (int32_t)__this->get_rowCount_7(); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_004a; } } { int32_t L_33 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b0: { int32_t L_36 = V_2; int32_t L_37 = ___b1; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0019; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1__ctor_mF5A315E7B5E2650E88EED487C1D21E998A99BA52_gshared (U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_mEB6BA5526138129A5067087183D2B3CB80256DE1_gshared (U3CU3Ec__DisplayClass49_0_1_t82973D04579575FE8B76E0B4E5C6A6152C3E39B2 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * G_B4_2 = NULL; int32_t G_B4_3 = 0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* G_B4_4 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * G_B3_2 = NULL; int32_t G_B3_3 = 0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* G_B3_4 = NULL; double G_B5_0 = 0.0; int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * G_B5_3 = NULL; int32_t G_B5_4 = 0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* G_B5_5 = NULL; { int32_t L_0 = (int32_t)__this->get_sourceColumnIndex_0(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = (int32_t)__this->get_targetColumnIndex_1(); int32_t L_3 = ___a0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = ___a0; V_2 = (int32_t)L_4; goto IL_00b0; } IL_0019: { int32_t L_5 = (int32_t)__this->get_targetRowIndex_2(); int32_t L_6 = V_2; int32_t L_7 = (int32_t)__this->get_targetColumnIndex_1(); DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_8 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_target_3(); NullCheck(L_8); int32_t L_9 = (int32_t)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_8)->get_RowCount_1(); V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_9)))); int32_t L_10 = (int32_t)__this->get_sourceRowIndex_4(); V_4 = (int32_t)L_10; int32_t L_11 = (int32_t)__this->get_targetRowIndex_2(); V_5 = (int32_t)L_11; V_6 = (int32_t)0; goto IL_009a; } IL_004a: { DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_12 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_target_3(); NullCheck(L_12); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_13 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_12->get_Data_3(); int32_t L_14 = V_3; int32_t L_15 = (int32_t)L_14; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * L_16 = (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)__this->get_f_5(); int32_t L_17 = V_5; int32_t L_18 = (int32_t)L_17; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_1; int32_t L_20 = V_4; int32_t L_21 = (int32_t)L_20; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); int32_t L_22 = V_0; G_B3_0 = L_19; G_B3_1 = L_18; G_B3_2 = L_16; G_B3_3 = L_15; G_B3_4 = L_13; if ((((int32_t)L_21) == ((int32_t)L_22))) { G_B4_0 = L_19; G_B4_1 = L_18; G_B4_2 = L_16; G_B4_3 = L_15; G_B4_4 = L_13; goto IL_0079; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); double L_23 = ((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_Zero_0(); G_B5_0 = L_23; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; G_B5_5 = G_B3_4; goto IL_008a; } IL_0079: { DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 * L_24 = (DiagonalMatrixStorage_1_tCC3E121D72FC2D07F64C09EE2136601024A74464 *)__this->get_U3CU3E4__this_6(); NullCheck(L_24); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_25 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_24->get_Data_3(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; double L_28 = (L_25)->GetAt(static_cast(L_27)); G_B5_0 = L_28; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; } IL_008a: { NullCheck((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)G_B5_3); double L_29; L_29 = (( double (*) (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)G_B5_3, (int32_t)G_B5_2, (int32_t)G_B5_1, (double)G_B5_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck(G_B5_5); (G_B5_5)->SetAt(static_cast(G_B5_4), (double)L_29); int32_t L_30 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_009a: { int32_t L_31 = V_6; int32_t L_32 = (int32_t)__this->get_rowCount_7(); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_004a; } } { int32_t L_33 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b0: { int32_t L_36 = V_2; int32_t L_37 = ___b1; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0019; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1__ctor_mCDF4EDC2E3542930383A11442CDC1AF68037D878_gshared (U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DiagonalMatrixStorage`1/<>c__DisplayClass49_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass49_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m93396B02D7B98E67467ADF9BD6CBAA466883F06C_gshared (U3CU3Ec__DisplayClass49_0_1_tADA1345EF710E64235EDBE84A53AE0997A5CFC92 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * G_B4_2 = NULL; int32_t G_B4_3 = 0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* G_B4_4 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * G_B3_2 = NULL; int32_t G_B3_3 = 0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* G_B3_4 = NULL; float G_B5_0 = 0.0f; int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * G_B5_3 = NULL; int32_t G_B5_4 = 0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* G_B5_5 = NULL; { int32_t L_0 = (int32_t)__this->get_sourceColumnIndex_0(); int32_t L_1 = ___a0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = (int32_t)__this->get_targetColumnIndex_1(); int32_t L_3 = ___a0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = ___a0; V_2 = (int32_t)L_4; goto IL_00b0; } IL_0019: { int32_t L_5 = (int32_t)__this->get_targetRowIndex_2(); int32_t L_6 = V_2; int32_t L_7 = (int32_t)__this->get_targetColumnIndex_1(); DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_8 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_target_3(); NullCheck(L_8); int32_t L_9 = (int32_t)((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_8)->get_RowCount_1(); V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_9)))); int32_t L_10 = (int32_t)__this->get_sourceRowIndex_4(); V_4 = (int32_t)L_10; int32_t L_11 = (int32_t)__this->get_targetRowIndex_2(); V_5 = (int32_t)L_11; V_6 = (int32_t)0; goto IL_009a; } IL_004a: { DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_12 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_target_3(); NullCheck(L_12); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_13 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_12->get_Data_3(); int32_t L_14 = V_3; int32_t L_15 = (int32_t)L_14; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * L_16 = (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)__this->get_f_5(); int32_t L_17 = V_5; int32_t L_18 = (int32_t)L_17; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_1; int32_t L_20 = V_4; int32_t L_21 = (int32_t)L_20; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); int32_t L_22 = V_0; G_B3_0 = L_19; G_B3_1 = L_18; G_B3_2 = L_16; G_B3_3 = L_15; G_B3_4 = L_13; if ((((int32_t)L_21) == ((int32_t)L_22))) { G_B4_0 = L_19; G_B4_1 = L_18; G_B4_2 = L_16; G_B4_3 = L_15; G_B4_4 = L_13; goto IL_0079; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); float L_23 = ((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_Zero_0(); G_B5_0 = L_23; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; G_B5_5 = G_B3_4; goto IL_008a; } IL_0079: { DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 * L_24 = (DiagonalMatrixStorage_1_t8B56520694F8CAA9E542A67CAB93C49CEDBEFCB0 *)__this->get_U3CU3E4__this_6(); NullCheck(L_24); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_25 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_24->get_Data_3(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; float L_28 = (L_25)->GetAt(static_cast(L_27)); G_B5_0 = L_28; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; } IL_008a: { NullCheck((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)G_B5_3); float L_29; L_29 = (( float (*) (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)G_B5_3, (int32_t)G_B5_2, (int32_t)G_B5_1, (float)G_B5_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck(G_B5_5); (G_B5_5)->SetAt(static_cast(G_B5_4), (float)L_29); int32_t L_30 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_009a: { int32_t L_31 = V_6; int32_t L_32 = (int32_t)__this->get_rowCount_7(); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_004a; } } { int32_t L_33 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b0: { int32_t L_36 = V_2; int32_t L_37 = ___b1; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0019; } } { 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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m8D6090745B9372D330CA947831F102A448418973_gshared (U3CU3Ec__DisplayClass4_0_t45CC51AA4E866DA5171C90F7FCA5ADFBEAF63F53 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m2E3BBB70C2431EDF994372D90CC976CAE166646D_gshared (U3CU3Ec__DisplayClass4_0_t45CC51AA4E866DA5171C90F7FCA5ADFBEAF63F53 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mF402A723B3C31145BC05CBDAF000028FA9C16044_gshared (U3CU3Ec__DisplayClass4_0_tDCA7F78766BF1421CE898340FC573D6FAC73DEDE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m13FE63237967239804C53F65D09646D49AC96D3D_gshared (U3CU3Ec__DisplayClass4_0_tDCA7F78766BF1421CE898340FC573D6FAC73DEDE * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m9553115FA5061BB077D8960CF11C5C8A9C40810C_gshared (U3CU3Ec__DisplayClass4_0_tDFA23B47960441360E7F956D35BE4C74D9AF963A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m40BBB09ACE078129C459D3267C036B6205209053_gshared (U3CU3Ec__DisplayClass4_0_tDFA23B47960441360E7F956D35BE4C74D9AF963A * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m4315321C909E1D8CEC2B681E0D1935388E050097_gshared (U3CU3Ec__DisplayClass4_0_t5037D5A12D135D34FBC1E4308492AFCE06A729AB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m7404C13B83821BA916C0B1685DB7FC144282F976_gshared (U3CU3Ec__DisplayClass4_0_t5037D5A12D135D34FBC1E4308492AFCE06A729AB * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mD479B95884F951745165FEC9F34F51F3DD784ABB_gshared (U3CU3Ec__DisplayClass4_0_tF52278DFAAFE0790DE7DA2C77D79CF06D3E56383 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m3F3435D6288A4B9D4B989E4F76536501E39C558B_gshared (U3CU3Ec__DisplayClass4_0_tF52278DFAAFE0790DE7DA2C77D79CF06D3E56383 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mB9507E024349F02E39E5211F0E8BC2F33051AD97_gshared (U3CU3Ec__DisplayClass4_0_t04455AD5D6759373308126F5E4843333C534FC1F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m30583AC402E17BADF944C0053B6F09AC9CE08B55_gshared (U3CU3Ec__DisplayClass4_0_t04455AD5D6759373308126F5E4843333C534FC1F * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mEE87B93042860684A6B4FECBB3EC9693771B7F28_gshared (U3CU3Ec__DisplayClass4_0_t223A69A3835222A0688859AB6C4FA1B20D0D98B1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mD800A00448B939C642D3C93FF10777B92FCE44F9_gshared (U3CU3Ec__DisplayClass4_0_t223A69A3835222A0688859AB6C4FA1B20D0D98B1 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mEC7ED5A3137B95F646846856EE68BF4F4D7F944B_gshared (U3CU3Ec__DisplayClass4_0_t6D9B1263BF0EDFA691693B685E720FC0819C2786 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mFF11CC5DEB27B8391BB3DEF7AE5D93D16D8385A2_gshared (U3CU3Ec__DisplayClass4_0_t6D9B1263BF0EDFA691693B685E720FC0819C2786 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m53FDA49DC75D35699C8C46F6C081A448DDCABCED_gshared (U3CU3Ec__DisplayClass4_0_tC4306A9C54DACA936850A1471761A7E085CDFB43 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mBCE0EE992738C1077A1788F3AFDF3B660886581D_gshared (U3CU3Ec__DisplayClass4_0_tC4306A9C54DACA936850A1471761A7E085CDFB43 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mA0C71E5F5DFDA6E3BC215ADB2B1DF0776B7DCB7D_gshared (U3CU3Ec__DisplayClass4_0_t3A8A79397B1C451A62933E190D8595988971F3A2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m6B4EE47741D4A16054FA65CE800FDD3B5E46A43D_gshared (U3CU3Ec__DisplayClass4_0_t3A8A79397B1C451A62933E190D8595988971F3A2 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m3AD2F003444C8F933C8EBD39352BD49504BD8AE4_gshared (U3CU3Ec__DisplayClass4_0_t2B822F3EBC4EA978B8711B40A17A6E4DAD41A7F1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mBF0EDE64404DEDAA2E85A4397CC1229F2800A446_gshared (U3CU3Ec__DisplayClass4_0_t2B822F3EBC4EA978B8711B40A17A6E4DAD41A7F1 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m18E46E225A4C07046F0FBC9E1F637DE6F4D40F71_gshared (U3CU3Ec__DisplayClass4_0_t06B549F7C8B965CFDBADB5206A6F9D7D02118434 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m4ED9AAA2A438DFB59726B1880911EF04CBD21C72_gshared (U3CU3Ec__DisplayClass4_0_t06B549F7C8B965CFDBADB5206A6F9D7D02118434 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m2AA13F890E736CDC846E3B72FCB28871D416BE3D_gshared (U3CU3Ec__DisplayClass4_0_t16F9D6F4E2834B92468CD0CEAD3C6968CD609663 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m52802128F05717809F088C24D8764405B501B577_gshared (U3CU3Ec__DisplayClass4_0_t16F9D6F4E2834B92468CD0CEAD3C6968CD609663 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mD7216E3D3196A9C15367D0440E595DFB4F6BE9D2_gshared (U3CU3Ec__DisplayClass4_0_t38681351FD5ED99CF1F5977E767D22F53BE11F51 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m3751584AB00A7FCC96E2DE8CAC0222CB1874D592_gshared (U3CU3Ec__DisplayClass4_0_t38681351FD5ED99CF1F5977E767D22F53BE11F51 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m9ADC338C26504D468302D0502AB3A922272F302C_gshared (U3CU3Ec__DisplayClass4_0_t419255CC28E0A376600CB6EDC8FA17FDF947F5BA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mCF6B7C8540CC15201268604D4346B690CDBD307B_gshared (U3CU3Ec__DisplayClass4_0_t419255CC28E0A376600CB6EDC8FA17FDF947F5BA * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m40654E392B5D2E636B6F4CA44A1234B2ECDCB244_gshared (U3CU3Ec__DisplayClass4_0_tD308222493B742118B82AD95AB1337D4535F18ED * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mDED163B36F6D7FE9F23D62B373E49B78445B1705_gshared (U3CU3Ec__DisplayClass4_0_tD308222493B742118B82AD95AB1337D4535F18ED * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mA8C9D72C8DB0D0A972C1C2B0D462B0CF4A9AC334_gshared (U3CU3Ec__DisplayClass4_0_t5516A55C8B811871A674BAA284DDBAB1E3F10688 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m0C5DCEECAC48B5AD37FC55CCEE86C1BAE92BB3D0_gshared (U3CU3Ec__DisplayClass4_0_t5516A55C8B811871A674BAA284DDBAB1E3F10688 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m8D1E500BCD549E7EF74AEB8AE4CBF92A364DFA74_gshared (U3CU3Ec__DisplayClass4_0_tF8732D29714A9F0A0B6F750E67151097027C9B10 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m7A1BE8E211C11D386903574D37D935E11EA26999_gshared (U3CU3Ec__DisplayClass4_0_tF8732D29714A9F0A0B6F750E67151097027C9B10 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mEC094C371374664B17095E153BCFB52F0CB3A2E3_gshared (U3CU3Ec__DisplayClass4_0_tD83E7858A6DD635E7FD2CCCBC9F8A1A24264F317 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m4C7CF384BA46795FF81ED758B90CEE04DA33798B_gshared (U3CU3Ec__DisplayClass4_0_tD83E7858A6DD635E7FD2CCCBC9F8A1A24264F317 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mCB19C9C001EEC47B6EE21E63E9BCEE97C09F0A86_gshared (U3CU3Ec__DisplayClass4_0_t8ACDB2E7176576DBD8551B101AF05B9E8349B8AA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m0BA5F33DE305DFFBC027F9CC71A36CF8C65D7840_gshared (U3CU3Ec__DisplayClass4_0_t8ACDB2E7176576DBD8551B101AF05B9E8349B8AA * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m84659B64A8A1FBC21270DA83F9D8C14FC52C6941_gshared (U3CU3Ec__DisplayClass4_0_tDEBFD18F06DE08312CCD8266DEED543C1C447C50 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m7D6A5DA5FF45DE376E84AA4A0D1EE5C0134074FD_gshared (U3CU3Ec__DisplayClass4_0_tDEBFD18F06DE08312CCD8266DEED543C1C447C50 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m7FB6657EBD3820D4E87030C7A5941466A0FA0F96_gshared (U3CU3Ec__DisplayClass4_0_t7744F039AAB609BCA79CC62A6D35B961AA4D81E9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m95A45F916E8E234BB4053F7BA7D773FD7E6DC36A_gshared (U3CU3Ec__DisplayClass4_0_t7744F039AAB609BCA79CC62A6D35B961AA4D81E9 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mEEE86B9D200054055D4D35FA00889BBD3D383250_gshared (U3CU3Ec__DisplayClass4_0_t5FAE4DD8EC7E63DC8A8CB40CEE9597DFA6B347E7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m03949A12F492CD6E795D437C29EDB6234025190D_gshared (U3CU3Ec__DisplayClass4_0_t5FAE4DD8EC7E63DC8A8CB40CEE9597DFA6B347E7 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m4E1335ABA2D8DD7C20566FA849666B544ACC78EA_gshared (U3CU3Ec__DisplayClass4_0_t016D2B47C17999BA00083C0BDA4C8BAB0C21A59F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m3A55AEB01126BA6D4679260E768A9A4CF3433B71_gshared (U3CU3Ec__DisplayClass4_0_t016D2B47C17999BA00083C0BDA4C8BAB0C21A59F * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m6F58CFC5508A9A28B7758F8EF067AFD1DEB733B7_gshared (U3CU3Ec__DisplayClass4_0_t02EBD51DFEEF332D01FA631E5F61C342E9C83DC5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mD653199FA56BD16FEB6A391236D1CB4EDE33AF51_gshared (U3CU3Ec__DisplayClass4_0_t02EBD51DFEEF332D01FA631E5F61C342E9C83DC5 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m1D90EADE95F67596A2A12DF91789FA49C533E9AD_gshared (U3CU3Ec__DisplayClass4_0_t2F2EBB4118DC985A91F4C5DC5AAD6EB4A5886BB0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m087F98D894B986E51F84C36377C10394E886D700_gshared (U3CU3Ec__DisplayClass4_0_t2F2EBB4118DC985A91F4C5DC5AAD6EB4A5886BB0 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mC860289DD37814C1D0DB454E56F26433633663C4_gshared (U3CU3Ec__DisplayClass4_0_t0846E0BB77F658C81D2A548DEF66600F14D6D383 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mDB363C5C2A155911979B295C733805C94D7EDCFC_gshared (U3CU3Ec__DisplayClass4_0_t0846E0BB77F658C81D2A548DEF66600F14D6D383 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mC322D977827FA9A54904578EBAF268F6FB9C5C47_gshared (U3CU3Ec__DisplayClass4_0_tC493978E614E28F74A16C5DC148F05351239851C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_mFBDDC77F0CB197F7651C48933A55C5FC7509799F_gshared (U3CU3Ec__DisplayClass4_0_tC493978E614E28F74A16C5DC148F05351239851C * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mF43595E0D829BE8DE4C840940ED57E56FFE5D76E_gshared (U3CU3Ec__DisplayClass4_0_tC363686479F45B75F8590C0C62B632D40C74A400 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Effects.PixelateProcessor`1/<>c__DisplayClass4_0::b__0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3COnFrameApplyU3Eb__0_m5278862C3A051423D685E8AF1DC182946D2DC9E2_gshared (U3CU3Ec__DisplayClass4_0_tC363686479F45B75F8590C0C62B632D40C74A400 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * L_1 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this->get_address_of_interest_0(); int32_t L_2; L_2 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0); } } #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 JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_1__ctor_m53A4CCC7D2DE048CD1F66AA5F1C9054FC6932C41_gshared (U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::b__0(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass4_0_1_U3CInitJsonClassU3Eb__0_mF665600D6CFCF60C89AFED764AE4FE367AF59175_gshared (U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { // var o = ctor.Invoke(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)__this->get_ctor_0(); NullCheck((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_0); RuntimeObject * L_1; L_1 = Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_0, /*hidden argument*/Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var); V_0 = (RuntimeObject *)L_1; // FetchFieldValues(o, jt, props); CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * L_2 = (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this->get_U3CU3E4__this_1(); RuntimeObject * L_3 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___jt0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)__this->get_props_2(); NullCheck((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)L_2); CustomJson_FetchFieldValues_mE50C94C5A11224533E0753A5862C148FCD0ADB4F((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)L_2, (RuntimeObject *)L_3, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_4, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_5, /*hidden argument*/NULL); // return o; RuntimeObject * L_6 = V_0; return (RuntimeObject *)L_6; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::b__1(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec__DisplayClass4_0_1_U3CInitJsonClassU3Eb__1_m3A215BBF0D8B83936439F7A0F7F269B7D57559A2_gshared (U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { // JToken jt = new JObject(); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_0 = (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)il2cpp_codegen_object_new(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6(L_0, /*hidden argument*/NULL); V_0 = (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0; // FetchJsonProperties(jt, o, props); CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * L_1 = (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this->get_U3CU3E4__this_1(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = V_0; RuntimeObject * L_3 = ___o0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)__this->get_props_2(); NullCheck((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)L_1); CustomJson_FetchJsonProperties_m2B566D7CD166314F2CBDFB1D522D20A7A45BD507((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)L_1, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_2, (RuntimeObject *)L_3, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_4, /*hidden argument*/NULL); // return jt; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = V_0; return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_5; } } #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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_1__ctor_mD7E6981E80E14B694B680DC7A65953644DFFC1AC_gshared (U3CU3Ec__DisplayClass4_0_1_t8DBEFE8C363F7E5B9530B197EFA6BA860BFA3D17 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::b__0(T,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass4_0_1_U3CCreateMethodCallU3Eb__0_m25F2D7A5B3A24B3D9E4A5D918A6AE741A7FF2ADE_gshared (U3CU3Ec__DisplayClass4_0_1_t8DBEFE8C363F7E5B9530B197EFA6BA860BFA3D17 * __this, RuntimeObject * ___o0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___a1, const RuntimeMethod* method) { { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_0 = (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)__this->get_c_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___a1; NullCheck((ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_0); RuntimeObject * L_2; L_2 = ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906((ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, /*hidden argument*/NULL); return (RuntimeObject *)L_2; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::b__1(T,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass4_0_1_U3CCreateMethodCallU3Eb__1_mD7F1330FBC1A892D6FA7C68D5533AD0404A7CDB5_gshared (U3CU3Ec__DisplayClass4_0_1_t8DBEFE8C363F7E5B9530B197EFA6BA860BFA3D17 * __this, RuntimeObject * ___o0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___a1, const RuntimeMethod* method) { { MethodBase_t * L_0 = (MethodBase_t *)__this->get_method_1(); RuntimeObject * L_1 = ___o0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___a1; NullCheck((MethodBase_t *)L_0); RuntimeObject * L_3; L_3 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3((MethodBase_t *)L_0, (RuntimeObject *)L_1, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, /*hidden argument*/NULL); return (RuntimeObject *)L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0__ctor_m4F0EF8F9098919D39E427C90D12D830453E36FF0_gshared (U3CU3Ec__DisplayClass53_0_t9AB3CEEC6C2B6B7205F8684C83883212B4DF3A8B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0_U3CMapInplaceU3Eb__0_m7136B00D1F8474C4F7FEF051206629C46FA35BD2_gshared (U3CU3Ec__DisplayClass53_0_t9AB3CEEC6C2B6B7205F8684C83883212B4DF3A8B * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_1 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_2 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * L_4 = (Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_5 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_0(); NullCheck(L_5); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_6 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)L_4); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_10; L_10 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)L_4, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0__ctor_mEFB719CD71E6031CB93D86BCE076E619F288D3C8_gshared (U3CU3Ec__DisplayClass53_0_t1313344FE21867C0CBF22560F286C8CB44EE6E7F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0_U3CMapInplaceU3Eb__0_m3FE4242F2A843E9EB5F56333DB471D191AA125BF_gshared (U3CU3Ec__DisplayClass53_0_t1313344FE21867C0CBF22560F286C8CB44EE6E7F * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_1 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_2 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * L_4 = (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_5 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_0(); NullCheck(L_5); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_6 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_10; L_10 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0__ctor_m4CEEFF1F0B301E3AB0F9133072991066FE8F1CA2_gshared (U3CU3Ec__DisplayClass53_0_tEF326587523AC39FB930EA79969A968436138BF1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0_U3CMapInplaceU3Eb__0_m0EC3537714C76B0B8F5177EA6430BCBEC388E2D3_gshared (U3CU3Ec__DisplayClass53_0_tEF326587523AC39FB930EA79969A968436138BF1 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_1 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_4 = (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_5 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_5); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_6 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; double L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4); double L_10; L_10 = (( double (*) (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4, (double)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (double)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0__ctor_mE0FA640A5DEE8E6FA2AAA6F99554A0436DF21ADD_gshared (U3CU3Ec__DisplayClass53_0_tB7FA6AA9131DB16D3B2B211A60E1F705594613F0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass53_0::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass53_0_U3CMapInplaceU3Eb__0_mB3D31BAAD19BA11E872B96E1E14C552281321F68_gshared (U3CU3Ec__DisplayClass53_0_tB7FA6AA9131DB16D3B2B211A60E1F705594613F0 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_1 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * L_4 = (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_5 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; float L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4); float L_10; L_10 = (( float (*) (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4, (float)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (float)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1__ctor_mF701037594291A34BFCEF5F6135808CEA7BE5D3B_gshared (U3CU3Ec__DisplayClass55_0_1_tB3A63E167805F8ABFA3C3D39E60DA47564A663D3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1_U3CMapToUncheckedU3Eb__0_mA00D525F0EAAF5D13E3AAFB7B9DDEECBF4B849BA_gshared (U3CU3Ec__DisplayClass55_0_1_tB3A63E167805F8ABFA3C3D39E60DA47564A663D3 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_1 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_denseTarget_0(); NullCheck(L_1); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_2 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 * L_4 = (Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_5 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_6 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)L_4); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_10; L_10 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t07A8C3DB493D3FE14259D33200443036194A8695 *)L_4, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1__ctor_m3337BC28821A74EA74E9E8E81E08893E835F4EDA_gshared (U3CU3Ec__DisplayClass55_0_1_t3DC1811C8B923D49DDC16250D47634EF4CA21668 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1_U3CMapToUncheckedU3Eb__0_mBC84639D3AF5B23C9FAB8579706138BA11D7DA10_gshared (U3CU3Ec__DisplayClass55_0_1_t3DC1811C8B923D49DDC16250D47634EF4CA21668 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_1 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_denseTarget_0(); NullCheck(L_1); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_2 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF * L_4 = (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_5 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_6 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_10; L_10 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t3AB2DBEEB61960C71E8C7FD4236D4D377805F8CF *)L_4, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1__ctor_m08510A40319B573341B374E03A7B9454BCA6E681_gshared (U3CU3Ec__DisplayClass55_0_1_t692191084A403FCF4F4AE24B23352A017B6D87F1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1_U3CMapToUncheckedU3Eb__0_m08B7B368EDCBC74867504BBF9C6EDAA442CC3624_gshared (U3CU3Ec__DisplayClass55_0_1_t692191084A403FCF4F4AE24B23352A017B6D87F1 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_1 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_denseTarget_0(); NullCheck(L_1); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_4 = (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_5 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_6 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; double L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4); double L_10; L_10 = (( double (*) (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)L_4, (double)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (double)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1__ctor_mABB30866EDB86F8F9D4D9338640E51B925F07F48_gshared (U3CU3Ec__DisplayClass55_0_1_tCB5119583B55027EC12CEB09B074C07E481785D0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass55_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_1_U3CMapToUncheckedU3Eb__0_m3E5038DB678F466D7FEC943CA0ABCED053F53654_gshared (U3CU3Ec__DisplayClass55_0_1_tCB5119583B55027EC12CEB09B074C07E481785D0 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0035; } IL_0004: { DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_1 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_denseTarget_0(); NullCheck(L_1); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_1->get_Data_3(); int32_t L_3 = V_0; Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 * L_4 = (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)__this->get_f_1(); DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_5 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_2(); NullCheck(L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_5->get_Data_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; float L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4); float L_10; L_10 = (( float (*) (Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t10AC82CE8886E423467ACF3C9F68E7DA50E26149 *)L_4, (float)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (float)L_10); int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = ___b1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0004; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1__ctor_mC6EE7A52FCE1F5A0E9E555EA1D05837330C03AEC_gshared (U3CU3Ec__DisplayClass56_0_1_t9B135417E9C988A8D0C07AF642F3A4C912E34996 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1_U3CMapIndexedToUncheckedU3Eb__0_mC2F8B7045331D15DF3BBAF5492028EB1B32F7C6D_gshared (U3CU3Ec__DisplayClass56_0_1_t9B135417E9C988A8D0C07AF642F3A4C912E34996 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___a0; DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_1 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); int32_t L_2 = (int32_t)((MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_1)->get_RowCount_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)L_2)); int32_t L_3 = ___a0; V_1 = (int32_t)L_3; goto IL_005f; } IL_0012: { V_2 = (int32_t)0; goto IL_004d; } IL_0016: { DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_4 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_denseTarget_1(); NullCheck(L_4); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_5 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_4->get_Data_3(); int32_t L_6 = V_0; Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * L_7 = (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)__this->get_f_2(); int32_t L_8 = V_2; int32_t L_9 = V_1; DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_10 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_0(); NullCheck(L_10); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_11 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_10->get_Data_3(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_7); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_15; L_15 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *, int32_t, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_7, (int32_t)L_8, (int32_t)L_9, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004d: { int32_t L_18 = V_2; DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_19 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_0(); NullCheck(L_19); int32_t L_20 = (int32_t)((MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_19)->get_RowCount_1(); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0016; } } { int32_t L_21 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005f: { int32_t L_22 = V_1; int32_t L_23 = ___b1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0012; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1__ctor_m75254C20D5CB2581FF92CDB8C8189CA29A3E830C_gshared (U3CU3Ec__DisplayClass56_0_1_t026AD4DFDE31493C6CF99E41A74AE8694352390B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1_U3CMapIndexedToUncheckedU3Eb__0_mD761CA71338920173FE3CCFA5A09B2FE197FAF2E_gshared (U3CU3Ec__DisplayClass56_0_1_t026AD4DFDE31493C6CF99E41A74AE8694352390B * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___a0; DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_1 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); int32_t L_2 = (int32_t)((MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_1)->get_RowCount_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)L_2)); int32_t L_3 = ___a0; V_1 = (int32_t)L_3; goto IL_005f; } IL_0012: { V_2 = (int32_t)0; goto IL_004d; } IL_0016: { DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_4 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_denseTarget_1(); NullCheck(L_4); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_5 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_4->get_Data_3(); int32_t L_6 = V_0; Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * L_7 = (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)__this->get_f_2(); int32_t L_8 = V_2; int32_t L_9 = V_1; DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_10 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_0(); NullCheck(L_10); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_11 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_10->get_Data_3(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_7); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_15; L_15 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *, int32_t, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_7, (int32_t)L_8, (int32_t)L_9, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004d: { int32_t L_18 = V_2; DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_19 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_0(); NullCheck(L_19); int32_t L_20 = (int32_t)((MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_19)->get_RowCount_1(); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0016; } } { int32_t L_21 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005f: { int32_t L_22 = V_1; int32_t L_23 = ___b1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0012; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1__ctor_m0899E7FBC7D1B45F28FEF7367DCB03672AB34842_gshared (U3CU3Ec__DisplayClass56_0_1_tC7A3C4C9E049F7D92C61A119FDCC2D29E2A7F0BA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1_U3CMapIndexedToUncheckedU3Eb__0_m81739B6F7E8F0CDE3C1AE7A08E4CED70111CAE30_gshared (U3CU3Ec__DisplayClass56_0_1_tC7A3C4C9E049F7D92C61A119FDCC2D29E2A7F0BA * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___a0; DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_1 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); int32_t L_2 = (int32_t)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_1)->get_RowCount_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)L_2)); int32_t L_3 = ___a0; V_1 = (int32_t)L_3; goto IL_005f; } IL_0012: { V_2 = (int32_t)0; goto IL_004d; } IL_0016: { DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_4 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_denseTarget_1(); NullCheck(L_4); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_5 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_4->get_Data_3(); int32_t L_6 = V_0; Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * L_7 = (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)__this->get_f_2(); int32_t L_8 = V_2; int32_t L_9 = V_1; DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_10 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_10); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_11 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_10->get_Data_3(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; double L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_7); double L_15; L_15 = (( double (*) (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_7, (int32_t)L_8, (int32_t)L_9, (double)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (double)L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004d: { int32_t L_18 = V_2; DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_19 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_0(); NullCheck(L_19); int32_t L_20 = (int32_t)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_19)->get_RowCount_1(); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0016; } } { int32_t L_21 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005f: { int32_t L_22 = V_1; int32_t L_23 = ___b1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0012; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1__ctor_m09A153777128DDB5CA28AAE603F977A56EE34823_gshared (U3CU3Ec__DisplayClass56_0_1_t1E050ABC49558B616B297B411FCA25A99435D492 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass56_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass56_0_1_U3CMapIndexedToUncheckedU3Eb__0_mCBC14924E8AADB26B685F3D1969CA1CC815198D4_gshared (U3CU3Ec__DisplayClass56_0_1_t1E050ABC49558B616B297B411FCA25A99435D492 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___a0; DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_1 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_1); int32_t L_2 = (int32_t)((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_1)->get_RowCount_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)L_2)); int32_t L_3 = ___a0; V_1 = (int32_t)L_3; goto IL_005f; } IL_0012: { V_2 = (int32_t)0; goto IL_004d; } IL_0016: { DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_4 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_denseTarget_1(); NullCheck(L_4); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_4->get_Data_3(); int32_t L_6 = V_0; Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * L_7 = (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)__this->get_f_2(); int32_t L_8 = V_2; int32_t L_9 = V_1; DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_10 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_10); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_11 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_10->get_Data_3(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; float L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_7); float L_15; L_15 = (( float (*) (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_7, (int32_t)L_8, (int32_t)L_9, (float)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (float)L_15); int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004d: { int32_t L_18 = V_2; DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_19 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_0(); NullCheck(L_19); int32_t L_20 = (int32_t)((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_19)->get_RowCount_1(); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0016; } } { int32_t L_21 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005f: { int32_t L_22 = V_1; int32_t L_23 = ___b1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0012; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1__ctor_mFBD6864BBB3521B0CBBC1944A5939FE9B07317E0_gshared (U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m395D73F586E8AB24790893E1BF8E68D8E7EE3300_gshared (U3CU3Ec__DisplayClass57_0_1_t617F95ABF79222A2C9F835773BDFDD9C08336A8C * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0099; } IL_0007: { int32_t L_1 = (int32_t)__this->get_sourceRowIndex_0(); int32_t L_2 = V_0; int32_t L_3 = (int32_t)__this->get_sourceColumnIndex_1(); DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_4 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_2(); NullCheck(L_4); int32_t L_5 = (int32_t)((MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_4)->get_RowCount_1(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)L_5)))); int32_t L_6 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_7 = V_0; int32_t L_8 = (int32_t)__this->get_targetColumnIndex_4(); MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * L_9 = (MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)__this->get_target_5(); NullCheck(L_9); int32_t L_10 = (int32_t)L_9->get_RowCount_1(); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_10)))); V_3 = (int32_t)0; goto IL_008c; } IL_0043: { DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_11 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_denseTarget_6(); NullCheck(L_11); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_12 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_11->get_Data_3(); int32_t L_13 = V_2; int32_t L_14 = (int32_t)L_13; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB * L_15 = (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)__this->get_f_7(); int32_t L_16 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_17 = V_3; int32_t L_18 = (int32_t)__this->get_targetColumnIndex_4(); int32_t L_19 = V_0; DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 * L_20 = (DenseColumnMajorMatrixStorage_1_t6276BFF433EDC5106AA7D40F7A2BFA84ED9E76C5 *)__this->get_U3CU3E4__this_2(); NullCheck(L_20); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_21 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_20->get_Data_3(); int32_t L_22 = V_1; int32_t L_23 = (int32_t)L_22; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_25 = (L_21)->GetAt(static_cast(L_24)); NullCheck((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_15); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_26; L_26 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *, int32_t, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_tB9049D56720116FE467111A54FF9A389819C6EFB *)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_26); int32_t L_27 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_008c: { int32_t L_28 = V_3; int32_t L_29 = (int32_t)__this->get_rowCount_8(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0043; } } { int32_t L_30 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0099: { int32_t L_31 = V_0; int32_t L_32 = ___b1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0007; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1__ctor_mE8B64EA27216A774CC396AABB6618E6DC89A3BA2_gshared (U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_mC37347790A82E775C65D5CA70A396ABE867EE9BE_gshared (U3CU3Ec__DisplayClass57_0_1_t35FB8121DFB7E6D9F20F56E8D72D047E30626526 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0099; } IL_0007: { int32_t L_1 = (int32_t)__this->get_sourceRowIndex_0(); int32_t L_2 = V_0; int32_t L_3 = (int32_t)__this->get_sourceColumnIndex_1(); DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_4 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_2(); NullCheck(L_4); int32_t L_5 = (int32_t)((MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_4)->get_RowCount_1(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)L_5)))); int32_t L_6 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_7 = V_0; int32_t L_8 = (int32_t)__this->get_targetColumnIndex_4(); MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * L_9 = (MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)__this->get_target_5(); NullCheck(L_9); int32_t L_10 = (int32_t)L_9->get_RowCount_1(); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_10)))); V_3 = (int32_t)0; goto IL_008c; } IL_0043: { DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_11 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_denseTarget_6(); NullCheck(L_11); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_12 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_11->get_Data_3(); int32_t L_13 = V_2; int32_t L_14 = (int32_t)L_13; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A * L_15 = (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)__this->get_f_7(); int32_t L_16 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_17 = V_3; int32_t L_18 = (int32_t)__this->get_targetColumnIndex_4(); int32_t L_19 = V_0; DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF * L_20 = (DenseColumnMajorMatrixStorage_1_tADD248401C8E162FC8FD86C94EF8822447EF04BF *)__this->get_U3CU3E4__this_2(); NullCheck(L_20); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_21 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_20->get_Data_3(); int32_t L_22 = V_1; int32_t L_23 = (int32_t)L_22; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_25 = (L_21)->GetAt(static_cast(L_24)); NullCheck((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_15); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_26; L_26 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *, int32_t, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t72185289CDFE0AE6FA7F09A39677AAC501A1141A *)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_26); int32_t L_27 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_008c: { int32_t L_28 = V_3; int32_t L_29 = (int32_t)__this->get_rowCount_8(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0043; } } { int32_t L_30 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0099: { int32_t L_31 = V_0; int32_t L_32 = ___b1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0007; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1__ctor_mF48FE4D86D710A0749D05010FF0230B69B2ACAC1_gshared (U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_m1CA453E5CA8281F0E08464254D3537BF22D6E2BC_gshared (U3CU3Ec__DisplayClass57_0_1_t3BFA72A83BAEA69C461C298A50257A9393B17BC0 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0099; } IL_0007: { int32_t L_1 = (int32_t)__this->get_sourceRowIndex_0(); int32_t L_2 = V_0; int32_t L_3 = (int32_t)__this->get_sourceColumnIndex_1(); DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_4 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_2(); NullCheck(L_4); int32_t L_5 = (int32_t)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_4)->get_RowCount_1(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)L_5)))); int32_t L_6 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_7 = V_0; int32_t L_8 = (int32_t)__this->get_targetColumnIndex_4(); MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * L_9 = (MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)__this->get_target_5(); NullCheck(L_9); int32_t L_10 = (int32_t)L_9->get_RowCount_1(); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_10)))); V_3 = (int32_t)0; goto IL_008c; } IL_0043: { DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_11 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_denseTarget_6(); NullCheck(L_11); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_12 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_11->get_Data_3(); int32_t L_13 = V_2; int32_t L_14 = (int32_t)L_13; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD * L_15 = (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)__this->get_f_7(); int32_t L_16 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_17 = V_3; int32_t L_18 = (int32_t)__this->get_targetColumnIndex_4(); int32_t L_19 = V_0; DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A * L_20 = (DenseColumnMajorMatrixStorage_1_t32F19F458A9536740758634496A53C21111B630A *)__this->get_U3CU3E4__this_2(); NullCheck(L_20); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_21 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_20->get_Data_3(); int32_t L_22 = V_1; int32_t L_23 = (int32_t)L_22; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; double L_25 = (L_21)->GetAt(static_cast(L_24)); NullCheck((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_15); double L_26; L_26 = (( double (*) (Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t22145A2B1CAD66E6969A0452070136DEB41122CD *)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), (double)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (double)L_26); int32_t L_27 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_008c: { int32_t L_28 = V_3; int32_t L_29 = (int32_t)__this->get_rowCount_8(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0043; } } { int32_t L_30 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0099: { int32_t L_31 = V_0; int32_t L_32 = ___b1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0007; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1__ctor_mDDA76C51586903BE572345270584E8B622A76702_gshared (U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1/<>c__DisplayClass57_0`1::b__0(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass57_0_1_U3CMapSubMatrixIndexedToUncheckedU3Eb__0_mCF131F822578C5DF582C39434651E32AE636ED9C_gshared (U3CU3Ec__DisplayClass57_0_1_t397DE981A020FAA22EDE7E1DBA36114EE8DD12B1 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___a0; V_0 = (int32_t)L_0; goto IL_0099; } IL_0007: { int32_t L_1 = (int32_t)__this->get_sourceRowIndex_0(); int32_t L_2 = V_0; int32_t L_3 = (int32_t)__this->get_sourceColumnIndex_1(); DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_4 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_2(); NullCheck(L_4); int32_t L_5 = (int32_t)((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_4)->get_RowCount_1(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)L_5)))); int32_t L_6 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_7 = V_0; int32_t L_8 = (int32_t)__this->get_targetColumnIndex_4(); MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * L_9 = (MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)__this->get_target_5(); NullCheck(L_9); int32_t L_10 = (int32_t)L_9->get_RowCount_1(); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_10)))); V_3 = (int32_t)0; goto IL_008c; } IL_0043: { DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_11 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_denseTarget_6(); NullCheck(L_11); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_12 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_11->get_Data_3(); int32_t L_13 = V_2; int32_t L_14 = (int32_t)L_13; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 * L_15 = (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)__this->get_f_7(); int32_t L_16 = (int32_t)__this->get_targetRowIndex_3(); int32_t L_17 = V_3; int32_t L_18 = (int32_t)__this->get_targetColumnIndex_4(); int32_t L_19 = V_0; DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD * L_20 = (DenseColumnMajorMatrixStorage_1_t3E9016B96ACCF2D0EACF5075F15944C25E19C7CD *)__this->get_U3CU3E4__this_2(); NullCheck(L_20); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_21 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_20->get_Data_3(); int32_t L_22 = V_1; int32_t L_23 = (int32_t)L_22; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; float L_25 = (L_21)->GetAt(static_cast(L_24)); NullCheck((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_15); float L_26; L_26 = (( float (*) (Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_4_t530B610944C3778CE3ED86B510DDB873E4D61AE9 *)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), (float)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (float)L_26); int32_t L_27 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_008c: { int32_t L_28 = V_3; int32_t L_29 = (int32_t)__this->get_rowCount_8(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0043; } } { int32_t L_30 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0099: { int32_t L_31 = V_0; int32_t L_32 = ___b1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0007; } } { 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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_1__ctor_m2C9F9F48E8AA527CA096017F5D709AFC2C31834D_gshared (U3CU3Ec__DisplayClass5_0_1_t286EEF46A32DAE6AE403E6965E143E31444ED97E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass5_0_1_U3CCreateDefaultConstructorU3Eb__0_m7D187C354FD4BB19799E7733229B45F87AD43B5F_gshared (U3CU3Ec__DisplayClass5_0_1_t286EEF46A32DAE6AE403E6965E143E31444ED97E * __this, const RuntimeMethod* method) { { Type_t * L_0 = (Type_t *)__this->get_type_0(); RuntimeObject * L_1; L_1 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295((Type_t *)L_0, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); } } // T Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass5_0_1_U3CCreateDefaultConstructorU3Eb__1_m65E191D2AE6587E85F56A463C3C7D229726C0BA2_gshared (U3CU3Ec__DisplayClass5_0_1_t286EEF46A32DAE6AE403E6965E143E31444ED97E * __this, const RuntimeMethod* method) { { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_0 = (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)__this->get_constructorInfo_1(); NullCheck((ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_0); RuntimeObject * L_1; L_1 = ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906((ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); } } #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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass62_0_1__ctor_mCCB472B8E1349122826DBF779C5D584DB3E1A3C6_gshared (U3CU3Ec__DisplayClass62_0_1_t167C2C35CDCA8B0C6BA4F0058CDD9460913B3C28 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::b__0(BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass62_0_1_U3CStreamU3Eb__0_m9E33FEDBBFDCE1D9B95B5C26FA7422A6489F402C_gshared (U3CU3Ec__DisplayClass62_0_1_t167C2C35CDCA8B0C6BA4F0058CDD9460913B3C28 * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * V_1 = NULL; StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * V_2 = NULL; { // switch (message.type) Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_0 = ___message0; int32_t L_1 = (int32_t)L_0.get_type_0(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0010; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_005c; } } { return; } IL_0010: { // var container = future.value; Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * L_4 = (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)__this->get_future_0(); NullCheck((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_4); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_5; L_5 = (( StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * (*) (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_1 = (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *)L_5; // if (container.IsCanceled) StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_6 = V_1; NullCheck(L_6); bool L_7 = (bool)L_6->get_IsCanceled_3(); if (L_7) { goto IL_0098; } } { // container.AddItem((TResult)this.Protocol.ConvertTo(typeof(TResult), message.item)); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_8 = V_1; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_9 = (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)__this->get_U3CU3E4__this_1(); NullCheck((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_9); RuntimeObject* L_10; L_10 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_9, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_13 = ___message0; RuntimeObject * L_14 = (RuntimeObject *)L_13.get_item_5(); NullCheck((RuntimeObject*)L_10); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(8 /* System.Object BestHTTP.SignalRCore.IProtocol::ConvertTo(System.Type,System.Object) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, (RuntimeObject*)L_10, (Type_t *)L_12, (RuntimeObject *)L_14); NullCheck((StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *)L_8); (( void (*) (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *)L_8, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); // future.AssignItem(container); Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * L_16 = (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)__this->get_future_0(); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_17 = V_1; NullCheck((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_16); (( void (*) (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_16, (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); // break; return; } IL_005c: { // bool isSuccess = string.IsNullOrEmpty(message.error); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_18 = ___message0; String_t* L_19 = (String_t*)L_18.get_error_7(); bool L_20; L_20 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C((String_t*)L_19, /*hidden argument*/NULL); // if (isSuccess) if (!L_20) { goto IL_0082; } } { // var container = future.value; Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * L_21 = (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)__this->get_future_0(); NullCheck((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_21); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_22; L_22 = (( StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * (*) (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_2 = (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *)L_22; // future.Assign(container); Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * L_23 = (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)__this->get_future_0(); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_24 = V_2; NullCheck((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_23); (( void (*) (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_23, (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); // } return; } IL_0082: { // future.Fail(new Exception(message.error)); Future_1_t0952E26728C551276306665D29C64BC8C2A4644D * L_25 = (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)__this->get_future_0(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_26 = ___message0; String_t* L_27 = (String_t*)L_26.get_error_7(); Exception_t * L_28 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_28, (String_t*)L_27, /*hidden argument*/NULL); NullCheck((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_25); (( void (*) (Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Future_1_t0952E26728C551276306665D29C64BC8C2A4644D *)L_25, (Exception_t *)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_0098: { // }, 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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass62_0_1__ctor_mAB2462ACFFB0475F2FAFD7D4D7BA08320C018279_gshared (U3CU3Ec__DisplayClass62_0_1_t8BDAD778F4423CD080F6D14FA80C133F014D3229 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass62_0`1::b__0(BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass62_0_1_U3CStreamU3Eb__0_m4FC7557F0FD1296FF0B449B39128B3339810476A_gshared (U3CU3Ec__DisplayClass62_0_1_t8BDAD778F4423CD080F6D14FA80C133F014D3229 * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * V_1 = NULL; StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * V_2 = NULL; { // switch (message.type) Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_0 = ___message0; int32_t L_1 = (int32_t)L_0.get_type_0(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0010; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_005c; } } { return; } IL_0010: { // var container = future.value; Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * L_4 = (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)__this->get_future_0(); NullCheck((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_4); StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * L_5; L_5 = (( StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * (*) (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_1 = (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *)L_5; // if (container.IsCanceled) StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * L_6 = V_1; NullCheck(L_6); bool L_7 = (bool)L_6->get_IsCanceled_3(); if (L_7) { goto IL_0098; } } { // container.AddItem((TResult)this.Protocol.ConvertTo(typeof(TResult), message.item)); StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * L_8 = V_1; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_9 = (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)__this->get_U3CU3E4__this_1(); NullCheck((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_9); RuntimeObject* L_10; L_10 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_9, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_13 = ___message0; RuntimeObject * L_14 = (RuntimeObject *)L_13.get_item_5(); NullCheck((RuntimeObject*)L_10); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(8 /* System.Object BestHTTP.SignalRCore.IProtocol::ConvertTo(System.Type,System.Object) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, (RuntimeObject*)L_10, (Type_t *)L_12, (RuntimeObject *)L_14); NullCheck((StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *)L_8); (( void (*) (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *)L_8, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); // future.AssignItem(container); Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * L_16 = (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)__this->get_future_0(); StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * L_17 = V_1; NullCheck((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_16); (( void (*) (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *, StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_16, (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); // break; return; } IL_005c: { // bool isSuccess = string.IsNullOrEmpty(message.error); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_18 = ___message0; String_t* L_19 = (String_t*)L_18.get_error_7(); bool L_20; L_20 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C((String_t*)L_19, /*hidden argument*/NULL); // if (isSuccess) if (!L_20) { goto IL_0082; } } { // var container = future.value; Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * L_21 = (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)__this->get_future_0(); NullCheck((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_21); StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * L_22; L_22 = (( StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * (*) (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_2 = (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *)L_22; // future.Assign(container); Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * L_23 = (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)__this->get_future_0(); StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * L_24 = V_2; NullCheck((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_23); (( void (*) (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *, StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_23, (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); // } return; } IL_0082: { // future.Fail(new Exception(message.error)); Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 * L_25 = (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)__this->get_future_0(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_26 = ___message0; String_t* L_27 = (String_t*)L_26.get_error_7(); Exception_t * L_28 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_28, (String_t*)L_27, /*hidden argument*/NULL); NullCheck((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_25); (( void (*) (Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Future_1_t566B187B6CCA6216CF05AE0BD29DF5641C1B6ED4 *)L_25, (Exception_t *)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_0098: { // }, 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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass64_0_1__ctor_mBDD21ACEBBE41080CC801BAF457C546287BEB658_gshared (U3CU3Ec__DisplayClass64_0_1_t37BB6CF3260806F34A447F33F72FABBB093D6397 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::b__0(BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass64_0_1_U3CInvokeU3Eb__0_m5B237BDF08027FD04C18341533AFAACE7233777F_gshared (U3CU3Ec__DisplayClass64_0_1_t37BB6CF3260806F34A447F33F72FABBB093D6397 * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // bool isSuccess = string.IsNullOrEmpty(message.error); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_0 = ___message0; String_t* L_1 = (String_t*)L_0.get_error_7(); bool L_2; L_2 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C((String_t*)L_1, /*hidden argument*/NULL); // if (isSuccess) if (!L_2) { goto IL_003e; } } { // future.Assign((TResult)this.Protocol.ConvertTo(typeof(TResult), message.result)); Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 * L_3 = (Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *)__this->get_future_0(); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_4 = (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)__this->get_U3CU3E4__this_1(); NullCheck((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_4); RuntimeObject* L_5; L_5 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_4, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_8 = ___message0; RuntimeObject * L_9 = (RuntimeObject *)L_8.get_result_6(); NullCheck((RuntimeObject*)L_5); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(8 /* System.Object BestHTTP.SignalRCore.IProtocol::ConvertTo(System.Type,System.Object) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, (RuntimeObject*)L_5, (Type_t *)L_7, (RuntimeObject *)L_9); NullCheck((Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *)L_3); (( void (*) (Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *)L_3, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } IL_003e: { // future.Fail(new Exception(message.error)); Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 * L_11 = (Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *)__this->get_future_0(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_12 = ___message0; String_t* L_13 = (String_t*)L_12.get_error_7(); Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_14, (String_t*)L_13, /*hidden argument*/NULL); NullCheck((Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *)L_11); (( void (*) (Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Future_1_t796DA7060D311DD44830F21E96B78D29722417D9 *)L_11, (Exception_t *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); // }); 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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass64_0_1__ctor_m110F4E123F90FE63E526DE7CE85F7AE6B44E8569_gshared (U3CU3Ec__DisplayClass64_0_1_tE3B3FDFF16A2A372CEBF83AE2AD698273D368164 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass64_0`1::b__0(BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass64_0_1_U3CInvokeU3Eb__0_m385CF8056771BBAA39C4421365AF840822B80481_gshared (U3CU3Ec__DisplayClass64_0_1_tE3B3FDFF16A2A372CEBF83AE2AD698273D368164 * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // bool isSuccess = string.IsNullOrEmpty(message.error); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_0 = ___message0; String_t* L_1 = (String_t*)L_0.get_error_7(); bool L_2; L_2 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C((String_t*)L_1, /*hidden argument*/NULL); // if (isSuccess) if (!L_2) { goto IL_003e; } } { // future.Assign((TResult)this.Protocol.ConvertTo(typeof(TResult), message.result)); Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 * L_3 = (Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *)__this->get_future_0(); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_4 = (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)__this->get_U3CU3E4__this_1(); NullCheck((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_4); RuntimeObject* L_5; L_5 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)L_4, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_8 = ___message0; RuntimeObject * L_9 = (RuntimeObject *)L_8.get_result_6(); NullCheck((RuntimeObject*)L_5); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(8 /* System.Object BestHTTP.SignalRCore.IProtocol::ConvertTo(System.Type,System.Object) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, (RuntimeObject*)L_5, (Type_t *)L_7, (RuntimeObject *)L_9); NullCheck((Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *)L_3); (( void (*) (Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *)L_3, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } IL_003e: { // future.Fail(new Exception(message.error)); Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 * L_11 = (Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *)__this->get_future_0(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_12 = ___message0; String_t* L_13 = (String_t*)L_12.get_error_7(); Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_14, (String_t*)L_13, /*hidden argument*/NULL); NullCheck((Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *)L_11); (( void (*) (Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Future_1_tBED8E4110267D1A4DE7D862B8A20852C2338EE14 *)L_11, (Exception_t *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); // }); 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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass69_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass69_0_1__ctor_m5DEB31E23BF6A387764E6ABD693DEE15D5C605D9_gshared (U3CU3Ec__DisplayClass69_0_1_t3D62B51DDA3974444E04FB957DAF1146C0089E8A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass69_0`1::b__0(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass69_0_1_U3COnU3Eb__0_mA7C716E451EF95574C233768E8FDAA952933AE0D_gshared (U3CU3Ec__DisplayClass69_0_1_t3D62B51DDA3974444E04FB957DAF1146C0089E8A * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { { // On(methodName, new Type[] { typeof(T1) }, (args) => callback((T1)args[0])); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_0 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)__this->get_callback_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args0; NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); NullCheck((Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_0); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m4CB56863A0C3776A2109147EA82C3FE21D49C73E_gshared (U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m2FF80341F4FDE769399D58B5F6D38B0B4B9DCA21_gshared (U3CU3Ec__DisplayClass6_0_tBEDFB9D66CFDE2AF0AA84EEDA6CAC87C86664370 * __this, PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 * L_0 = (TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_7; L_7 = PixelAccessor_1_GetRowSpan_m7AE2F246CABBED3959FC4E454D6DDB173FA191C7((PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B *)(PixelAccessor_1_t04F37487EE2E09A9A0092C9B97C1B612B1627A4B *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * L_12; L_12 = (( PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 * L_13 = (TiffBiColorWriter_1_t92CACE80DFBAB45B590E8AFADBDC34546AB03A40 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tFBB205EE4B03C5F830577CA7079FAA0545D15BFA *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_15 = V_4; ReadOnlySpan_1_t77E64EDFC31B790F9209D13016F19E5499E2D7B0 L_16; L_16 = (( ReadOnlySpan_1_t77E64EDFC31B790F9209D13016F19E5499E2D7B0 (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *)L_12); (( void (*) (PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t77E64EDFC31B790F9209D13016F19E5499E2D7B0 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t77E64EDFC31B790F9209D13016F19E5499E2D7B0 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m05D44B3E735161EC6389789EDA72ABDFC21B0395_gshared (U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m994F9EFCA5D4E9A1990761ABC17743ADDF1D9A2B_gshared (U3CU3Ec__DisplayClass6_0_tC11A159AA6BCA899DCD177EA65270162C111A7CC * __this, PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 * L_0 = (TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_7; L_7 = PixelAccessor_1_GetRowSpan_m600598373769DC69789F3D56BF406858D2A1A689((PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7 *)(PixelAccessor_1_t8D92175B4C87767D205AE513C39C385B92D17AE7 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * L_12; L_12 = (( PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 * L_13 = (TiffBiColorWriter_1_t2F169C81D88B59B6062D463ABF6A19F7EA822124 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t279ACC78E94E6B92FA7B97DFC5E9D932C3E0E2FF *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_15 = V_4; ReadOnlySpan_1_t2872F3AF313010A342D69AE4B34B63E47FCF81AD L_16; L_16 = (( ReadOnlySpan_1_t2872F3AF313010A342D69AE4B34B63E47FCF81AD (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *)L_12); (( void (*) (PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t2872F3AF313010A342D69AE4B34B63E47FCF81AD , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t2872F3AF313010A342D69AE4B34B63E47FCF81AD )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mAE5D1052A786053197E192B38DF319ED9418A5E8_gshared (U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m68284C63B3631CE00A09FAC5577F729BD85EAA94_gshared (U3CU3Ec__DisplayClass6_0_tE55836EF4517E3220CBA0FDDEF4C78176106E6EC * __this, PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B * L_0 = (TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_7; L_7 = PixelAccessor_1_GetRowSpan_mCDAED504D2DE731CF29C3D4B01DF6109C03362F8((PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117 *)(PixelAccessor_1_t7C9E5D7278A44C227903C1D9108AF59C7BFC7117 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * L_12; L_12 = (( PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B * L_13 = (TiffBiColorWriter_1_t74178C73BCE7585B6C449FA5125A258BBFD6E23B *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t700FD1552D3E140646E5C0AACC70B070FDC2283C *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_15 = V_4; ReadOnlySpan_1_tFD220BC736F7553A58A728D2622C0293C31A2888 L_16; L_16 = (( ReadOnlySpan_1_tFD220BC736F7553A58A728D2622C0293C31A2888 (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *)L_12); (( void (*) (PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tFD220BC736F7553A58A728D2622C0293C31A2888 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tFD220BC736F7553A58A728D2622C0293C31A2888 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mDF232BC69F4A2D58DC11E9A59CB938E626DD690B_gshared (U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mEF7B991D4768171DBC71F0C68C107541FD5CD1CE_gshared (U3CU3Ec__DisplayClass6_0_t1B2B2E881118A24E03A273C3B70DBA3E4F04DFB4 * __this, PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 * L_0 = (TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_7; L_7 = PixelAccessor_1_GetRowSpan_m7BDC7F8FFF4EA063FBE1618734745E26D77E8AC6((PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45 *)(PixelAccessor_1_t318EA96142757C75307D10F7D395A05B3730FD45 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * L_12; L_12 = (( PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 * L_13 = (TiffBiColorWriter_1_tBB3F714F67EA313485637DF0E9364AC336A1C153 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t4EDC72E4FCFB2F2064A5B6B012A14BCFAB52F15B *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_15 = V_4; ReadOnlySpan_1_t6601C5663B0E17A788FFF2B737B8E90215EE0A85 L_16; L_16 = (( ReadOnlySpan_1_t6601C5663B0E17A788FFF2B737B8E90215EE0A85 (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *)L_12); (( void (*) (PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t6601C5663B0E17A788FFF2B737B8E90215EE0A85 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t6601C5663B0E17A788FFF2B737B8E90215EE0A85 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m9165B81EE4E2F0C79656F8C03A95269F00BA77BB_gshared (U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mE68612E829C7502D799CB2FD9F4F35B6CC55F597_gshared (U3CU3Ec__DisplayClass6_0_t07F01F0B6A8292FFEAD4A953129C909BE0AECFC9 * __this, PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 * L_0 = (TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_7; L_7 = PixelAccessor_1_GetRowSpan_mC7F8C135D661FBCC5706B472BD5BA716494139BA((PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361 *)(PixelAccessor_1_tB59370F759847F7CB9E170769CE20B25261B2361 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * L_12; L_12 = (( PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 * L_13 = (TiffBiColorWriter_1_tA985FD042F0918A5FD25249B66135C70792D82D3 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tB1E3D75102BB5ECABF3A8A7CDBCDDB2A7DCA1219 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_15 = V_4; ReadOnlySpan_1_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8 L_16; L_16 = (( ReadOnlySpan_1_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8 (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *)L_12); (( void (*) (PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tFE2825FF92A7DF6D42A40E7E4CDC74C90DC95CE8 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m95C4D8110E74155DDD31293C308B9B6D1873DCE9_gshared (U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m9A85F427ACBB3A2C6F810639C1C84E827126B443_gshared (U3CU3Ec__DisplayClass6_0_tF3F25F7566E6B2A7085586F5495D08AA97999EEB * __this, PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tC089F74404A3C46975952EE686EC533667BB207F V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 * L_0 = (TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_7; L_7 = PixelAccessor_1_GetRowSpan_m2BDA262F76A5CFF4F9C8733FC9D6C678060996B7((PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C *)(PixelAccessor_1_t9237F71EE2556B0C58F914B631228A926244D98C *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * L_12; L_12 = (( PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 * L_13 = (TiffBiColorWriter_1_tBAD59F58E9796238CE2BA2D3AA814D1823D1E4F7 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tE822503B927A71916E44D20FC93D3B75F654FF40 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_15 = V_4; ReadOnlySpan_1_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2 L_16; L_16 = (( ReadOnlySpan_1_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2 (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *)L_12); (( void (*) (PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t33093DF7A9E2E90E28BF198318A39CEFDA961DB2 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m68E0E5AF0050BEBAD144DAE3ACD313EBF18988EB_gshared (U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m6AF5213B3DD2E77DB3B7B55B9B4ECC6685717EB3_gshared (U3CU3Ec__DisplayClass6_0_t66A560DC87117212BA49427AA908A4575FF15C19 * __this, PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C * L_0 = (TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_7; L_7 = PixelAccessor_1_GetRowSpan_m3BDB23822833DB87AECAB6AE8395DDFE2B30025F((PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC *)(PixelAccessor_1_tA7F7D60F262F7F8CE7ED939EDA4F84F1CFBD9ADC *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * L_12; L_12 = (( PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C * L_13 = (TiffBiColorWriter_1_tB31D26B4328C7F38503C334D112104B46DDBFD6C *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tB4ADF5D3262646F1E52D2A82FA004A3C3917047A *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_15 = V_4; ReadOnlySpan_1_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160 L_16; L_16 = (( ReadOnlySpan_1_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160 (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *)L_12); (( void (*) (PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t22A8020BFC1B4C5C51DDE3CB017A5351E4933160 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m5FBE9FEA7F5AAF979F137440B0602184DD949CD0_gshared (U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m2480BCE7C56957258493235DE2D3C0D03CDC1407_gshared (U3CU3Ec__DisplayClass6_0_tE4DCB44E4A8D756B1993DAD2D5D71EE28965DDCB * __this, PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 * L_0 = (TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_7; L_7 = PixelAccessor_1_GetRowSpan_m5EE0EF5B6E882C5B898CEDEC99AF8D27776AB1AD((PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C *)(PixelAccessor_1_tE6AA6E1D0BD726254394E929DDFBFD15CDBAF68C *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * L_12; L_12 = (( PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 * L_13 = (TiffBiColorWriter_1_t91AC916EE789F0F88967A0FC4204A45A38D1D5F9 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t480D8A8AE8BDC6CC3379AEC4CB22A5D953893A78 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_15 = V_4; ReadOnlySpan_1_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F L_16; L_16 = (( ReadOnlySpan_1_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *)L_12); (( void (*) (PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t9CBEE92671FCC08C7D9D3B1563D179272B0C334F )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m322482A05151921AEF7D1C8FFB23C438F2C1D983_gshared (U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m9986096C52439A2B03854A900DFE31BA70F6910A_gshared (U3CU3Ec__DisplayClass6_0_tB153734177109A47CFE9EEB881F142BAA8D502B2 * __this, PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E * L_0 = (TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_7; L_7 = PixelAccessor_1_GetRowSpan_mEDBA71A776A4546B345E2B575E18677F3DAB3D1E((PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7 *)(PixelAccessor_1_tFF0463912EFF4978FC27AC83C0D575E4C730D4F7 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * L_12; L_12 = (( PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E * L_13 = (TiffBiColorWriter_1_tE71B125E35C64A0B5A326A29E2678FD5EFFDED3E *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t7228CDEB62F29E5C5F9448D46E34B385D84CBF9A *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_15 = V_4; ReadOnlySpan_1_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707 L_16; L_16 = (( ReadOnlySpan_1_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707 (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *)L_12); (( void (*) (PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tC22CA1AD01AB0744F63660CCD94BAF28C93CF707 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mE1C2EEFBA04B002CBC4DAD7BF345BBAB8FFE468A_gshared (U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m6327E4DB4B8DB6B86C7375B5FAD07AD7D3A6082A_gshared (U3CU3Ec__DisplayClass6_0_t2295DF59BA5648A84FC3E64474A09F19F71C542B * __this, PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 * L_0 = (TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_7; L_7 = PixelAccessor_1_GetRowSpan_m227DC213BD2C26A2877D72835BFB14905941AE33((PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A *)(PixelAccessor_1_t8B932E087F97D72755F0CA14525E1FF9AD7B346A *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * L_12; L_12 = (( PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 * L_13 = (TiffBiColorWriter_1_t1EE3CBD6D957A4F64C4458D3E9D9D14D556E0213 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t839023F3D1F700917292F87F1CB5293D95DFEF71 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_15 = V_4; ReadOnlySpan_1_t3166AD2D09E29101058404BB4599C6BF1523BA4D L_16; L_16 = (( ReadOnlySpan_1_t3166AD2D09E29101058404BB4599C6BF1523BA4D (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *)L_12); (( void (*) (PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t3166AD2D09E29101058404BB4599C6BF1523BA4D , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t3166AD2D09E29101058404BB4599C6BF1523BA4D )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m685FE3BA0EEAB8D3B4AECBFE0FF4E30D5BEE31D9_gshared (U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m9E8805456B640D9E21F50E9BA4312B5DEC9C8D11_gshared (U3CU3Ec__DisplayClass6_0_t8C1C0BBBF0C9CACA59FE776ECBFD2A592B524310 * __this, PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 * L_0 = (TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_7; L_7 = PixelAccessor_1_GetRowSpan_m4CC2AF67EA99E583F2F4D4FE7B3E47C4539FB50E((PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709 *)(PixelAccessor_1_t393243C57C0AA6818E879B9283E9047A4E077709 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * L_12; L_12 = (( PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 * L_13 = (TiffBiColorWriter_1_t53EB10797C0E1AF80F6360C757C4FD5794DDFE08 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t21CF6D72D0607DF75FA87CEBF8E6D80954B29434 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_15 = V_4; ReadOnlySpan_1_tB2D97450C1746C9F6AFB14A27F985C20B66817F0 L_16; L_16 = (( ReadOnlySpan_1_tB2D97450C1746C9F6AFB14A27F985C20B66817F0 (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *)L_12); (( void (*) (PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tB2D97450C1746C9F6AFB14A27F985C20B66817F0 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tB2D97450C1746C9F6AFB14A27F985C20B66817F0 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m6DFCEEDEA5D1C3868F26180375D19F3103F9E5A6_gshared (U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mEA55D9133EF39B2FE7D4339116CABBC0E5F947BD_gshared (U3CU3Ec__DisplayClass6_0_t00F6993A0FBD2468B2A8FA46D90840B9591A710D * __this, PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 * L_0 = (TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_7; L_7 = PixelAccessor_1_GetRowSpan_m2B2408B2C4A8BA07FBB2E495A95E2A7669AFC2A1((PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC *)(PixelAccessor_1_t1A523CED17E7789EDE48D038079B81FE855BFFEC *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * L_12; L_12 = (( PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 * L_13 = (TiffBiColorWriter_1_t1777EC640DA5C4291158BD10CD97FEA6973FB516 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t5FD5ABFDDD6050E618D315F242CE73E790FC559A *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_15 = V_4; ReadOnlySpan_1_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A L_16; L_16 = (( ReadOnlySpan_1_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *)L_12); (( void (*) (PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t3A689AD96DA3AE06FEA3FBD559493E0DC4E5902A )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mE3A0D784B116E2A842BDDE038DAEF4D1EA5E2383_gshared (U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mB00D3330B7525B3DDC5103EB3040AA3A6D1055EE_gshared (U3CU3Ec__DisplayClass6_0_t8FE52903AEE4188AE117831F8D09AF544B23E8F3 * __this, PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE * L_0 = (TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_7; L_7 = PixelAccessor_1_GetRowSpan_m5AC551893424DB287D41040F5E472C6E41E50CA0((PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A *)(PixelAccessor_1_t20637482DB6B81F179983E962730F0521681080A *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * L_12; L_12 = (( PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE * L_13 = (TiffBiColorWriter_1_t4BA882819049AF5BAABC54BCB7D1D63F2D4457DE *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tE47EB623898795E799119A6F1EF8FECCED002D4A *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_15 = V_4; ReadOnlySpan_1_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628 L_16; L_16 = (( ReadOnlySpan_1_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628 (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *)L_12); (( void (*) (PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t3099D1A7BA54B9BA92C48765B57EF8A18CE07628 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m3C4FFD69F61D48DFF94B2F9AFEA368E74CD3F278_gshared (U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m0BD35C5455396BD74803E388E16B06458C415086_gshared (U3CU3Ec__DisplayClass6_0_tBFBE06507A793DBE5CD14058391A32089B129588 * __this, PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A * L_0 = (TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_7; L_7 = PixelAccessor_1_GetRowSpan_m227156AE878D3DBEF04C3958D9DB0136FEF78DD8((PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B *)(PixelAccessor_1_t5144EC50FD12680038C0DEC6FB23BE4EEA91377B *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * L_12; L_12 = (( PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A * L_13 = (TiffBiColorWriter_1_t0C9565BC7282D5524C3C57006B2598CF64A1457A *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t765B7D3BA097546D71FFDF5F1E2037993469CAD3 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_15 = V_4; ReadOnlySpan_1_t910F1199FA5270D16AFF2E8426B5751DFE1AA694 L_16; L_16 = (( ReadOnlySpan_1_t910F1199FA5270D16AFF2E8426B5751DFE1AA694 (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *)L_12); (( void (*) (PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t910F1199FA5270D16AFF2E8426B5751DFE1AA694 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t910F1199FA5270D16AFF2E8426B5751DFE1AA694 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m71E621E01E6B8FB43FEC1E441D61C78466F54985_gshared (U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m34069410F14F2B19D1815355419F6E8D49EBBCDA_gshared (U3CU3Ec__DisplayClass6_0_t4DFF166D2015E0D400D9CFE3C83632459D14FECE * __this, PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 * L_0 = (TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_7; L_7 = PixelAccessor_1_GetRowSpan_m2A111D0E3217E3EBEC6028BE3CF5E2DFA791F0B2((PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE *)(PixelAccessor_1_tA1AC3CFDDC546A1C49D63A16CB6E5932DDF8CECE *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * L_12; L_12 = (( PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 * L_13 = (TiffBiColorWriter_1_tF4E472F5BE0EB687F7611684966FF514F81800E0 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t1DA385A54A43C2F4F1047153E82054B7E63682D0 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_15 = V_4; ReadOnlySpan_1_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D L_16; L_16 = (( ReadOnlySpan_1_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D (*) (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *)L_12); (( void (*) (PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t542EA6C205AAFD42877CE7A64BB1D500DE8C681D )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m1A12C66117D5AAC032FE35244246A94EE0B065E0_gshared (U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mB7A6726520399914C89E5798F922F7556902763D_gshared (U3CU3Ec__DisplayClass6_0_t8CE65211E86306951534024048BFA5DBEC7C99B8 * __this, PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 * L_0 = (TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_7; L_7 = PixelAccessor_1_GetRowSpan_m291752132C2C3ADE06A4038B1B1FFAD273123F18((PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043 *)(PixelAccessor_1_tF45351DFDD23F550AFBC503CC17D4D54DECFF043 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * L_12; L_12 = (( PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 * L_13 = (TiffBiColorWriter_1_tBEA49166967D871EC8F287C92F62F9D101937E70 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t438CD93D6CE447AD92A59D6B6B2D626B5EB3960A *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_15 = V_4; ReadOnlySpan_1_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0 L_16; L_16 = (( ReadOnlySpan_1_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0 (*) (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *)L_12); (( void (*) (PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t8E254B0C9439B7E13CA9057E2199DC9414ED8BB0 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mBBEC24DE0558D4ED0ACBADC9F55E94774F91AD8C_gshared (U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m176AE88B74E0EAA50B5E702954298D1B60B2FB84_gshared (U3CU3Ec__DisplayClass6_0_tB851AAB35CFC82B4F8D74507E202E3422F31B92B * __this, PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B * L_0 = (TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_7; L_7 = PixelAccessor_1_GetRowSpan_m2122D59BBCDA27A28CE3ACBF4A3A1842C5049BDA((PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F *)(PixelAccessor_1_t98ACFA9CA1EA43E4AB36FAE3CDC70EBB15AB448F *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * L_12; L_12 = (( PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B * L_13 = (TiffBiColorWriter_1_tFE57E76F701088B90D2DAA94C354A0C0677CF95B *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t7D76802A026E9BFDBAF13E0D846F0055ECAAE514 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_15 = V_4; ReadOnlySpan_1_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9 L_16; L_16 = (( ReadOnlySpan_1_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9 (*) (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *)L_12); (( void (*) (PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t64BAD9517D51DDE216C763777DB6E67BC9CF8DB9 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m5476DF3322FA38646C7E80267F244FDA22B3E6CA_gshared (U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m0FEFC872B64B61E8B75683CC83C1A57A813C7094_gshared (U3CU3Ec__DisplayClass6_0_t96E65C405B9AC5B4DBAFCAF86CA2F1C4157FB7D8 * __this, PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 * L_0 = (TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_7; L_7 = PixelAccessor_1_GetRowSpan_m9D6931C192A0D7CDD5421D7031CAF47989B581B7((PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD *)(PixelAccessor_1_t4E18B0E374B31936F245EB12BAAFD1EF7E2384BD *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * L_12; L_12 = (( PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 * L_13 = (TiffBiColorWriter_1_t1BACBA4131B6F12BC181A9778340898E28FBA1C5 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t3EC644F463DFD93809099679BF9CA2D22AAC880D *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_15 = V_4; ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_16; L_16 = (( ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *)L_12); (( void (*) (PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m7337416569F8ABDB25B70B0405C5D39EF167C738_gshared (U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m25290F62B9C32A0FA05AE0048E5EF9114E913CF4_gshared (U3CU3Ec__DisplayClass6_0_t952A0F0438B010B66A71882EB1B425E808D9205B * __this, PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 * L_0 = (TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_7; L_7 = PixelAccessor_1_GetRowSpan_mAE467448CF6F2EB08FA0E0CED90FC301F9628794((PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F *)(PixelAccessor_1_t3636AEC4196E67CDEEB081075ECF04645F6A673F *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * L_12; L_12 = (( PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 * L_13 = (TiffBiColorWriter_1_tBB347818EE7FC66754776570EF0638FB5E42F989 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t606C09C2E3019A37B0550D7B98BCA9F940C3DE3A *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_15 = V_4; ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_16; L_16 = (( ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *)L_12); (( void (*) (PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m46DDB0CF18A5B2E419CF8721D9C2DFC93D88AC81_gshared (U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mE9180AFD8DC6B621BE8EF5E98E2237DBB351C8BE_gshared (U3CU3Ec__DisplayClass6_0_tCE9ACCD5D40F4E253965F1B4A58641A7926DFFA9 * __this, PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t8F2820222127FA3555803F54498E9275CE67C798 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 * L_0 = (TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_7; L_7 = PixelAccessor_1_GetRowSpan_mAEFB7E1322860EA215F42FD510B8D543F2B9C2FA((PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6 *)(PixelAccessor_1_t388B17E4F1154DB3AF41A5600C9E59796DC71FD6 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * L_12; L_12 = (( PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 * L_13 = (TiffBiColorWriter_1_tD0AB28385F830497285DD454333B9485A2AB5DB3 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t7236374F167E6C52281FEDF73D28E45BA7FEB33B *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_15 = V_4; ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_16; L_16 = (( ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 (*) (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 *)L_12); (( void (*) (PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mAFFD00A1F8934D4CE4592B2BB87F3D8F76CE1B00_gshared (U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m4A886AF536B22B6DB0308F23078E989BCA9EB06E_gshared (U3CU3Ec__DisplayClass6_0_tAE2DBCF390E613707BA1EEE05C280564D2F70828 * __this, PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF * L_0 = (TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_7; L_7 = PixelAccessor_1_GetRowSpan_m55A1C74BA78787370FC4145E30303B620CBAA708((PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098 *)(PixelAccessor_1_t39E3F0D788D5D75FBA2AA26AB8AC5B960E04B098 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * L_12; L_12 = (( PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF * L_13 = (TiffBiColorWriter_1_tCBC56F66F3B7448F7681CAFC2F2587A682EE35FF *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t4DE2D37536D7907921047DB3899850E2E1E7C864 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_15 = V_4; ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_16; L_16 = (( ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F (*) (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB *)L_12); (( void (*) (PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m3AF1913EDCC0A1F04887B845BAECDEAC26C9BE34_gshared (U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mFD6BF23D7F990F25AEDEB8BD9D7E3B80BCD6BF6D_gshared (U3CU3Ec__DisplayClass6_0_tC1D85503D0F03088CFD69C2ECDFDB6899F3ADAF8 * __this, PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB * L_0 = (TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_7; L_7 = PixelAccessor_1_GetRowSpan_m0F6212DBF6CF1CAA711034ABA0A8C2583FA600B5((PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74 *)(PixelAccessor_1_tB5234CD2CF994E1BB2F839560FC5CDCB1AC27B74 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * L_12; L_12 = (( PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB * L_13 = (TiffBiColorWriter_1_t5971DA62E08AEEB53C3DBEF9A3B83073A74220EB *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t4B4ED04585785D18A3F5E82A958525B96C8F0A13 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_15 = V_4; ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_16; L_16 = (( ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F (*) (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 *)L_12); (( void (*) (PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mD048FD548CC7389B6BD7A0134A8111D929DD1976_gshared (U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m12DABE28DE5EC5D55F399823BDAE8E2D4CF6E1CE_gshared (U3CU3Ec__DisplayClass6_0_t34140682FEFA7C0BCBFFA3E691D265FFD032B729 * __this, PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B * L_0 = (TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_7; L_7 = PixelAccessor_1_GetRowSpan_m64D1D716D4B4ABB3452AA3B2F51D92B55A530A13((PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666 *)(PixelAccessor_1_tECD3D012545C89D8933AE499047F9E31F2785666 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * L_12; L_12 = (( PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B * L_13 = (TiffBiColorWriter_1_t509B7CAABF8A6DDF5E856364A93E5762D71A3B6B *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t6E955343CA3C5C8198C2D191603B578CCF04EEC5 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_15 = V_4; ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_16; L_16 = (( ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 (*) (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 *)L_12); (( void (*) (PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m5AFB7610314F4F523E1948BC16A6D12ECDE0A3C4_gshared (U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mAF780CAC7E24068462D6753A5619A4A42DB5C3BD_gshared (U3CU3Ec__DisplayClass6_0_t93C8B7891F77A874FFADC0DDBAE265A4C3B818A8 * __this, PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C * L_0 = (TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_7; L_7 = PixelAccessor_1_GetRowSpan_mFB60F02688C76725D47B58B110FBAC0D4E014E9E((PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B *)(PixelAccessor_1_t8DC57E7D47A2CF72AF5FE227CD61DE899C28495B *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * L_12; L_12 = (( PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C * L_13 = (TiffBiColorWriter_1_t0C9D9B45BDC41B0D0B917BD810F4BDC1D2AA8D0C *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tD624288DBC26778F6EC3610B6D64E2548361AF3A *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_15 = V_4; ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_16; L_16 = (( ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B (*) (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 *)L_12); (( void (*) (PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m7415802C990D7070A837D5C4C3717E80BE2F7E3B_gshared (U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m2C8DCA79C8E09BC21EEEE0AE8827443915A31859_gshared (U3CU3Ec__DisplayClass6_0_t8D93C8D4F96ED4B5DE9889C6DF8AD0F5247E03DD * __this, PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 * L_0 = (TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_7; L_7 = PixelAccessor_1_GetRowSpan_mF0C55349CFF77F5881490B5948E2695F03AC9B94((PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1 *)(PixelAccessor_1_tCDC840CFD04A145DD07E1950AF4CC77B8C36D2F1 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * L_12; L_12 = (( PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 * L_13 = (TiffBiColorWriter_1_tC39590B8EE59CAF9BE0E677E1D2BED5F2AF12915 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tCC35F18C9B538FB5C4A2745683F501746A778DEC *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_15 = V_4; ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_16; L_16 = (( ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 (*) (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 *)L_12); (( void (*) (PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m6FE9BA80252619F4C277A6B6ED74918F82420569_gshared (U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mCC5279AEEECD4C2F1BC8F008A21A3D7975EEBEC6_gshared (U3CU3Ec__DisplayClass6_0_t1122B97265A7920593DD26CB9E54D6EC5E39D817 * __this, PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 * L_0 = (TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_7; L_7 = PixelAccessor_1_GetRowSpan_m95E3FC7E16CDB8EB16736EA00BE1F7E6ED80C88A((PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17 *)(PixelAccessor_1_tE3B7B2F725F7DAC6C470D755BE9082A87D4AEC17 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * L_12; L_12 = (( PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 * L_13 = (TiffBiColorWriter_1_tD3CE6869EFA8D099B6A76A7F94967AF43A8DF168 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tBD88738A67966FE8DF33EDED477360BBD6276F73 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_15 = V_4; ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_16; L_16 = (( ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 (*) (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 *)L_12); (( void (*) (PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m2776C094782B59A6BD8741DC9C68E65C8729064C_gshared (U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m14EE2FFD17A747BBFB61BBEF06C7B741DEFB8762_gshared (U3CU3Ec__DisplayClass6_0_t4DB1154557EFA685B3B039AD1F75D499525403B7 * __this, PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F * L_0 = (TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_7; L_7 = PixelAccessor_1_GetRowSpan_m20BF31C0CC3E09BD240E8812EB6042BFF0904A87((PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1 *)(PixelAccessor_1_t8331C3687C5D3960365310685A6C60354EF707B1 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * L_12; L_12 = (( PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F * L_13 = (TiffBiColorWriter_1_t5333D4550456B94412D49B637F2D09E34B562C8F *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t50C10AE061E954304BCEE55AB637644ECB398E88 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_15 = V_4; ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_16; L_16 = (( ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF (*) (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 *)L_12); (( void (*) (PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m36A079A0A30610F12810C018D0D694C8DAC8A85B_gshared (U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_mDF9442CFEBF4FAAD70C90757CDA79E2D819EC41D_gshared (U3CU3Ec__DisplayClass6_0_t15C4CE75B60C615EA3F2C1B4B3CF93505947767A * __this, PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D * L_0 = (TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_7; L_7 = PixelAccessor_1_GetRowSpan_mBF74999FF8DB72886CB95878DEB8DB7C1076EAF4((PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930 *)(PixelAccessor_1_tBA16A9FC06CE0B070E373D627907628EA65E8930 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * L_12; L_12 = (( PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D * L_13 = (TiffBiColorWriter_1_t4D77034E06A6689140B9737D85CB87C285002E5D *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_tBF817BA16B639B54F8AF908BD1120650E82D7078 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_15 = V_4; ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_16; L_16 = (( ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 (*) (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D *)L_12); (( void (*) (PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m2107D953B1F9305F33B72406963D28046EE5C2E9_gshared (U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.Writers.TiffBiColorWriter`1/<>c__DisplayClass6_0::b__0(SixLabors.ImageSharp.PixelAccessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CEncodeStripU3Eb__0_m3682078259B0ECB2F614A262B469E7A07FC0C14B_gshared (U3CU3Ec__DisplayClass6_0_tC6B0650F0A7C050F6B3439A75A573F6652EDE7F0 * __this, PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14 ___accessor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_5; memset((&V_5), 0, sizeof(V_5)); { TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 * L_0 = (TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 *)__this->get_U3CU3E4__this_0(); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_pixelsAsGray_6(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_inline((RuntimeObject*)L_1, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_RuntimeMethod_var); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get_y_1(); int32_t L_4 = (int32_t)__this->get_height_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); V_2 = (int32_t)0; int32_t L_5 = (int32_t)__this->get_y_1(); V_3 = (int32_t)L_5; goto IL_0077; } IL_002a: { int32_t L_6 = V_3; Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_7; L_7 = PixelAccessor_1_GetRowSpan_mA19F922C74675E524EE73891B13AB03AF55E0479((PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14 *)(PixelAccessor_1_t33B5C2046C82DB20214FFA6903A039A092277C14 *)(&___accessor0), (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_4 = (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_7; int32_t L_8 = V_2; int32_t L_9 = (int32_t)__this->get_width_3(); int32_t L_10 = (int32_t)__this->get_width_3(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; L_11 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); V_5 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * L_12; L_12 = (( PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 * L_13 = (TiffBiColorWriter_1_tE9EA99695C69DB488456C4CA66BF1917AA12DBF5 *)__this->get_U3CU3E4__this_0(); NullCheck((TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1 *)L_13); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((TiffBaseColorWriter_1_t107CCB47104CC96583E4EAE1A21652AF1EB225A1 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_15 = V_4; ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_16; L_16 = (( ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF (*) (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = V_5; int32_t L_18 = (int32_t)__this->get_width_3(); NullCheck((PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 *)L_12); (( void (*) (PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF , Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 *)L_12, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_16, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0077: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF * L_23 = (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)__this->get_compressor_4(); int32_t L_24 = (int32_t)__this->get_stripPixels_5(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_25; L_25 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)0, (int32_t)L_24, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); int32_t L_26 = (int32_t)__this->get_height_2(); NullCheck((TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23); VirtualActionInvoker2< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t >::Invoke(8 /* System.Void SixLabors.ImageSharp.Formats.Tiff.Compression.TiffBaseCompressor::CompressStrip(System.Span`1,System.Int32) */, (TiffBaseCompressor_tAC19F95CDDCA29862DCCEC61064DBAB6329141AF *)L_23, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_25, (int32_t)L_26); 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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mE901DC6391671D0B705A8EE7B21C9D22110F781B_gshared (U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m5D537E1C92EEC58EBE70F3AD14DF0BB9D57331C0_gshared (U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 * __this, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___x0, const RuntimeMethod* method) { { Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_0 = (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)__this->get_predicate1_0(); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_1 = ___x0; NullCheck((Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_0, (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_3 = (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)__this->get_predicate2_1(); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_4 = ___x0; NullCheck((Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_3, (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mF6BFA9EEDA18C542D97A23FBC3E63B98750EA21A_gshared (U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mAF9CD45AE1E50EFC6F7C23BBC93087C2797C2755_gshared (U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 * __this, Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 ___x0, const RuntimeMethod* method) { { Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * L_0 = (Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)__this->get_predicate1_0(); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_1 = ___x0; NullCheck((Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *, Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)L_0, (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * L_3 = (Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)__this->get_predicate2_1(); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_4 = ___x0; NullCheck((Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *, Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)L_3, (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mA8B629536DC245FA7EFC026B0FA4F239F60568C6_gshared (U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m2B1FEFB3A12F92C7BDD6B38315DB2A8AA2947181_gshared (U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E * __this, Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB ___x0, const RuntimeMethod* method) { { Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * L_0 = (Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)__this->get_predicate1_0(); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_1 = ___x0; NullCheck((Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *, Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)L_0, (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * L_3 = (Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)__this->get_predicate2_1(); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_4 = ___x0; NullCheck((Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *, Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)L_3, (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m7107652E2C06EF84B1870ECEBE710DCCC4C043A2_gshared (U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mA9553C37F77B6A099C0BF4475B44CFCD234F76CA_gshared (U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C * __this, Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D ___x0, const RuntimeMethod* method) { { Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * L_0 = (Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)__this->get_predicate1_0(); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_1 = ___x0; NullCheck((Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *, Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)L_0, (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * L_3 = (Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)__this->get_predicate2_1(); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_4 = ___x0; NullCheck((Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *, Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)L_3, (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mF9350668C740B412E142FF8CAD7D98A3459E8127_gshared (U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m5A2E58908209F83AA2031E712C43974E8798B038_gshared (U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E * __this, Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE ___x0, const RuntimeMethod* method) { { Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * L_0 = (Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)__this->get_predicate1_0(); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_1 = ___x0; NullCheck((Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *, Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)L_0, (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * L_3 = (Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)__this->get_predicate2_1(); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_4 = ___x0; NullCheck((Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *, Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)L_3, (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mE31F446DE2D6F5D6BC4B3F23E17656F800F8EA6C_gshared (U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m2F2FB9A83CC76CC84FFC8408FD84FF0543031858_gshared (U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B * __this, Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 ___x0, const RuntimeMethod* method) { { Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * L_0 = (Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)__this->get_predicate1_0(); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_1 = ___x0; NullCheck((Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *, Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)L_0, (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * L_3 = (Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)__this->get_predicate2_1(); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_4 = ___x0; NullCheck((Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *, Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)L_3, (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m882670CDA61736D8D4213BB487655F4982889F39_gshared (U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m641A49195BA68081CA61421513E4EDDB9D7B1AAA_gshared (U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 * __this, Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 ___x0, const RuntimeMethod* method) { { Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * L_0 = (Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *)__this->get_predicate1_0(); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_1 = ___x0; NullCheck((Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *, Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *)L_0, (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * L_3 = (Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *)__this->get_predicate2_1(); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_4 = ___x0; NullCheck((Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *, Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *)L_3, (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m73A25838AABD0488BC4BDE1EC12BA6F42ED3E2DB_gshared (U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m48DDBF1526665EB5A3A2A29E837960663F84F416_gshared (U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 * __this, Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE ___x0, const RuntimeMethod* method) { { Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * L_0 = (Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)__this->get_predicate1_0(); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_1 = ___x0; NullCheck((Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *, Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)L_0, (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * L_3 = (Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)__this->get_predicate2_1(); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_4 = ___x0; NullCheck((Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *, Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)L_3, (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m4E8591272B1B3C7EC5A246B712DC71BA9B52A0AF_gshared (U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mD71EE64816B52981070D96A1713D64D5056511D9_gshared (U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 * __this, Memory_1_t989A25F213E59B429D409844716D883464EB981E ___x0, const RuntimeMethod* method) { { Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * L_0 = (Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)__this->get_predicate1_0(); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_1 = ___x0; NullCheck((Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *, Memory_1_t989A25F213E59B429D409844716D883464EB981E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)L_0, (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * L_3 = (Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)__this->get_predicate2_1(); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_4 = ___x0; NullCheck((Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *, Memory_1_t989A25F213E59B429D409844716D883464EB981E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)L_3, (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mDCB36148F5D5C2FEE919C74B6721C48D15DD5E79_gshared (U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m4BF59485AE80E6C83C3FB3A7D11FDFBC8C83F09F_gshared (U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 * __this, Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE ___x0, const RuntimeMethod* method) { { Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * L_0 = (Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)__this->get_predicate1_0(); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_1 = ___x0; NullCheck((Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *, Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)L_0, (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * L_3 = (Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)__this->get_predicate2_1(); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_4 = ___x0; NullCheck((Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *, Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)L_3, (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m9DC9436F58B659CAFDFA8F655731BE0ACC54DFAA_gshared (U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m949AA7A270C58D1CF5E2FC6540F64E91E1BBA9E1_gshared (U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 * __this, Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 ___x0, const RuntimeMethod* method) { { Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * L_0 = (Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *)__this->get_predicate1_0(); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_1 = ___x0; NullCheck((Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *, Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *)L_0, (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * L_3 = (Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *)__this->get_predicate2_1(); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_4 = ___x0; NullCheck((Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *, Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *)L_3, (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mD12D0DD3F0C68619784A63014B8149CFA67A48FB_gshared (U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mD08934FC560470A7A2B06DD4EF14DA8392636B35_gshared (U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F * __this, Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 ___x0, const RuntimeMethod* method) { { Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * L_0 = (Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)__this->get_predicate1_0(); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_1 = ___x0; NullCheck((Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *, Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)L_0, (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * L_3 = (Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)__this->get_predicate2_1(); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_4 = ___x0; NullCheck((Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *, Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)L_3, (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mC676C7B9BABCF4756FDBAE8A1F7BA46DAE02DF24_gshared (U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m7F343D7EB128D5AF2D55778C8889343AA5F5DE20_gshared (U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E * __this, Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 ___x0, const RuntimeMethod* method) { { Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * L_0 = (Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)__this->get_predicate1_0(); Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_1 = ___x0; NullCheck((Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *, Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)L_0, (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * L_3 = (Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)__this->get_predicate2_1(); Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_4 = ___x0; NullCheck((Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *, Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)L_3, (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mD1626DC9089A4B17C78C036293DD96F741E27448_gshared (U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m50467B287D6C0093852B0B3A9293E0B93BE2C56D_gshared (U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC * __this, Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 ___x0, const RuntimeMethod* method) { { Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * L_0 = (Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)__this->get_predicate1_0(); Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_1 = ___x0; NullCheck((Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *, Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)L_0, (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * L_3 = (Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)__this->get_predicate2_1(); Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_4 = ___x0; NullCheck((Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *, Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)L_3, (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mAEAE89DBD0D6A22FCD386A4765D53560658DFB69_gshared (U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m57C5660AE4080D12A05F65F747BC925C0F5E4B75_gshared (U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E * __this, Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 ___x0, const RuntimeMethod* method) { { Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * L_0 = (Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *)__this->get_predicate1_0(); Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_1 = ___x0; NullCheck((Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *, Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *)L_0, (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * L_3 = (Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *)__this->get_predicate2_1(); Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_4 = ___x0; NullCheck((Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *, Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *)L_3, (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m434E139CD7D7F149DF51FC7E9B0C1E823863E6C9_gshared (U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mB7203AF08DA824F776B345E54334F1F72AA7BAC7_gshared (U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 * __this, Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 ___x0, const RuntimeMethod* method) { { Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * L_0 = (Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)__this->get_predicate1_0(); Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_1 = ___x0; NullCheck((Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *, Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)L_0, (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * L_3 = (Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)__this->get_predicate2_1(); Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_4 = ___x0; NullCheck((Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *, Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)L_3, (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m4FF84D0773AD512CCBFACD6A3565FEDFE6BC8065_gshared (U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m005C2A9263498F7F40C16FDFCCDECA912A5FA4E6_gshared (U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 * __this, Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 ___x0, const RuntimeMethod* method) { { Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * L_0 = (Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)__this->get_predicate1_0(); Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_1 = ___x0; NullCheck((Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *, Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)L_0, (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * L_3 = (Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)__this->get_predicate2_1(); Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_4 = ___x0; NullCheck((Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *, Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)L_3, (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mF16660AF6051EC6CDE2CC71DF289A88410E02A24_gshared (U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m927CAA28695D2B9BDC23FD75CEEE6114CEA90E03_gshared (U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC * __this, Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA ___x0, const RuntimeMethod* method) { { Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * L_0 = (Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)__this->get_predicate1_0(); Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_1 = ___x0; NullCheck((Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *, Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)L_0, (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * L_3 = (Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)__this->get_predicate2_1(); Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_4 = ___x0; NullCheck((Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *, Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)L_3, (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m391E7FC3E9BB104221F7F4977FBA421AC0CD62C3_gshared (U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m85857410450B42235273DF8A64860A01E1997A82_gshared (U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B * __this, Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 ___x0, const RuntimeMethod* method) { { Func_2_t71246452552324E63369238428A8262C35D51CF9 * L_0 = (Func_2_t71246452552324E63369238428A8262C35D51CF9 *)__this->get_predicate1_0(); Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_1 = ___x0; NullCheck((Func_2_t71246452552324E63369238428A8262C35D51CF9 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t71246452552324E63369238428A8262C35D51CF9 *, Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t71246452552324E63369238428A8262C35D51CF9 *)L_0, (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t71246452552324E63369238428A8262C35D51CF9 * L_3 = (Func_2_t71246452552324E63369238428A8262C35D51CF9 *)__this->get_predicate2_1(); Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_4 = ___x0; NullCheck((Func_2_t71246452552324E63369238428A8262C35D51CF9 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t71246452552324E63369238428A8262C35D51CF9 *, Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t71246452552324E63369238428A8262C35D51CF9 *)L_3, (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m9FB2D800E233A7634DF4DBF1785F4260A482BC41_gshared (U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m4FE7CD40FA20463FA59829845BB92B21BF819BB1_gshared (U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E * __this, Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C ___x0, const RuntimeMethod* method) { { Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * L_0 = (Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)__this->get_predicate1_0(); Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_1 = ___x0; NullCheck((Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *, Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)L_0, (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * L_3 = (Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)__this->get_predicate2_1(); Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_4 = ___x0; NullCheck((Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *, Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)L_3, (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m8C9629C0F54FCBA08C2991487B3B64593C34B5FC_gshared (U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m060D5BF204747C0757DE826C26D8CE54089D4C0C_gshared (U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 * __this, Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 ___x0, const RuntimeMethod* method) { { Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * L_0 = (Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)__this->get_predicate1_0(); Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_1 = ___x0; NullCheck((Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *, Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)L_0, (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * L_3 = (Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)__this->get_predicate2_1(); Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_4 = ___x0; NullCheck((Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *, Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)L_3, (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mD67DC1A83A89410F9F083B1F90C9A786632F0032_gshared (U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m5ED8BF8C580835BDACB698CDD67BBB437697AF1E_gshared (U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 * __this, Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 ___x0, const RuntimeMethod* method) { { Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * L_0 = (Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)__this->get_predicate1_0(); Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_1 = ___x0; NullCheck((Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *, Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)L_0, (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * L_3 = (Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)__this->get_predicate2_1(); Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_4 = ___x0; NullCheck((Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *, Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)L_3, (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m633EBB7C708F399450BBF50370115DD06EA22FDB_gshared (U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m1C199F9CB9C91BBCC02082FD8047F683F8B39CEB_gshared (U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 * __this, Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 ___x0, const RuntimeMethod* method) { { Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * L_0 = (Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)__this->get_predicate1_0(); Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_1 = ___x0; NullCheck((Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *, Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)L_0, (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * L_3 = (Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)__this->get_predicate2_1(); Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_4 = ___x0; NullCheck((Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *, Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)L_3, (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m485B43A27492C6EDE0FB1FF20B38232D2219C280_gshared (U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m778E72FFA7AE73177963888EE5778B3E804BA75F_gshared (U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA * __this, Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 ___x0, const RuntimeMethod* method) { { Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * L_0 = (Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)__this->get_predicate1_0(); Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_1 = ___x0; NullCheck((Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *, Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)L_0, (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * L_3 = (Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)__this->get_predicate2_1(); Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_4 = ___x0; NullCheck((Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *, Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)L_3, (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mBEE1DD73FC4B6E4F7CEF8AA77FE86DF3B945CFB0_gshared (U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m044E2D9AC26E4580FCD3716712F2953A40B83687_gshared (U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB * __this, Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D ___x0, const RuntimeMethod* method) { { Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * L_0 = (Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)__this->get_predicate1_0(); Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_1 = ___x0; NullCheck((Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *, Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)L_0, (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * L_3 = (Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)__this->get_predicate2_1(); Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_4 = ___x0; NullCheck((Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *, Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)L_3, (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m164CB67C8C221D3F7B82BF956CAE22936EE73EFA_gshared (U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m839B48395DDE70F19E3F437B0180D2E4A024A740_gshared (U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF * __this, Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 ___x0, const RuntimeMethod* method) { { Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * L_0 = (Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)__this->get_predicate1_0(); Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_1 = ___x0; NullCheck((Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *, Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)L_0, (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * L_3 = (Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)__this->get_predicate2_1(); Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_4 = ___x0; NullCheck((Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *, Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)L_3, (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m6786EF1DB2B86A71DFBB3B21A38EA93E7E03D5CD_gshared (U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m9900C332A75F6A8795702E0CB469FE3F243ED5A8_gshared (U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 * __this, Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 ___x0, const RuntimeMethod* method) { { Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * L_0 = (Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)__this->get_predicate1_0(); Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_1 = ___x0; NullCheck((Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *, Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)L_0, (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * L_3 = (Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)__this->get_predicate2_1(); Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_4 = ___x0; NullCheck((Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *, Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)L_3, (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mE5C1DB8481E06CE0533DA848D972C1B11FCC7D67_gshared (U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mAED8D6595A6EF848496B461ED00271C77601BAED_gshared (U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 * __this, Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B ___x0, const RuntimeMethod* method) { { Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * L_0 = (Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)__this->get_predicate1_0(); Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_1 = ___x0; NullCheck((Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *, Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)L_0, (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * L_3 = (Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)__this->get_predicate2_1(); Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_4 = ___x0; NullCheck((Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *, Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)L_3, (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mFCC688FBE45F13DF6C10487D6EF257732C7A6E8E_gshared (U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mF124444CCD8490653682D0BCC7F0869D7B0761EA_gshared (U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 * __this, Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF ___x0, const RuntimeMethod* method) { { Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * L_0 = (Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)__this->get_predicate1_0(); Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_1 = ___x0; NullCheck((Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *, Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)L_0, (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * L_3 = (Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)__this->get_predicate2_1(); Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_4 = ___x0; NullCheck((Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *, Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)L_3, (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mD161F2DFDC17ECDC3634705640C44D3DBADFC34B_gshared (U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m26F2AFC70CFA886650A4F50B166361EC6B3732F6_gshared (U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A * __this, Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 ___x0, const RuntimeMethod* method) { { Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * L_0 = (Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)__this->get_predicate1_0(); Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_1 = ___x0; NullCheck((Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *, Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)L_0, (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * L_3 = (Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)__this->get_predicate2_1(); Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_4 = ___x0; NullCheck((Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *, Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)L_3, (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m8AE970CE3CC3A64A2AB70F32838866029346507D_gshared (U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m7B02ABF51BB0B5E6181065C76EAB6DEF4CB173D2_gshared (U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F * __this, Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E ___x0, const RuntimeMethod* method) { { Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * L_0 = (Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)__this->get_predicate1_0(); Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_1 = ___x0; NullCheck((Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *, Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)L_0, (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * L_3 = (Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)__this->get_predicate2_1(); Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_4 = ___x0; NullCheck((Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *, Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)L_3, (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m35868E7ADC1627CB88F0F131EE753FFD1104B986_gshared (U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m073440B4C22E6839BBCAF4F87C28A2FDBB855604_gshared (U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C * __this, Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA ___x0, const RuntimeMethod* method) { { Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * L_0 = (Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)__this->get_predicate1_0(); Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_1 = ___x0; NullCheck((Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *, Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)L_0, (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * L_3 = (Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)__this->get_predicate2_1(); Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_4 = ___x0; NullCheck((Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *, Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)L_3, (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m9578A50BAFF2C55637423AAFE24F907BC38DD0FC_gshared (U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mDD17F14C763353BCF684CF0B8BC7F31B6BC3CCED_gshared (U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 * __this, Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B ___x0, const RuntimeMethod* method) { { Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * L_0 = (Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)__this->get_predicate1_0(); Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_1 = ___x0; NullCheck((Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *, Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)L_0, (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * L_3 = (Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)__this->get_predicate2_1(); Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_4 = ___x0; NullCheck((Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *, Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)L_3, (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m499484C4361E90AA4CC91114ACDB4052AC728AB3_gshared (U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mE3799787BA304EF61390FE6097F5DD98734A15A6_gshared (U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 * __this, Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE ___x0, const RuntimeMethod* method) { { Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * L_0 = (Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)__this->get_predicate1_0(); Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_1 = ___x0; NullCheck((Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *, Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)L_0, (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * L_3 = (Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)__this->get_predicate2_1(); Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_4 = ___x0; NullCheck((Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *, Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)L_3, (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m16961FA89A5C2B26C4F6AF5B48D295E5E6118ECB_gshared (U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mE5D08A5B4BC6380381C026FA01863DE1912FAD3A_gshared (U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD * __this, Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 ___x0, const RuntimeMethod* method) { { Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * L_0 = (Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *)__this->get_predicate1_0(); Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_1 = ___x0; NullCheck((Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *, Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *)L_0, (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * L_3 = (Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *)__this->get_predicate2_1(); Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_4 = ___x0; NullCheck((Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *, Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *)L_3, (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m48E773F5F514E83298265315ED2FF2330C09873D_gshared (U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m0CFACDBE3DCF035ABB3A5240C84EACEBE4F47300_gshared (U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A * __this, Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA ___x0, const RuntimeMethod* method) { { Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * L_0 = (Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)__this->get_predicate1_0(); Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_1 = ___x0; NullCheck((Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *, Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)L_0, (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * L_3 = (Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)__this->get_predicate2_1(); Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_4 = ___x0; NullCheck((Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *, Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)L_3, (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mE46C26BC67A470E3A15E1E2C00E69BA3F73F5F7E_gshared (U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m2651D8C90CF185C690DBA11B369077D4C006190A_gshared (U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 * __this, Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 ___x0, const RuntimeMethod* method) { { Func_2_tB8572691A3B246ABF46383743017D964596AF563 * L_0 = (Func_2_tB8572691A3B246ABF46383743017D964596AF563 *)__this->get_predicate1_0(); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_1 = ___x0; NullCheck((Func_2_tB8572691A3B246ABF46383743017D964596AF563 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tB8572691A3B246ABF46383743017D964596AF563 *, Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tB8572691A3B246ABF46383743017D964596AF563 *)L_0, (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tB8572691A3B246ABF46383743017D964596AF563 * L_3 = (Func_2_tB8572691A3B246ABF46383743017D964596AF563 *)__this->get_predicate2_1(); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_4 = ___x0; NullCheck((Func_2_tB8572691A3B246ABF46383743017D964596AF563 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tB8572691A3B246ABF46383743017D964596AF563 *, Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tB8572691A3B246ABF46383743017D964596AF563 *)L_3, (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mE7FC0DCA53E9F1FA710E068CAC62EB91AD33584B_gshared (U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_mA825D12E6F5D3E95DD7366CAA449A08D13C91AF0_gshared (U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 * __this, int32_t ___x0, const RuntimeMethod* method) { { Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * L_0 = (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)__this->get_predicate1_0(); int32_t L_1 = ___x0; NullCheck((Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * L_3 = (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)__this->get_predicate2_1(); int32_t L_4 = ___x0; NullCheck((Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m9D32859EEDA7F32A62FA41423207E0A6C139CE97_gshared (U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m7471384C8F247FEF118D92BAFFAB07DFB6A12C7B_gshared (U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_0 = (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)__this->get_predicate1_0(); RuntimeObject * L_1 = ___x0; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_3 = (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)__this->get_predicate2_1(); RuntimeObject * L_4 = ___x0; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_mD8C29D7A7ABA3683A365ACF12C7F0017A20BAF93_gshared (U3CU3Ec__DisplayClass6_0_1_t4AAEC700741B2E74BAA4BB5C9F034E446A18A9C6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1::b__0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass6_0_1_U3CCreateGetU3Eb__0_mC3B1DB7D64002D7A09C3519DA7F2837FE94EA2D2_gshared (U3CU3Ec__DisplayClass6_0_1_t4AAEC700741B2E74BAA4BB5C9F034E446A18A9C6 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = (PropertyInfo_t *)__this->get_propertyInfo_0(); RuntimeObject * L_1 = ___o0; NullCheck((PropertyInfo_t *)L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(31 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, (PropertyInfo_t *)L_0, (RuntimeObject *)L_1, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); return (RuntimeObject *)L_2; } } #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.Linq.Enumerable/<>c__DisplayClass6_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m0F87FCC53D2BB49E9407F653CC99B501A1BD1937_gshared (U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_1_U3CCombinePredicatesU3Eb__0_m53D6C0E61814A7B6589FECB986B7AE894EB5B35F_gshared (U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC * __this, uint16_t ___x0, const RuntimeMethod* method) { { Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * L_0 = (Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)__this->get_predicate1_0(); uint16_t L_1 = ___x0; NullCheck((Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)L_0); bool L_2; L_2 = (( bool (*) (Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *, uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)L_0, (uint16_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_2) { goto IL_001b; } } { Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * L_3 = (Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)__this->get_predicate2_1(); uint16_t L_4 = ___x0; NullCheck((Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)L_3); bool L_5; L_5 = (( bool (*) (Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *, uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)L_3, (uint16_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_5; } IL_001b: { return (bool)0; } } #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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass70_0`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass70_0_2__ctor_m65AD73ADB9E8D37565C477C85DC5C9E10C473BC2_gshared (U3CU3Ec__DisplayClass70_0_2_t93293337E24DBEBBFB998CAC307E2130168DA2D1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass70_0`2::b__0(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass70_0_2_U3COnU3Eb__0_m5689D7157CD81603FE2190513996CA2474CF87D9_gshared (U3CU3Ec__DisplayClass70_0_2_t93293337E24DBEBBFB998CAC307E2130168DA2D1 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { { // (args) => callback((T1)args[0], (T2)args[1])); Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_0 = (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *)__this->get_callback_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args0; NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args0; NullCheck(L_4); int32_t L_5 = 1; RuntimeObject * L_6 = (L_4)->GetAt(static_cast(L_5)); NullCheck((Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *)L_0); (( void (*) (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); 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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass71_0`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass71_0_3__ctor_m734E70D0FD7D4E69E3DA07FC6736E54F68CB6F85_gshared (U3CU3Ec__DisplayClass71_0_3_tFEF7F24BB05471348A0007DEC81333EAFF595FA0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass71_0`3::b__0(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass71_0_3_U3COnU3Eb__0_mA4325590D4C3697BDB6322075F6E022A845FF706_gshared (U3CU3Ec__DisplayClass71_0_3_tFEF7F24BB05471348A0007DEC81333EAFF595FA0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { { // (args) => callback((T1)args[0], (T2)args[1], (T3)args[2])); Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * L_0 = (Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C *)__this->get_callback_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args0; NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args0; NullCheck(L_4); int32_t L_5 = 1; RuntimeObject * L_6 = (L_4)->GetAt(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___args0; NullCheck(L_7); int32_t L_8 = 2; RuntimeObject * L_9 = (L_7)->GetAt(static_cast(L_8)); NullCheck((Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C *)L_0); (( void (*) (Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); 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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass72_0`4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass72_0_4__ctor_mBB383870404078266D8255312EC6BB017C4F4D6F_gshared (U3CU3Ec__DisplayClass72_0_4_t957B519FFE5905FD1350D8C601C1AB346E755421 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass72_0`4::b__0(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass72_0_4_U3COnU3Eb__0_mAD43448FD43028F39C6481C1C55EE18FF435F0F0_gshared (U3CU3Ec__DisplayClass72_0_4_t957B519FFE5905FD1350D8C601C1AB346E755421 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { { // (args) => callback((T1)args[0], (T2)args[1], (T3)args[2], (T4)args[3])); Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D * L_0 = (Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D *)__this->get_callback_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args0; NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args0; NullCheck(L_4); int32_t L_5 = 1; RuntimeObject * L_6 = (L_4)->GetAt(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___args0; NullCheck(L_7); int32_t L_8 = 2; RuntimeObject * L_9 = (L_7)->GetAt(static_cast(L_8)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___args0; NullCheck(L_10); int32_t L_11 = 3; RuntimeObject * L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck((Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D *)L_0); (( void (*) (Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); 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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_1__ctor_m983C4AECC3DCF447758FB329011D86AA13A138F1_gshared (U3CU3Ec__DisplayClass7_0_1_tF07AF6FC93863D59BA0D970CA22F8F1FB39A9B6D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1::b__0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass7_0_1_U3CCreateGetU3Eb__0_mC4A4897334C3B54C18C8E9A5CD2E8704FCFF8D3A_gshared (U3CU3Ec__DisplayClass7_0_1_tF07AF6FC93863D59BA0D970CA22F8F1FB39A9B6D * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { FieldInfo_t * L_0 = (FieldInfo_t *)__this->get_fieldInfo_0(); RuntimeObject * L_1 = ___o0; NullCheck((FieldInfo_t *)L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, (FieldInfo_t *)L_0, (RuntimeObject *)L_1); return (RuntimeObject *)L_2; } } #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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m5C99F7B39B71C55F1F32D033243C8D7B85A8809F_gshared (U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m99FF48F1EFED8FC748C63289F60561FEFAAFD2CE_gshared (U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_0 = (Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)L_0); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_4; L_4 = (( Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 (*) (Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m42293579B0FA5251461546A36A75093043A0D390_gshared (U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m42D7138366BB0C1043463C7947D84153B74AE925_gshared (U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_0 = (Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)L_0); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_4; L_4 = (( Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB (*) (Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m3B295272CD2403B91670E1EF27C7FD01CAD56662_gshared (U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m95AB3138087D1215C0C1BF746359F221E6A1A66D_gshared (U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_0 = (Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)L_0); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_4; L_4 = (( Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D (*) (Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mDA85D39B5B5DB626B6205E334624064BEE9DD9E3_gshared (U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m7A387DCCA7853F4D5306088BB375D8D90A930445_gshared (U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_0 = (Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)L_0); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_4; L_4 = (( Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE (*) (Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mB0803A6EAC04DB5EBA47AE4AD240F263DC6260F3_gshared (U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m5C4A7710942F1A7F3BFB311F667138EE19394BCC_gshared (U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_0 = (Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)L_0); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_4; L_4 = (( Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 (*) (Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m40B19624B4CBA72A1208DDA6A84EACC0AEFB397F_gshared (U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m8D49300E664ABF93737CD7C3BA148ED27EAA1494_gshared (U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_0 = (Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)L_0); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_4; L_4 = (( Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 (*) (Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m6E1CF8A9A2769DD67C469645936BAD2D84C38428_gshared (U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m1CDA3635696C5E8C7E777E10EDC35E314009BDA5_gshared (U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_0 = (Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)L_0); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_4; L_4 = (( Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE (*) (Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m248F7053021EE8D6F2D0A2497BA00F077C7FE694_gshared (U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t989A25F213E59B429D409844716D883464EB981E U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m73B5CF1FB6065596987E016182CB0B077B86B6DD_gshared (U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_0 = (Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)L_0); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_4; L_4 = (( Memory_1_t989A25F213E59B429D409844716D883464EB981E (*) (Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t989A25F213E59B429D409844716D883464EB981E )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m20257108B375B73CFF08A947840BB770D759547E_gshared (U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m88029846E9D4EAEFD4ED643C17D0A88BBA2993E9_gshared (U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_0 = (Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)L_0); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_4; L_4 = (( Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE (*) (Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m5D2FD41BDD1942C1B818660FE545B7943CD5B82F_gshared (U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m8ACAE818C3049752DA9350E1DBE32687AAB99BE9_gshared (U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_0 = (Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)L_0); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_4; L_4 = (( Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 (*) (Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mA45B951EE11CC5FE1932CC7E6B2A8A1ACAFA732E_gshared (U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mDFBD5DEF61E9FC8CC25453BEF150458E8CFA2D09_gshared (U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_0 = (Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)L_0); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_4; L_4 = (( Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 (*) (Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m566B19F67DC1D3792411CE01B4A03E2CCD984C6A_gshared (U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m4C4C47C851D6F40999BAB931F112F16D4BB6CE4D_gshared (U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_0 = (Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)L_0); Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_4; L_4 = (( Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 (*) (Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mA0E6A9CAE4DCC9C0770D1142662E97B25238A1AF_gshared (U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mDF799D897081C2DC80FFDDE9C5A14B0C275EFB73_gshared (U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_0 = (Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)L_0); Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_4; L_4 = (( Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 (*) (Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m0828DEFDBF9574ED88A0111359A907AEA6E83601_gshared (U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m1F56D6AF8A3361086AA6DCCA9B085FDE1DEA97C8_gshared (U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * L_0 = (Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)L_0); Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_4; L_4 = (( Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 (*) (Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m086C54F199F64575E9866DF75B4B1BBF5C34ADED_gshared (U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m3342FE4A267E856106223C0BC2A2B4CA9156583D_gshared (U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_0 = (Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)L_0); Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_4; L_4 = (( Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 (*) (Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mB22B9D22FFFC8DFB87205405249C6E0F30965CEB_gshared (U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mC33E095B4CAF5341ECB2C7C131B77389C6D5D481_gshared (U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_0 = (Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)L_0); Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_4; L_4 = (( Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 (*) (Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m8C0D0F987CDBDD40814127687806810283ED70DB_gshared (U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m004218FEDD9451AABCC4801BCBB80D566FBD372B_gshared (U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_0 = (Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)L_0); Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_4; L_4 = (( Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA (*) (Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m4F4DF55BCBECECC266670D08FA17FE72DDA203E8_gshared (U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m41FA1C98907A387EAABCFC613112091DB858810A_gshared (U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_0 = (Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)L_0); Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_4; L_4 = (( Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 (*) (Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m73A6CD576BE2040FE9A5BBC595BA768931126200_gshared (U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mCBD0AE00BA31E101C9EA2741DA20F0FBECA3C565_gshared (U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_0 = (Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)L_0); Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_4; L_4 = (( Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C (*) (Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m747A91A1445E83D2BF298FFDE2D280C10FD26398_gshared (U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mF20E05853917466848AE85772218B23B089ADF17_gshared (U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * L_0 = (Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)L_0); Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_4; L_4 = (( Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 (*) (Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mA06FF12A112746FFB53FFDCB003C354473B8FAFA_gshared (U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mA5394E8D34B86458A261EA35AFF314044664981B_gshared (U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_0 = (Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)L_0); Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_4; L_4 = (( Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 (*) (Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m85C5EA3B91A6A62ACA5C0658A75386396512D81A_gshared (U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m1C84BB095381171944F9D2FA62B89AE3E6E45FBE_gshared (U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_0 = (Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)L_0); Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_4; L_4 = (( Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 (*) (Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mACE15B8797148EC02D86BF26689DB6837476E94B_gshared (U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m111480AD00CEDCAB3847B676CB7BE5AAB168F91C_gshared (U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_0 = (Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)L_0); Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_4; L_4 = (( Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 (*) (Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mD5CEB48F70047619459D1BC6CC81EF797E826689_gshared (U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m2F44AFB9DE7602808C8D2B280AD6F8BFCCD48191_gshared (U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_0 = (Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)L_0); Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_4; L_4 = (( Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D (*) (Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m8E0A1E37083124376187B06F39F781A7CCB87AB7_gshared (U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m7BC67F8466AE63473E151091BB327B1C5E5F7927_gshared (U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_0 = (Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)L_0); Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_4; L_4 = (( Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 (*) (Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m4F289EA112E37BCA0368395B49C4B7305C03DD2D_gshared (U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m322D08E1295D49995F7C120AFF581E9268546799_gshared (U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_0 = (Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)L_0); Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_4; L_4 = (( Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 (*) (Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m72928CF645E3DA5931A233B15EF4A2797A794FA7_gshared (U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m2EBDFE91395A846A5F08210EAA68628A621D2F32_gshared (U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_0 = (Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)L_0); Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_4; L_4 = (( Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B (*) (Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m91AD3EF67C40389E2C8FF01AAF1FAE61AE94A358_gshared (U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mE5B4A842EE115C334C6A0DD58DC3A887A696463C_gshared (U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_0 = (Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)L_0); Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_4; L_4 = (( Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF (*) (Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m19FD33A9D9FF9C2712EF2829C38EF736FACD04A6_gshared (U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mD7D3C14B551FF7D4BD584F732681E30DF759597E_gshared (U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * L_0 = (Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)L_0); Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_4; L_4 = (( Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 (*) (Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mE08D41C3EF5550B23F7CBCD5FF401D713E47B255_gshared (U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m78A1DEAFCAA016D81F9AE210D75F26D00AAEB848_gshared (U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_0 = (Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)L_0); Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_4; L_4 = (( Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E (*) (Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mA46EF2677DB02C9A3C701B662AE39296A4CFB6FD_gshared (U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m39C1CA2D1B6B7EC2A912D0A4598F84FE9D5F21BF_gshared (U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_0 = (Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)L_0); Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_4; L_4 = (( Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA (*) (Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mD65FE2335B2F9A2C7D7D83BAE7FF39752F4A8FDE_gshared (U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m56375845910A8CE43D329D565524899B641EB8D5_gshared (U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_0 = (Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)L_0); Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_4; L_4 = (( Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B (*) (Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m86B34911361C946CE6131B4F12F66E97BB634181_gshared (U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m8C536FC45CE6AD141F3802C0FCA9AE760879A051_gshared (U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_0 = (Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)L_0); Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_4; L_4 = (( Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE (*) (Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m3D136686FA357D5FD6EB07F5B436A4B330160AD1_gshared (U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m10F867AFC00B585E634934817840176ECA81065E_gshared (U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_0 = (Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)L_0); Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_4; L_4 = (( Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 (*) (Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m8C0B00DA0F53680ED195A527BC3EEF5876120FD6_gshared (U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m45784A74D9519C2D21525C94B1A25F274613061D_gshared (U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * L_0 = (Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)L_0); Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_4; L_4 = (( Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA (*) (Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m520F2BB5203411F4EC889FF46F1B6933F0B99A4F_gshared (U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m5E3B8662D629324396F4F8BB3FDDF8F7D84E4069_gshared (U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_0 = (Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)L_0); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_4; L_4 = (( Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 (*) (Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )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.Linq.Enumerable/<>c__DisplayClass7_0`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mAE35BD34299D61108049E445FB1A90CBB193272E_gshared (U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mF028A087C8EA33E455059E5E93A387C27F327696_gshared (U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_0 = (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_0); int32_t L_4; L_4 = (( int32_t (*) (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); 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.Linq.Enumerable/<>c__DisplayClass7_0`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mAB068EE2B8E0BBDE656C51DA51A207A4938CF9D4_gshared (U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m4438B06AEA9CE8A9757F1FD1C4937C839417F78A_gshared (U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 * __this, RuntimeObject * ___x0, const RuntimeMethod* method) { { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_0 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector2_0(); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector1_1(); RuntimeObject * L_2 = ___x0; NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_0); RuntimeObject * L_4; L_4 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (RuntimeObject *)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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m82FDBCB63FF78AB9294764A4A7247DA9F91D1ED6_gshared (U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m12C5B8146FD46046F4FD30967F054D60D3C9C5B0_gshared (U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_0 = (Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)L_0); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_4; L_4 = (( Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 (*) (Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m721BD9EED7940B977F22638A87A7BC12869B09AF_gshared (U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mCF909D6D0B1563DC5BC9893DA55EE78D01C4285C_gshared (U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_0 = (Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)L_0); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_4; L_4 = (( Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB (*) (Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m71FD53BA134D7F5B158F4D6123AC550AF580BC1E_gshared (U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m8EB9C31A77F060375F00A34F38465FA0815912F0_gshared (U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_0 = (Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)L_0); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_4; L_4 = (( Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D (*) (Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mAF8CD237E9038ECEA7845615AB16E1D1EBA7E47F_gshared (U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m8E8D3697787FD74E13864626D16F6006E5D8487A_gshared (U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_0 = (Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)L_0); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_4; L_4 = (( Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE (*) (Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m30532ED2E8FC628FED5AAB15A64AB788EE5FD69F_gshared (U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m9305EB4D2D7CD537F69FAA8619DE3D8E96AB2EAC_gshared (U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_0 = (Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)L_0); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_4; L_4 = (( Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 (*) (Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m9C9944C8DB28443F71CC86B837510150F2533D55_gshared (U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m5CAF4CD7529544AB37947B235B3977A62DBE117B_gshared (U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_0 = (Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)L_0); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_4; L_4 = (( Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 (*) (Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mEEBAA631F2CE5F04CF0C6C88EF36C6C26AC183CE_gshared (U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m13FA7338210598DA355C5EC33DDB7A7B3D108EA1_gshared (U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_0 = (Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)L_0); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_4; L_4 = (( Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE (*) (Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m8BB163DCE6E9E970BA7ECEEE3AF32F44A24920CD_gshared (U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t989A25F213E59B429D409844716D883464EB981E U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mBE21E750F23259A67695CBF60ACD2786C086FC05_gshared (U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_0 = (Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)L_0); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_4; L_4 = (( Memory_1_t989A25F213E59B429D409844716D883464EB981E (*) (Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t989A25F213E59B429D409844716D883464EB981E )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m6289A0D7F90E276C3D2407F92DCB7084B5DF4CB1_gshared (U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mA6D6459B542CE338171A373EFB5E2E76842D0D16_gshared (U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_0 = (Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)L_0); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_4; L_4 = (( Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE (*) (Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m809995B9B18893E7771A49F8C91D3F99999C89CC_gshared (U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m594AE2B587103726BD495BE3C364CDAD49AF7EE5_gshared (U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_0 = (Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)L_0); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_4; L_4 = (( Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 (*) (Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m73F7DBB50B317C2AE6E728344AC28B6463E601F2_gshared (U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mFE2D585E027D3C3C271F62368A68C370FD7A443D_gshared (U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_0 = (Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)L_0); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_4; L_4 = (( Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 (*) (Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m62458D969FE166B0D1EAC6A39530C42B911B64C3_gshared (U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m6DA7E8BFAE21296943EC6AAA7CABA6F58659DAE0_gshared (U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_0 = (Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)L_0); Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_4; L_4 = (( Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 (*) (Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mC1BEE5B6D7E82D42B76539D27CA6CBCCE1C12563_gshared (U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m7813327ADF82DCFBDB04D420EC0ED6197D792FC8_gshared (U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_0 = (Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)L_0); Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_4; L_4 = (( Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 (*) (Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m8196487B3286E415A34F692896E04F218F3C5DCC_gshared (U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mFAE58007617AB647ABE76FF587B947545E5B8812_gshared (U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * L_0 = (Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)L_0); Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_4; L_4 = (( Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 (*) (Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m6FD41729499A8EBEC5219549927D5A03220A1D68_gshared (U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m15E2503A5FAB565E7148FB6FFF2231651955AF1F_gshared (U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_0 = (Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)L_0); Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_4; L_4 = (( Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 (*) (Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mA0DA8C251A1594C18D55AB02BB7575606757D517_gshared (U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mB9E1397A23A39E3414CAB881A1F28346F8AB78FF_gshared (U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_0 = (Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)L_0); Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_4; L_4 = (( Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 (*) (Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mC58501BDF142BA5EC9B8BD43B9AB3F8EDD09C184_gshared (U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mC3AF7807B900A5CF1B5163C86E7D72B543E29186_gshared (U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_0 = (Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)L_0); Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_4; L_4 = (( Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA (*) (Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m9E8E077BDDD2493163370FE2A0D0FE528000D497_gshared (U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mCE9CDDD783B666FFCDC471707DCA9777CB18A31B_gshared (U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_0 = (Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)L_0); Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_4; L_4 = (( Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 (*) (Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m6F13A60B5B766D12815BA1ADF4A4E95224D29807_gshared (U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m817FBEC02B685F843A1363285696E81B7D799839_gshared (U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_0 = (Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)L_0); Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_4; L_4 = (( Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C (*) (Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m3CFF8D08B6FB601217081CE4CC3B6314DD7EA230_gshared (U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m67749024246A50CAE706639B337E14325CF32A82_gshared (U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * L_0 = (Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)L_0); Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_4; L_4 = (( Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 (*) (Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mB5F7DD2B3D984C39BA4AF68DD6671DB9D1CD49B4_gshared (U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mB4BFEBDCD95C506A94E9E60F95ADAB2D31B9C3D7_gshared (U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_0 = (Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)L_0); Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_4; L_4 = (( Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 (*) (Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m7E2F1AB9BD98A746D808C0A0F11B66BCDD67C32F_gshared (U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mF2913F7B9E8954062FB4FDBA232759E57F5E7B42_gshared (U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_0 = (Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)L_0); Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_4; L_4 = (( Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 (*) (Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mFD9081F4F353FAB73E22E20B2B7BBF8404F85DC6_gshared (U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mDC4CE452800C87AE6FA8B2B8ADD8B2A89FF4D519_gshared (U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_0 = (Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)L_0); Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_4; L_4 = (( Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 (*) (Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m9CCFDE328F7434C517AB7EDBDF04B052A1086B3A_gshared (U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mE0DBC232277C539161910533E98EB319DF0F2BFF_gshared (U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_0 = (Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)L_0); Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_4; L_4 = (( Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D (*) (Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m7B776D022EAA6F9D1680C9520158749E89B868DF_gshared (U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m4A8ACA86396CAE55AF18D7B196BC01D67B010E9E_gshared (U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_0 = (Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)L_0); Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_4; L_4 = (( Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 (*) (Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m6523788C2069F41CC184B7AB4BADB678031801EC_gshared (U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mA3038B8237B5725A22B4FED844E19A2D3B06A558_gshared (U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_0 = (Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)L_0); Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_4; L_4 = (( Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 (*) (Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m423ADB27152E2CF4A915FCAE32ADC3A6778939EF_gshared (U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mF4D02E5F3801F64ADC242C8E2F32E79D2343DAB1_gshared (U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_0 = (Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)L_0); Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_4; L_4 = (( Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B (*) (Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m151FAACCE4BBE8D99112A319FEEFB532D39C1138_gshared (U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m9A28EF38521B60051E482261305469E8B189F749_gshared (U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_0 = (Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)L_0); Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_4; L_4 = (( Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF (*) (Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m49DC88A1018559A2595BA92C216FF772A09C1891_gshared (U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m24E664EFC217E5E884912EEF287D0AE0C8BF9677_gshared (U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * L_0 = (Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)L_0); Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_4; L_4 = (( Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 (*) (Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m2C6610A3547B985F3B9D61FFC14F4E2F53E2CF56_gshared (U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mD72F0E9D72E443B9290A737A95128E9C8B3905E0_gshared (U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_0 = (Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)L_0); Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_4; L_4 = (( Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E (*) (Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m7A2421EF49C7AFD734121A9C26A83C1D62FFBB13_gshared (U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mBF15439A81DCD350B3FFD98EEC5EFDEA3C27B111_gshared (U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_0 = (Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)L_0); Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_4; L_4 = (( Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA (*) (Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m1E4741550ED5BFDC240598CACE89BE27BE0A6604_gshared (U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mC07D58EFB5174AA715C0BB6800270C24EDCA7E11_gshared (U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_0 = (Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)L_0); Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_4; L_4 = (( Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B (*) (Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mBBA4EE297B205B607C6A3C1D017CA20770C976B6_gshared (U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mC83F4438F2D3E03D6FCAF91A725512F7EEB26DBC_gshared (U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_0 = (Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)L_0); Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_4; L_4 = (( Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE (*) (Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m96C3DAEB00FF2A306A4E768541EAE67BE72C59F9_gshared (U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mA12498544D9B2885FF01426C3DCEB2B2447F2595_gshared (U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_0 = (Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)L_0); Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_4; L_4 = (( Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 (*) (Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m3B497F48988BD5E32486E7F933313E0C61660053_gshared (U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_mCF29BDB7EDFCF80B154A1EF8037F70471A5AB522_gshared (U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * L_0 = (Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)L_0); Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_4; L_4 = (( Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA (*) (Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )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.Linq.Enumerable/<>c__DisplayClass7_0`3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_m6C8E08FC7B1E4328889254A07440F746C1FCF8D3_gshared (U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3>::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m62ED8C8D76878F5B8069E94FD32D8D4A8F7F1B1E_gshared (U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_0 = (Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)L_0); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_4; L_4 = (( Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 (*) (Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )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.Linq.Enumerable/<>c__DisplayClass7_0`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mFD71797258CCB9BC65A1142BD97A384DD209A30B_gshared (U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m42C28A0F7D5C6DB071E93E036A8E0DD07F82AB7A_gshared (U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_0 = (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_0); int32_t L_4; L_4 = (( int32_t (*) (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); 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.Linq.Enumerable/<>c__DisplayClass7_0`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_3__ctor_mF14EB6DB37CBD47ED9226442DC5DF87426BC96BF_gshared (U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // TResult System.Linq.Enumerable/<>c__DisplayClass7_0`3::b__0(TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass7_0_3_U3CCombineSelectorsU3Eb__0_m283E5D3956EEE557FE84224B08F847C3DA00E6A1_gshared (U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___x0, const RuntimeMethod* method) { { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_0 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)__this->get_selector2_0(); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_1 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)__this->get_selector1_1(); StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 L_2 = ___x0; NullCheck((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_1, (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_0); RuntimeObject * L_4; L_4 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_0, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (RuntimeObject *)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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_1__ctor_mC2D3E7763992281A952D9D483D65C7ABA886232A_gshared (U3CU3Ec__DisplayClass8_0_1_tDD01E075D9A833A8CE7E2A31C80F19CB3A36045B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1::b__0(T,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_1_U3CCreateSetU3Eb__0_mA54D79E0043734A5BD5E4F74DC0A0F7513C6D49C_gshared (U3CU3Ec__DisplayClass8_0_1_tDD01E075D9A833A8CE7E2A31C80F19CB3A36045B * __this, RuntimeObject * ___o0, RuntimeObject * ___v1, const RuntimeMethod* method) { { FieldInfo_t * L_0 = (FieldInfo_t *)__this->get_fieldInfo_0(); RuntimeObject * L_1 = ___o0; RuntimeObject * L_2 = ___v1; NullCheck((FieldInfo_t *)L_0); FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C((FieldInfo_t *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_2, /*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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_1__ctor_m230E0FAFDD0651D461BDF02E2D8855E23AFDE495_gshared (U3CU3Ec__DisplayClass9_0_1_t5A0C951DACBA896CC0CA478D42E60A23A2B8E2FB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1::b__0(T,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_1_U3CCreateSetU3Eb__0_m06B5125AF52EC740E8664CE5E6BC3968DE36CF8B_gshared (U3CU3Ec__DisplayClass9_0_1_t5A0C951DACBA896CC0CA478D42E60A23A2B8E2FB * __this, RuntimeObject * ___o0, RuntimeObject * ___v1, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = (PropertyInfo_t *)__this->get_propertyInfo_0(); RuntimeObject * L_1 = ___o0; RuntimeObject * L_2 = ___v1; NullCheck((PropertyInfo_t *)L_0); VirtualActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(33 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, (PropertyInfo_t *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_2, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)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 #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 #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 #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 #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 #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 // j__TPar <>f__AnonymousType0`2::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType0_2_get_Type_m72814DB66A6460595922DF1B081B5BD9C1A74B94_gshared (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTypeU3Ei__Field_0(); return (int32_t)L_0; } } // j__TPar <>f__AnonymousType0`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType0_2_get_Value_m301323F9EDB889D73CF84C25CD8A79351EE2A71D_gshared (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); return (RuntimeObject *)L_0; } } // System.Void <>f__AnonymousType0`2::.ctor(j__TPar,j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType0_2__ctor_m8F7E7F42D9F4FC4360EF3FCE62D8795FF53C5BF3_gshared (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * __this, int32_t ___Type0, RuntimeObject * ___Value1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___Type0; __this->set_U3CTypeU3Ei__Field_0(L_0); RuntimeObject * L_1 = ___Value1; __this->set_U3CValueU3Ei__Field_1(L_1); return; } } // System.Boolean <>f__AnonymousType0`2::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ef__AnonymousType0_2_Equals_mF029F280070100689F0358B85A5ADD4D747777BE_gshared (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E *)((U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * L_1 = V_0; if (!L_1) { goto IL_0039; } } { EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * L_2; L_2 = (( EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); int32_t L_3 = (int32_t)__this->get_U3CTypeU3Ei__Field_0(); U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * L_4 = V_0; NullCheck(L_4); int32_t L_5 = (int32_t)L_4->get_U3CTypeU3Ei__Field_0(); NullCheck((EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)L_2); bool L_6; L_6 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)L_2, (int32_t)L_3, (int32_t)L_5); if (!L_6) { goto IL_0039; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_7; L_7 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = (RuntimeObject *)L_9->get_U3CValueU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7); bool L_11; L_11 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); return (bool)L_11; } IL_0039: { return (bool)0; } } // System.Int32 <>f__AnonymousType0`2::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType0_2_GetHashCode_m11B8BBE973AA483029DB1B0A101DF6C68B7EEC3F_gshared (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * __this, const RuntimeMethod* method) { { EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * L_0; L_0 = (( EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); int32_t L_1 = (int32_t)__this->get_U3CTypeU3Ei__Field_0(); NullCheck((EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)L_0, (int32_t)L_1); EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_3; L_3 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3); int32_t L_5; L_5 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3, (RuntimeObject *)L_4); return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)2017842877), (int32_t)((int32_t)-1521134295))), (int32_t)L_2)), (int32_t)((int32_t)-1521134295))), (int32_t)L_5)); } } // System.String <>f__AnonymousType0`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ef__AnonymousType0_2_ToString_m4BD3FCFFA7CBCC73ADF8C384E6E8F9993A401D65_gshared (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * __this, 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*)&_stringLiteral2180A03C40EDFFC95CD7CA87C07BA9D2DE052DFE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t* G_B3_0 = 0; int32_t G_B3_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject * G_B3_5 = NULL; int32_t* G_B1_0 = 0; int32_t G_B1_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_3 = NULL; String_t* G_B1_4 = NULL; RuntimeObject * G_B1_5 = NULL; int32_t* G_B2_0 = 0; int32_t G_B2_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_3 = NULL; String_t* G_B2_4 = NULL; RuntimeObject * G_B2_5 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_3 = NULL; String_t* G_B4_4 = NULL; RuntimeObject * G_B4_5 = NULL; RuntimeObject ** G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_3 = NULL; String_t* G_B7_4 = NULL; RuntimeObject * G_B7_5 = NULL; RuntimeObject ** G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_3 = NULL; String_t* G_B5_4 = NULL; RuntimeObject * G_B5_5 = NULL; RuntimeObject ** G_B6_0 = NULL; int32_t G_B6_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_3 = NULL; String_t* G_B6_4 = NULL; RuntimeObject * G_B6_5 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_3 = NULL; String_t* G_B8_4 = NULL; RuntimeObject * G_B8_5 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; int32_t L_2 = (int32_t)__this->get_U3CTypeU3Ei__Field_0(); V_0 = (int32_t)L_2; il2cpp_codegen_initobj((&V_1), sizeof(int32_t)); G_B3_0 = (&V_0); G_B3_1 = 0; G_B3_2 = L_1; G_B3_3 = L_1; G_B3_4 = _stringLiteral2180A03C40EDFFC95CD7CA87C07BA9D2DE052DFE; G_B3_5 = NULL; goto IL_003b; G_B1_0 = (&V_0); G_B1_1 = 0; G_B1_2 = L_1; G_B1_3 = L_1; G_B1_4 = _stringLiteral2180A03C40EDFFC95CD7CA87C07BA9D2DE052DFE; G_B1_5 = NULL; } { int32_t L_4 = (*(int32_t*)G_B1_0); V_1 = (int32_t)L_4; G_B3_0 = (&V_1); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; G_B3_4 = G_B1_4; G_B3_5 = G_B1_5; goto IL_003b; G_B2_0 = (&V_1); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; G_B2_4 = G_B1_4; G_B2_5 = G_B1_5; } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; G_B4_4 = G_B2_4; G_B4_5 = G_B2_5; goto IL_0046; } IL_003b: { Il2CppFakeBox L_6(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), G_B3_0); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(&L_6)); G_B4_0 = L_7; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; G_B4_5 = G_B3_5; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (RuntimeObject *)G_B4_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B4_3; RuntimeObject * L_9 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); V_2 = (RuntimeObject *)L_9; il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_3; G_B5_0 = (&V_2); G_B5_1 = 1; G_B5_2 = L_8; G_B5_3 = L_8; G_B5_4 = G_B4_4; G_B5_5 = G_B4_5; if (L_10) { G_B7_0 = (&V_2); G_B7_1 = 1; G_B7_2 = L_8; G_B7_3 = L_8; G_B7_4 = G_B4_4; G_B7_5 = G_B4_5; goto IL_0076; } } { RuntimeObject * L_11 = (*(RuntimeObject **)G_B5_0); V_3 = (RuntimeObject *)L_11; RuntimeObject * L_12 = V_3; G_B6_0 = (&V_3); G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; G_B6_4 = G_B5_4; G_B6_5 = G_B5_5; if (L_12) { G_B7_0 = (&V_3); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; G_B7_4 = G_B5_4; G_B7_5 = G_B5_5; goto IL_0076; } } { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; G_B8_3 = G_B6_3; G_B8_4 = G_B6_4; G_B8_5 = G_B6_5; goto IL_0081; } IL_0076: { NullCheck((RuntimeObject *)(*G_B7_0)); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B7_0)); G_B8_0 = L_13; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; G_B8_4 = G_B7_4; G_B8_5 = G_B7_5; } IL_0081: { NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, G_B8_0); (G_B8_2)->SetAt(static_cast(G_B8_1), (RuntimeObject *)G_B8_0); String_t* L_14; L_14 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21((RuntimeObject*)G_B8_5, (String_t*)G_B8_4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B8_3, /*hidden argument*/NULL); return (String_t*)L_14; } } #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 // j__TPar <>f__AnonymousType0`2::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType0_2_get_Type_mF4088BB980394D7804FEB3981A7C14B705B3F2C0_gshared (U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CTypeU3Ei__Field_0(); return (RuntimeObject *)L_0; } } // j__TPar <>f__AnonymousType0`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType0_2_get_Value_m45E812DDAB1D223A0CF388298010E47271F35A52_gshared (U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); return (RuntimeObject *)L_0; } } // System.Void <>f__AnonymousType0`2::.ctor(j__TPar,j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType0_2__ctor_mA241707AD9877D098991BDD1DC7E3C85C26E58AF_gshared (U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * __this, RuntimeObject * ___Type0, RuntimeObject * ___Value1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___Type0; __this->set_U3CTypeU3Ei__Field_0(L_0); RuntimeObject * L_1 = ___Value1; __this->set_U3CValueU3Ei__Field_1(L_1); return; } } // System.Boolean <>f__AnonymousType0`2::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ef__AnonymousType0_2_Equals_mCE247F3383E618B36F7B67E8D6328FDB07E238C4_gshared (U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = (U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D *)((U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * L_1 = V_0; if (!L_1) { goto IL_0039; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_2; L_2 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CTypeU3Ei__Field_0(); U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get_U3CTypeU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2); bool L_6; L_6 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5); if (!L_6) { goto IL_0039; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_7; L_7 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = (RuntimeObject *)L_9->get_U3CValueU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7); bool L_11; L_11 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); return (bool)L_11; } IL_0039: { return (bool)0; } } // System.Int32 <>f__AnonymousType0`2::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType0_2_GetHashCode_mF4290E53D1550A6FA9D3250633F543EED6EC6DA1_gshared (U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * __this, const RuntimeMethod* method) { { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_0; L_0 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_U3CTypeU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0, (RuntimeObject *)L_1); EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_3; L_3 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3); int32_t L_5; L_5 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3, (RuntimeObject *)L_4); return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)2017842877), (int32_t)((int32_t)-1521134295))), (int32_t)L_2)), (int32_t)((int32_t)-1521134295))), (int32_t)L_5)); } } // System.String <>f__AnonymousType0`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ef__AnonymousType0_2_ToString_mA718DFAE9F7B2E8623FF168B7D2C056804287233_gshared (U3CU3Ef__AnonymousType0_2_t1867E2C6FA83ACD0742703CD2E554BAFF3AA1D2D * __this, 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*)&_stringLiteral2180A03C40EDFFC95CD7CA87C07BA9D2DE052DFE); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject ** G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject * G_B3_5 = NULL; RuntimeObject ** G_B1_0 = NULL; int32_t G_B1_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_3 = NULL; String_t* G_B1_4 = NULL; RuntimeObject * G_B1_5 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B2_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_3 = NULL; String_t* G_B2_4 = NULL; RuntimeObject * G_B2_5 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_3 = NULL; String_t* G_B4_4 = NULL; RuntimeObject * G_B4_5 = NULL; RuntimeObject ** G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_3 = NULL; String_t* G_B7_4 = NULL; RuntimeObject * G_B7_5 = NULL; RuntimeObject ** G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_3 = NULL; String_t* G_B5_4 = NULL; RuntimeObject * G_B5_5 = NULL; RuntimeObject ** G_B6_0 = NULL; int32_t G_B6_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_3 = NULL; String_t* G_B6_4 = NULL; RuntimeObject * G_B6_5 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_3 = NULL; String_t* G_B8_4 = NULL; RuntimeObject * G_B8_5 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; RuntimeObject * L_2 = (RuntimeObject *)__this->get_U3CTypeU3Ei__Field_0(); V_0 = (RuntimeObject *)L_2; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_1; G_B1_0 = (&V_0); G_B1_1 = 0; G_B1_2 = L_1; G_B1_3 = L_1; G_B1_4 = _stringLiteral2180A03C40EDFFC95CD7CA87C07BA9D2DE052DFE; G_B1_5 = NULL; if (L_3) { G_B3_0 = (&V_0); G_B3_1 = 0; G_B3_2 = L_1; G_B3_3 = L_1; G_B3_4 = _stringLiteral2180A03C40EDFFC95CD7CA87C07BA9D2DE052DFE; G_B3_5 = NULL; goto IL_003b; } } { RuntimeObject * L_4 = (*(RuntimeObject **)G_B1_0); V_1 = (RuntimeObject *)L_4; RuntimeObject * L_5 = V_1; G_B2_0 = (&V_1); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; G_B2_4 = G_B1_4; G_B2_5 = G_B1_5; if (L_5) { G_B3_0 = (&V_1); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; G_B3_4 = G_B1_4; G_B3_5 = G_B1_5; goto IL_003b; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; G_B4_4 = G_B2_4; G_B4_5 = G_B2_5; goto IL_0046; } IL_003b: { NullCheck((RuntimeObject *)(*G_B3_0)); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_6; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; G_B4_5 = G_B3_5; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (RuntimeObject *)G_B4_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B4_3; RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CValueU3Ei__Field_1(); V_2 = (RuntimeObject *)L_8; il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_9 = V_3; G_B5_0 = (&V_2); G_B5_1 = 1; G_B5_2 = L_7; G_B5_3 = L_7; G_B5_4 = G_B4_4; G_B5_5 = G_B4_5; if (L_9) { G_B7_0 = (&V_2); G_B7_1 = 1; G_B7_2 = L_7; G_B7_3 = L_7; G_B7_4 = G_B4_4; G_B7_5 = G_B4_5; goto IL_0076; } } { RuntimeObject * L_10 = (*(RuntimeObject **)G_B5_0); V_3 = (RuntimeObject *)L_10; RuntimeObject * L_11 = V_3; G_B6_0 = (&V_3); G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; G_B6_4 = G_B5_4; G_B6_5 = G_B5_5; if (L_11) { G_B7_0 = (&V_3); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; G_B7_4 = G_B5_4; G_B7_5 = G_B5_5; goto IL_0076; } } { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; G_B8_3 = G_B6_3; G_B8_4 = G_B6_4; G_B8_5 = G_B6_5; goto IL_0081; } IL_0076: { NullCheck((RuntimeObject *)(*G_B7_0)); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B7_0)); G_B8_0 = L_12; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; G_B8_4 = G_B7_4; G_B8_5 = G_B7_5; } IL_0081: { NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, G_B8_0); (G_B8_2)->SetAt(static_cast(G_B8_1), (RuntimeObject *)G_B8_0); String_t* L_13; L_13 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21((RuntimeObject*)G_B8_5, (String_t*)G_B8_4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B8_3, /*hidden argument*/NULL); return (String_t*)L_13; } } #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 // j__TPar <>f__AnonymousType1`3::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType1_3_get_Name_m6B1D84253B8F0FDEDE961E6C9D8D4A6CF7B9D433_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); return (RuntimeObject *)L_0; } } // j__TPar <>f__AnonymousType1`3::get_Age() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType1_3_get_Age_mA109AA953A93216EFCDB973AEB0EBCC6AD2ED64F_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CAgeU3Ei__Field_1(); return (int32_t)L_0; } } //
j__TPar <>f__AnonymousType1`3::get_Address() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType1_3_get_Address_m4992A42AE4D14CCBB1337C8AC3B612BFD1B2A615_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); return (RuntimeObject *)L_0; } } // System.Void <>f__AnonymousType1`3::.ctor(j__TPar,j__TPar,
j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType1_3__ctor_m198A9580F011F84B8FC5AA1D532F783A34E7E2D8_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, RuntimeObject * ___Name0, int32_t ___Age1, RuntimeObject * ___Address2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___Name0; __this->set_U3CNameU3Ei__Field_0(L_0); int32_t L_1 = ___Age1; __this->set_U3CAgeU3Ei__Field_1(L_1); RuntimeObject * L_2 = ___Address2; __this->set_U3CAddressU3Ei__Field_2(L_2); return; } } // System.Boolean <>f__AnonymousType1`3::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ef__AnonymousType1_3_Equals_m58B8645E12664EFB97C72BC33EC99EFBEFBC2665_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 *)((U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * L_1 = V_0; if (!L_1) { goto IL_0051; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_2; L_2 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get_U3CNameU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2); bool L_6; L_6 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5); if (!L_6) { goto IL_0051; } } { EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * L_7; L_7 = (( EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); int32_t L_8 = (int32_t)__this->get_U3CAgeU3Ei__Field_1(); U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = (int32_t)L_9->get_U3CAgeU3Ei__Field_1(); NullCheck((EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_7); bool L_11; L_11 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_7, (int32_t)L_8, (int32_t)L_10); if (!L_11) { goto IL_0051; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_12; L_12 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject * L_13 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15 = (RuntimeObject *)L_14->get_U3CAddressU3Ei__Field_2(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_12); bool L_16; L_16 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_15); return (bool)L_16; } IL_0051: { return (bool)0; } } // System.Int32 <>f__AnonymousType1`3::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType1_3_GetHashCode_mD82A9043BB60B34FD6C67279A18C79B6D9B4ABF6_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, const RuntimeMethod* method) { { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_0; L_0 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0, (RuntimeObject *)L_1); EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * L_3; L_3 = (( EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); int32_t L_4 = (int32_t)__this->get_U3CAgeU3Ei__Field_1(); NullCheck((EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_3); int32_t L_5; L_5 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_3, (int32_t)L_4); EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_6; L_6 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject * L_7 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6); int32_t L_8; L_8 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6, (RuntimeObject *)L_7); return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)-1081876290), (int32_t)((int32_t)-1521134295))), (int32_t)L_2)), (int32_t)((int32_t)-1521134295))), (int32_t)L_5)), (int32_t)((int32_t)-1521134295))), (int32_t)L_8)); } } // System.String <>f__AnonymousType1`3::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ef__AnonymousType1_3_ToString_mE44BA68F6936924FA5ACD2621426C0ACCD48E9A7_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, 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*)&_stringLiteral1AE5582FE4D479084E4A0651BCC2F44F1DF3FDD7); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; RuntimeObject ** G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject * G_B3_5 = NULL; RuntimeObject ** G_B1_0 = NULL; int32_t G_B1_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_3 = NULL; String_t* G_B1_4 = NULL; RuntimeObject * G_B1_5 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B2_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_3 = NULL; String_t* G_B2_4 = NULL; RuntimeObject * G_B2_5 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_3 = NULL; String_t* G_B4_4 = NULL; RuntimeObject * G_B4_5 = NULL; int32_t* G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_3 = NULL; String_t* G_B7_4 = NULL; RuntimeObject * G_B7_5 = NULL; int32_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_3 = NULL; String_t* G_B5_4 = NULL; RuntimeObject * G_B5_5 = NULL; int32_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_3 = NULL; String_t* G_B6_4 = NULL; RuntimeObject * G_B6_5 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_3 = NULL; String_t* G_B8_4 = NULL; RuntimeObject * G_B8_5 = NULL; RuntimeObject ** G_B11_0 = NULL; int32_t G_B11_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B11_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B11_3 = NULL; String_t* G_B11_4 = NULL; RuntimeObject * G_B11_5 = NULL; RuntimeObject ** G_B9_0 = NULL; int32_t G_B9_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B9_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B9_3 = NULL; String_t* G_B9_4 = NULL; RuntimeObject * G_B9_5 = NULL; RuntimeObject ** G_B10_0 = NULL; int32_t G_B10_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B10_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B10_3 = NULL; String_t* G_B10_4 = NULL; RuntimeObject * G_B10_5 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B12_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B12_3 = NULL; String_t* G_B12_4 = NULL; RuntimeObject * G_B12_5 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; RuntimeObject * L_2 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); V_0 = (RuntimeObject *)L_2; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_1; G_B1_0 = (&V_0); G_B1_1 = 0; G_B1_2 = L_1; G_B1_3 = L_1; G_B1_4 = _stringLiteral1AE5582FE4D479084E4A0651BCC2F44F1DF3FDD7; G_B1_5 = NULL; if (L_3) { G_B3_0 = (&V_0); G_B3_1 = 0; G_B3_2 = L_1; G_B3_3 = L_1; G_B3_4 = _stringLiteral1AE5582FE4D479084E4A0651BCC2F44F1DF3FDD7; G_B3_5 = NULL; goto IL_003b; } } { RuntimeObject * L_4 = (*(RuntimeObject **)G_B1_0); V_1 = (RuntimeObject *)L_4; RuntimeObject * L_5 = V_1; G_B2_0 = (&V_1); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; G_B2_4 = G_B1_4; G_B2_5 = G_B1_5; if (L_5) { G_B3_0 = (&V_1); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; G_B3_4 = G_B1_4; G_B3_5 = G_B1_5; goto IL_003b; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; G_B4_4 = G_B2_4; G_B4_5 = G_B2_5; goto IL_0046; } IL_003b: { NullCheck((RuntimeObject *)(*G_B3_0)); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_6; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; G_B4_5 = G_B3_5; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (RuntimeObject *)G_B4_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B4_3; int32_t L_8 = (int32_t)__this->get_U3CAgeU3Ei__Field_1(); V_2 = (int32_t)L_8; il2cpp_codegen_initobj((&V_3), sizeof(int32_t)); G_B7_0 = (&V_2); G_B7_1 = 1; G_B7_2 = L_7; G_B7_3 = L_7; G_B7_4 = G_B4_4; G_B7_5 = G_B4_5; goto IL_0076; G_B5_0 = (&V_2); G_B5_1 = 1; G_B5_2 = L_7; G_B5_3 = L_7; G_B5_4 = G_B4_4; G_B5_5 = G_B4_5; } { int32_t L_10 = (*(int32_t*)G_B5_0); V_3 = (int32_t)L_10; G_B7_0 = (&V_3); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; G_B7_4 = G_B5_4; G_B7_5 = G_B5_5; goto IL_0076; G_B6_0 = (&V_3); G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; G_B6_4 = G_B5_4; G_B6_5 = G_B5_5; } { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; G_B8_3 = G_B6_3; G_B8_4 = G_B6_4; G_B8_5 = G_B6_5; goto IL_0081; } IL_0076: { String_t* L_12; L_12 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(int32_t*)G_B7_0, /*hidden argument*/NULL); G_B8_0 = L_12; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; G_B8_4 = G_B7_4; G_B8_5 = G_B7_5; } IL_0081: { NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, G_B8_0); (G_B8_2)->SetAt(static_cast(G_B8_1), (RuntimeObject *)G_B8_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B8_3; RuntimeObject * L_14 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); V_4 = (RuntimeObject *)L_14; il2cpp_codegen_initobj((&V_5), sizeof(RuntimeObject *)); RuntimeObject * L_15 = V_5; G_B9_0 = (&V_4); G_B9_1 = 2; G_B9_2 = L_13; G_B9_3 = L_13; G_B9_4 = G_B8_4; G_B9_5 = G_B8_5; if (L_15) { G_B11_0 = (&V_4); G_B11_1 = 2; G_B11_2 = L_13; G_B11_3 = L_13; G_B11_4 = G_B8_4; G_B11_5 = G_B8_5; goto IL_00b5; } } { RuntimeObject * L_16 = (*(RuntimeObject **)G_B9_0); V_5 = (RuntimeObject *)L_16; RuntimeObject * L_17 = V_5; G_B10_0 = (&V_5); G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; G_B10_3 = G_B9_3; G_B10_4 = G_B9_4; G_B10_5 = G_B9_5; if (L_17) { G_B11_0 = (&V_5); G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; G_B11_3 = G_B9_3; G_B11_4 = G_B9_4; G_B11_5 = G_B9_5; goto IL_00b5; } } { G_B12_0 = ((String_t*)(NULL)); G_B12_1 = G_B10_1; G_B12_2 = G_B10_2; G_B12_3 = G_B10_3; G_B12_4 = G_B10_4; G_B12_5 = G_B10_5; goto IL_00c0; } IL_00b5: { NullCheck((RuntimeObject *)(*G_B11_0)); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B11_0)); G_B12_0 = L_18; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; G_B12_3 = G_B11_3; G_B12_4 = G_B11_4; G_B12_5 = G_B11_5; } IL_00c0: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (RuntimeObject *)G_B12_0); String_t* L_19; L_19 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21((RuntimeObject*)G_B12_5, (String_t*)G_B12_4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B12_3, /*hidden argument*/NULL); return (String_t*)L_19; } } #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 // j__TPar <>f__AnonymousType1`3::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType1_3_get_Name_mD877E030529FDA6693845603FC3E537AE2554637_gshared (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); return (RuntimeObject *)L_0; } } // j__TPar <>f__AnonymousType1`3::get_Age() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType1_3_get_Age_m0AC6F00FCE4E4C232E3AC38885D36CCC2D64A2AA_gshared (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CAgeU3Ei__Field_1(); return (RuntimeObject *)L_0; } } //
j__TPar <>f__AnonymousType1`3::get_Address() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType1_3_get_Address_m620CF49A24DAB8F228A59662AF3BF8D176FA707A_gshared (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); return (RuntimeObject *)L_0; } } // System.Void <>f__AnonymousType1`3::.ctor(j__TPar,j__TPar,
j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType1_3__ctor_m8048C0F6D77A14336955A7C855B7269C9E36489B_gshared (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * __this, RuntimeObject * ___Name0, RuntimeObject * ___Age1, RuntimeObject * ___Address2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___Name0; __this->set_U3CNameU3Ei__Field_0(L_0); RuntimeObject * L_1 = ___Age1; __this->set_U3CAgeU3Ei__Field_1(L_1); RuntimeObject * L_2 = ___Address2; __this->set_U3CAddressU3Ei__Field_2(L_2); return; } } // System.Boolean <>f__AnonymousType1`3::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ef__AnonymousType1_3_Equals_m0D8713259C4364295A4C3260F566E9A1F3C5AAB4_gshared (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 *)((U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * L_1 = V_0; if (!L_1) { goto IL_0051; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_2; L_2 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get_U3CNameU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2); bool L_6; L_6 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5); if (!L_6) { goto IL_0051; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_7; L_7 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CAgeU3Ei__Field_1(); U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = (RuntimeObject *)L_9->get_U3CAgeU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7); bool L_11; L_11 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); if (!L_11) { goto IL_0051; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_12; L_12 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject * L_13 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15 = (RuntimeObject *)L_14->get_U3CAddressU3Ei__Field_2(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_12); bool L_16; L_16 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_15); return (bool)L_16; } IL_0051: { return (bool)0; } } // System.Int32 <>f__AnonymousType1`3::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType1_3_GetHashCode_mA2B48EC9F157E16EC9D2DD118BF6A4C874A6EE6F_gshared (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * __this, const RuntimeMethod* method) { { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_0; L_0 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0, (RuntimeObject *)L_1); EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_3; L_3 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CAgeU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3); int32_t L_5; L_5 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3, (RuntimeObject *)L_4); EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_6; L_6 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject * L_7 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6); int32_t L_8; L_8 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6, (RuntimeObject *)L_7); return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)-1081876290), (int32_t)((int32_t)-1521134295))), (int32_t)L_2)), (int32_t)((int32_t)-1521134295))), (int32_t)L_5)), (int32_t)((int32_t)-1521134295))), (int32_t)L_8)); } } // System.String <>f__AnonymousType1`3::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ef__AnonymousType1_3_ToString_m4DF5E05AB11B1E37B58C6FBC7FC4113BA6DA3B3D_gshared (U3CU3Ef__AnonymousType1_3_t4739D76135FDE7710878B52E802AEBBB71F49A94 * __this, 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*)&_stringLiteral1AE5582FE4D479084E4A0651BCC2F44F1DF3FDD7); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; RuntimeObject ** G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject * G_B3_5 = NULL; RuntimeObject ** G_B1_0 = NULL; int32_t G_B1_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_3 = NULL; String_t* G_B1_4 = NULL; RuntimeObject * G_B1_5 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B2_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_3 = NULL; String_t* G_B2_4 = NULL; RuntimeObject * G_B2_5 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_3 = NULL; String_t* G_B4_4 = NULL; RuntimeObject * G_B4_5 = NULL; RuntimeObject ** G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_3 = NULL; String_t* G_B7_4 = NULL; RuntimeObject * G_B7_5 = NULL; RuntimeObject ** G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_3 = NULL; String_t* G_B5_4 = NULL; RuntimeObject * G_B5_5 = NULL; RuntimeObject ** G_B6_0 = NULL; int32_t G_B6_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_3 = NULL; String_t* G_B6_4 = NULL; RuntimeObject * G_B6_5 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_3 = NULL; String_t* G_B8_4 = NULL; RuntimeObject * G_B8_5 = NULL; RuntimeObject ** G_B11_0 = NULL; int32_t G_B11_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B11_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B11_3 = NULL; String_t* G_B11_4 = NULL; RuntimeObject * G_B11_5 = NULL; RuntimeObject ** G_B9_0 = NULL; int32_t G_B9_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B9_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B9_3 = NULL; String_t* G_B9_4 = NULL; RuntimeObject * G_B9_5 = NULL; RuntimeObject ** G_B10_0 = NULL; int32_t G_B10_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B10_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B10_3 = NULL; String_t* G_B10_4 = NULL; RuntimeObject * G_B10_5 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B12_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B12_3 = NULL; String_t* G_B12_4 = NULL; RuntimeObject * G_B12_5 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; RuntimeObject * L_2 = (RuntimeObject *)__this->get_U3CNameU3Ei__Field_0(); V_0 = (RuntimeObject *)L_2; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_1; G_B1_0 = (&V_0); G_B1_1 = 0; G_B1_2 = L_1; G_B1_3 = L_1; G_B1_4 = _stringLiteral1AE5582FE4D479084E4A0651BCC2F44F1DF3FDD7; G_B1_5 = NULL; if (L_3) { G_B3_0 = (&V_0); G_B3_1 = 0; G_B3_2 = L_1; G_B3_3 = L_1; G_B3_4 = _stringLiteral1AE5582FE4D479084E4A0651BCC2F44F1DF3FDD7; G_B3_5 = NULL; goto IL_003b; } } { RuntimeObject * L_4 = (*(RuntimeObject **)G_B1_0); V_1 = (RuntimeObject *)L_4; RuntimeObject * L_5 = V_1; G_B2_0 = (&V_1); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; G_B2_4 = G_B1_4; G_B2_5 = G_B1_5; if (L_5) { G_B3_0 = (&V_1); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; G_B3_4 = G_B1_4; G_B3_5 = G_B1_5; goto IL_003b; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; G_B4_4 = G_B2_4; G_B4_5 = G_B2_5; goto IL_0046; } IL_003b: { NullCheck((RuntimeObject *)(*G_B3_0)); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_6; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; G_B4_5 = G_B3_5; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (RuntimeObject *)G_B4_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B4_3; RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CAgeU3Ei__Field_1(); V_2 = (RuntimeObject *)L_8; il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_9 = V_3; G_B5_0 = (&V_2); G_B5_1 = 1; G_B5_2 = L_7; G_B5_3 = L_7; G_B5_4 = G_B4_4; G_B5_5 = G_B4_5; if (L_9) { G_B7_0 = (&V_2); G_B7_1 = 1; G_B7_2 = L_7; G_B7_3 = L_7; G_B7_4 = G_B4_4; G_B7_5 = G_B4_5; goto IL_0076; } } { RuntimeObject * L_10 = (*(RuntimeObject **)G_B5_0); V_3 = (RuntimeObject *)L_10; RuntimeObject * L_11 = V_3; G_B6_0 = (&V_3); G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; G_B6_4 = G_B5_4; G_B6_5 = G_B5_5; if (L_11) { G_B7_0 = (&V_3); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; G_B7_4 = G_B5_4; G_B7_5 = G_B5_5; goto IL_0076; } } { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; G_B8_3 = G_B6_3; G_B8_4 = G_B6_4; G_B8_5 = G_B6_5; goto IL_0081; } IL_0076: { NullCheck((RuntimeObject *)(*G_B7_0)); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B7_0)); G_B8_0 = L_12; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; G_B8_4 = G_B7_4; G_B8_5 = G_B7_5; } IL_0081: { NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, G_B8_0); (G_B8_2)->SetAt(static_cast(G_B8_1), (RuntimeObject *)G_B8_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B8_3; RuntimeObject * L_14 = (RuntimeObject *)__this->get_U3CAddressU3Ei__Field_2(); V_4 = (RuntimeObject *)L_14; il2cpp_codegen_initobj((&V_5), sizeof(RuntimeObject *)); RuntimeObject * L_15 = V_5; G_B9_0 = (&V_4); G_B9_1 = 2; G_B9_2 = L_13; G_B9_3 = L_13; G_B9_4 = G_B8_4; G_B9_5 = G_B8_5; if (L_15) { G_B11_0 = (&V_4); G_B11_1 = 2; G_B11_2 = L_13; G_B11_3 = L_13; G_B11_4 = G_B8_4; G_B11_5 = G_B8_5; goto IL_00b5; } } { RuntimeObject * L_16 = (*(RuntimeObject **)G_B9_0); V_5 = (RuntimeObject *)L_16; RuntimeObject * L_17 = V_5; G_B10_0 = (&V_5); G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; G_B10_3 = G_B9_3; G_B10_4 = G_B9_4; G_B10_5 = G_B9_5; if (L_17) { G_B11_0 = (&V_5); G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; G_B11_3 = G_B9_3; G_B11_4 = G_B9_4; G_B11_5 = G_B9_5; goto IL_00b5; } } { G_B12_0 = ((String_t*)(NULL)); G_B12_1 = G_B10_1; G_B12_2 = G_B10_2; G_B12_3 = G_B10_3; G_B12_4 = G_B10_4; G_B12_5 = G_B10_5; goto IL_00c0; } IL_00b5: { NullCheck((RuntimeObject *)(*G_B11_0)); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B11_0)); G_B12_0 = L_18; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; G_B12_3 = G_B11_3; G_B12_4 = G_B11_4; G_B12_5 = G_B11_5; } IL_00c0: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (RuntimeObject *)G_B12_0); String_t* L_19; L_19 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21((RuntimeObject*)G_B12_5, (String_t*)G_B12_4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B12_3, /*hidden argument*/NULL); return (String_t*)L_19; } } #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 // j__TPar <>f__AnonymousType2`2::get_Street() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType2_2_get_Street_m65550D9E4931591333ED177389EB8D062A7AA4F6_gshared (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CStreetU3Ei__Field_0(); return (RuntimeObject *)L_0; } } // j__TPar <>f__AnonymousType2`2::get_Zip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ef__AnonymousType2_2_get_Zip_m35AF4825BD8958DCC89ED2D509774B8DF158D59C_gshared (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CZipU3Ei__Field_1(); return (RuntimeObject *)L_0; } } // System.Void <>f__AnonymousType2`2::.ctor(j__TPar,j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType2_2__ctor_mE14A68C1058B16BD540F9F8A1C62B0E72E6543B8_gshared (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * __this, RuntimeObject * ___Street0, RuntimeObject * ___Zip1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___Street0; __this->set_U3CStreetU3Ei__Field_0(L_0); RuntimeObject * L_1 = ___Zip1; __this->set_U3CZipU3Ei__Field_1(L_1); return; } } // System.Boolean <>f__AnonymousType2`2::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ef__AnonymousType2_2_Equals_m15C3802C8B096F0B124DAAEC5481E51FD4D6FC8B_gshared (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C *)((U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * L_1 = V_0; if (!L_1) { goto IL_0039; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_2; L_2 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CStreetU3Ei__Field_0(); U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get_U3CStreetU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2); bool L_6; L_6 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5); if (!L_6) { goto IL_0039; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_7; L_7 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CZipU3Ei__Field_1(); U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = (RuntimeObject *)L_9->get_U3CZipU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7); bool L_11; L_11 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); return (bool)L_11; } IL_0039: { return (bool)0; } } // System.Int32 <>f__AnonymousType2`2::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType2_2_GetHashCode_m2709431A09E7970DA12D486FB769CFCF52965ADF_gshared (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * __this, const RuntimeMethod* method) { { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_0; L_0 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_U3CStreetU3Ei__Field_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0, (RuntimeObject *)L_1); EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_3; L_3 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CZipU3Ei__Field_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3); int32_t L_5; L_5 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3, (RuntimeObject *)L_4); return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)-1325946772), (int32_t)((int32_t)-1521134295))), (int32_t)L_2)), (int32_t)((int32_t)-1521134295))), (int32_t)L_5)); } } // System.String <>f__AnonymousType2`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ef__AnonymousType2_2_ToString_mDE3436380922ECE6A54CE122BCD1FC987EFC9922_gshared (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * __this, 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*)&_stringLiteral44373090E3E7197ABB2861590A80E833E3B71C32); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject ** G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject * G_B3_5 = NULL; RuntimeObject ** G_B1_0 = NULL; int32_t G_B1_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_3 = NULL; String_t* G_B1_4 = NULL; RuntimeObject * G_B1_5 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B2_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_3 = NULL; String_t* G_B2_4 = NULL; RuntimeObject * G_B2_5 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_3 = NULL; String_t* G_B4_4 = NULL; RuntimeObject * G_B4_5 = NULL; RuntimeObject ** G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B7_3 = NULL; String_t* G_B7_4 = NULL; RuntimeObject * G_B7_5 = NULL; RuntimeObject ** G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_3 = NULL; String_t* G_B5_4 = NULL; RuntimeObject * G_B5_5 = NULL; RuntimeObject ** G_B6_0 = NULL; int32_t G_B6_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B6_3 = NULL; String_t* G_B6_4 = NULL; RuntimeObject * G_B6_5 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B8_3 = NULL; String_t* G_B8_4 = NULL; RuntimeObject * G_B8_5 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; RuntimeObject * L_2 = (RuntimeObject *)__this->get_U3CStreetU3Ei__Field_0(); V_0 = (RuntimeObject *)L_2; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_1; G_B1_0 = (&V_0); G_B1_1 = 0; G_B1_2 = L_1; G_B1_3 = L_1; G_B1_4 = _stringLiteral44373090E3E7197ABB2861590A80E833E3B71C32; G_B1_5 = NULL; if (L_3) { G_B3_0 = (&V_0); G_B3_1 = 0; G_B3_2 = L_1; G_B3_3 = L_1; G_B3_4 = _stringLiteral44373090E3E7197ABB2861590A80E833E3B71C32; G_B3_5 = NULL; goto IL_003b; } } { RuntimeObject * L_4 = (*(RuntimeObject **)G_B1_0); V_1 = (RuntimeObject *)L_4; RuntimeObject * L_5 = V_1; G_B2_0 = (&V_1); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; G_B2_4 = G_B1_4; G_B2_5 = G_B1_5; if (L_5) { G_B3_0 = (&V_1); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; G_B3_4 = G_B1_4; G_B3_5 = G_B1_5; goto IL_003b; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; G_B4_4 = G_B2_4; G_B4_5 = G_B2_5; goto IL_0046; } IL_003b: { NullCheck((RuntimeObject *)(*G_B3_0)); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_6; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; G_B4_5 = G_B3_5; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (RuntimeObject *)G_B4_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B4_3; RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CZipU3Ei__Field_1(); V_2 = (RuntimeObject *)L_8; il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_9 = V_3; G_B5_0 = (&V_2); G_B5_1 = 1; G_B5_2 = L_7; G_B5_3 = L_7; G_B5_4 = G_B4_4; G_B5_5 = G_B4_5; if (L_9) { G_B7_0 = (&V_2); G_B7_1 = 1; G_B7_2 = L_7; G_B7_3 = L_7; G_B7_4 = G_B4_4; G_B7_5 = G_B4_5; goto IL_0076; } } { RuntimeObject * L_10 = (*(RuntimeObject **)G_B5_0); V_3 = (RuntimeObject *)L_10; RuntimeObject * L_11 = V_3; G_B6_0 = (&V_3); G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; G_B6_4 = G_B5_4; G_B6_5 = G_B5_5; if (L_11) { G_B7_0 = (&V_3); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; G_B7_4 = G_B5_4; G_B7_5 = G_B5_5; goto IL_0076; } } { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; G_B8_3 = G_B6_3; G_B8_4 = G_B6_4; G_B8_5 = G_B6_5; goto IL_0081; } IL_0076: { NullCheck((RuntimeObject *)(*G_B7_0)); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B7_0)); G_B8_0 = L_12; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; G_B8_4 = G_B7_4; G_B8_5 = G_B7_5; } IL_0081: { NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, G_B8_0); (G_B8_2)->SetAt(static_cast(G_B8_1), (RuntimeObject *)G_B8_0); String_t* L_13; L_13 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21((RuntimeObject*)G_B8_5, (String_t*)G_B8_4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)G_B8_3, /*hidden argument*/NULL); return (String_t*)L_13; } } #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.Xml.Linq.XObject/d__16`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__16_1__ctor_m66213C2A4CB3957E17BE5E9A1719AD86D36F417A_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); int32_t L_1; L_1 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_1); return; } } // System.Void System.Xml.Linq.XObject/d__16`1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__16_1_System_IDisposable_Dispose_mC044D68EE94F7F8DB14AA87D78FE77E591F935B3_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.Linq.XObject/d__16`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAnnotationsU3Ed__16_1_MoveNext_m3888571014DA4F60D1C4CE062A6C6EB2932EC586_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; int32_t V_5 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_1 = (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 *)__this->get_U3CU3E4__this_3(); V_1 = (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 *)L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_0079; } case 2: { goto IL_00c3; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4 = (RuntimeObject *)L_3->get_annotations_1(); if (!L_4) { goto IL_00f3; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = (RuntimeObject *)L_5->get_annotations_1(); __this->set_U3CaU3E5__1_4(((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_6, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_U3CaU3E5__1_4(); if (L_7) { goto IL_0082; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_8 = V_1; NullCheck(L_8); RuntimeObject * L_9 = (RuntimeObject *)L_8->get_annotations_1(); V_2 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); RuntimeObject * L_10 = V_2; if (!L_10) { goto IL_00ec; } } { RuntimeObject * L_11 = V_2; __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0079: { __this->set_U3CU3E1__state_0((-1)); goto IL_00ec; } IL_0082: { __this->set_U3CiU3E5__2_5(0); goto IL_00dc; } IL_008b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_U3CaU3E5__1_4(); int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_5(); NullCheck(L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = (L_12)->GetAt(static_cast(L_14)); V_3 = (RuntimeObject *)L_15; RuntimeObject * L_16 = V_3; if (!L_16) { goto IL_00ec; } } { RuntimeObject * L_17 = V_3; V_4 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_17, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); RuntimeObject * L_18 = V_4; if (!L_18) { goto IL_00ca; } } { RuntimeObject * L_19 = V_4; __this->set_U3CU3E2__current_1(L_19); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00c3: { __this->set_U3CU3E1__state_0((-1)); } IL_00ca: { int32_t L_20 = (int32_t)__this->get_U3CiU3E5__2_5(); V_5 = (int32_t)L_20; int32_t L_21 = V_5; __this->set_U3CiU3E5__2_5(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); } IL_00dc: { int32_t L_22 = (int32_t)__this->get_U3CiU3E5__2_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_U3CaU3E5__1_4(); NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))) { goto IL_008b; } } IL_00ec: { __this->set_U3CaU3E5__1_4((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); } IL_00f3: { return (bool)0; } } // T System.Xml.Linq.XObject/d__16`1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CAnnotationsU3Ed__16_1_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_mAC2C42A590805662658BE076160E75E1E10A8038_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Void System.Xml.Linq.XObject/d__16`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__16_1_System_Collections_IEnumerator_Reset_mE10078C0A0C37524A003A3F5C060F5912716073D_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAnnotationsU3Ed__16_1_System_Collections_IEnumerator_Reset_mE10078C0A0C37524A003A3F5C060F5912716073D_RuntimeMethod_var))); } } // System.Object System.Xml.Linq.XObject/d__16`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CAnnotationsU3Ed__16_1_System_Collections_IEnumerator_get_Current_m47B6E8EDE92F5736EA8873499B0132FDBC597F79_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XObject/d__16`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAnnotationsU3Ed__16_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m86C4E95C704BB9C2340B1A0D231BB8757B3404BA_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, const RuntimeMethod* method) { U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0022; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); int32_t L_2; L_2 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0022; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 *)__this; goto IL_0035; } IL_0022: { U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * L_3 = (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 *)L_3; U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * L_4 = V_0; XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_5 = (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 *)__this->get_U3CU3E4__this_3(); NullCheck(L_4); L_4->set_U3CU3E4__this_3(L_5); } IL_0035: { U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * L_6 = V_0; return (RuntimeObject*)L_6; } } // System.Collections.IEnumerator System.Xml.Linq.XObject/d__16`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAnnotationsU3Ed__16_1_System_Collections_IEnumerable_GetEnumerator_mB5B8D132E81264C4CF965C310995944C2D7CD0CB_gshared (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 * __this, const RuntimeMethod* method) { { NullCheck((U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((U3CAnnotationsU3Ed__16_1_t761786DE229F627A89478C628E9744DA38B54690 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (RuntimeObject*)L_0; } } #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.Linq.Enumerable/d__99`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1__ctor_m8FDADB5DF0FE28CF99A27FDA182A4EE1547C0193_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); int32_t L_1; L_1 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_1); return; } } // System.Void System.Linq.Enumerable/d__99`1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_System_IDisposable_Dispose_m1AEC57FE71A254EC452DAF78D99F9FE29D382988_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) NullCheck((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean System.Linq.Enumerable/d__99`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCastIteratorU3Ed__99_1_MoveNext_mD622224ACF2381D686E279B1817ED273658C71BB_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_1 = (int32_t)L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0012; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0057; } } IL_000e: { V_0 = (bool)0; goto IL_0084; } IL_0012: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_3 = (RuntimeObject*)__this->get_source_3(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set_U3CU3E7__wrap1_5(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_005f; } IL_0034: { RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); V_2 = (RuntimeObject *)L_6; RuntimeObject * L_7 = V_2; __this->set_U3CU3E2__current_1(((*(uint8_t*)((uint8_t*)UnBox(L_7, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))))); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0084; } IL_0057: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_005f: { RuntimeObject* L_8 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); if (L_9) { goto IL_0034; } } IL_006c: { NullCheck((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_5((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_0084; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_007d; } FAULT_007d: {// begin fault (depth: 1) NullCheck((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); IL2CPP_END_FINALLY(125) }// end fault IL2CPP_CLEANUP(125) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0084: { bool L_10 = V_0; return (bool)L_10; } } // System.Void System.Linq.Enumerable/d__99`1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_U3CU3Em__Finally1_mDA8D6BB1B2BE32A4F7D619E9F00D899B5A86C2A2_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_001c; } } { RuntimeObject* L_2 = V_0; NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001c: { return; } } // TResult System.Linq.Enumerable/d__99`1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t U3CCastIteratorU3Ed__99_1_System_Collections_Generic_IEnumeratorU3CTResultU3E_get_Current_mB5D499C0361A4DA81B4EA7595BDA40BD93DFD133_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_U3CU3E2__current_1(); return (uint8_t)L_0; } } // System.Void System.Linq.Enumerable/d__99`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_m7562E27957FF3E41758AB407C501A1906299D84E_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_m7562E27957FF3E41758AB407C501A1906299D84E_RuntimeMethod_var))); } } // System.Object System.Linq.Enumerable/d__99`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_get_Current_mCB9B3178512DC54BF865011317D58188A70BD0E4_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_U3CU3E2__current_1(); uint8_t L_1 = (uint8_t)L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__99`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCastIteratorU3Ed__99_1_System_Collections_Generic_IEnumerableU3CTResultU3E_GetEnumerator_m368CD7DDFCCF9B0A7C4B46FDE6996138DFE84DB7_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0022; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); int32_t L_2; L_2 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0022; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this; goto IL_0029; } IL_0022: { U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * L_3 = (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_0 = (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)L_3; } IL_0029: { U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * L_4 = V_0; RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E3__source_4(); NullCheck(L_4); L_4->set_source_3(L_5); U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * L_6 = V_0; return (RuntimeObject*)L_6; } } // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerable_GetEnumerator_mFF150085326AFCC2A52EC3FA54B4F68494205339_gshared (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * __this, const RuntimeMethod* method) { { NullCheck((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (RuntimeObject*)L_0; } } #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.Linq.Enumerable/d__99`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1__ctor_mBC42B8A61F1AAD20C2261576D91190D5381CD77B_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); int32_t L_1; L_1 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_1); return; } } // System.Void System.Linq.Enumerable/d__99`1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_System_IDisposable_Dispose_m1E13CAA2C1290988EBBB37C73CAE0A6DB697BE4B_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) NullCheck((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean System.Linq.Enumerable/d__99`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCastIteratorU3Ed__99_1_MoveNext_m8EC99CD9CEB3715E8BF9C8C9327928AA7CA3A7EB_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_1 = (int32_t)L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0012; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0057; } } IL_000e: { V_0 = (bool)0; goto IL_0084; } IL_0012: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_3 = (RuntimeObject*)__this->get_source_3(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set_U3CU3E7__wrap1_5(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_005f; } IL_0034: { RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); V_2 = (RuntimeObject *)L_6; RuntimeObject * L_7 = V_2; __this->set_U3CU3E2__current_1(((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_7, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))))); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0084; } IL_0057: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_005f: { RuntimeObject* L_8 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); if (L_9) { goto IL_0034; } } IL_006c: { NullCheck((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_5((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_0084; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_007d; } FAULT_007d: {// begin fault (depth: 1) NullCheck((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); IL2CPP_END_FINALLY(125) }// end fault IL2CPP_CLEANUP(125) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0084: { bool L_10 = V_0; return (bool)L_10; } } // System.Void System.Linq.Enumerable/d__99`1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_U3CU3Em__Finally1_mF5FC600BB281BA3309BE27CA70BFA87CB80D593E_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_001c; } } { RuntimeObject* L_2 = V_0; NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001c: { return; } } // TResult System.Linq.Enumerable/d__99`1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 U3CCastIteratorU3Ed__99_1_System_Collections_Generic_IEnumeratorU3CTResultU3E_get_Current_m707B1BAE8CB4052061C61281E0525EBB37D8D1C5_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { { DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_0 = (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 )__this->get_U3CU3E2__current_1(); return (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 )L_0; } } // System.Void System.Linq.Enumerable/d__99`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_mDA386C19958278B4F17D0C5E5E8CC70E958F32E7_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_mDA386C19958278B4F17D0C5E5E8CC70E958F32E7_RuntimeMethod_var))); } } // System.Object System.Linq.Enumerable/d__99`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_get_Current_m5E094F4CE34B04D6491C2243FF4A81F38839CD8C_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { { DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_0 = (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 )__this->get_U3CU3E2__current_1(); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_1 = (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__99`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCastIteratorU3Ed__99_1_System_Collections_Generic_IEnumerableU3CTResultU3E_GetEnumerator_m323A825F357ECA670F84482022DBE0B1D84687EE_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0022; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); int32_t L_2; L_2 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0022; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this; goto IL_0029; } IL_0022: { U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * L_3 = (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_0 = (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)L_3; } IL_0029: { U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * L_4 = V_0; RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E3__source_4(); NullCheck(L_4); L_4->set_source_3(L_5); U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * L_6 = V_0; return (RuntimeObject*)L_6; } } // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerable_GetEnumerator_m4BE3BA907DA64871B2DD177E45F0A6E9CFE0819D_gshared (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * __this, const RuntimeMethod* method) { { NullCheck((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (RuntimeObject*)L_0; } } #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.Linq.Enumerable/d__99`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1__ctor_mBB71DCBE2C1A509B47141856351FE48C43F8293D_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); int32_t L_1; L_1 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_1); return; } } // System.Void System.Linq.Enumerable/d__99`1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_System_IDisposable_Dispose_m84F4BA0145664EE3735FFD6A63E5E0A3D6460266_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) NullCheck((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean System.Linq.Enumerable/d__99`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCastIteratorU3Ed__99_1_MoveNext_mCF1B8B727FCEBCA6E711012DCF334DA6243FDAAB_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_1 = (int32_t)L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0012; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0057; } } IL_000e: { V_0 = (bool)0; goto IL_0084; } IL_0012: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_3 = (RuntimeObject*)__this->get_source_3(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set_U3CU3E7__wrap1_5(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_005f; } IL_0034: { RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); V_2 = (RuntimeObject *)L_6; RuntimeObject * L_7 = V_2; __this->set_U3CU3E2__current_1(((RuntimeObject *)Castclass((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0084; } IL_0057: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_005f: { RuntimeObject* L_8 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); if (L_9) { goto IL_0034; } } IL_006c: { NullCheck((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_5((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_0084; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_007d; } FAULT_007d: {// begin fault (depth: 1) NullCheck((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this); (( void (*) (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); IL2CPP_END_FINALLY(125) }// end fault IL2CPP_CLEANUP(125) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0084: { bool L_10 = V_0; return (bool)L_10; } } // System.Void System.Linq.Enumerable/d__99`1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_U3CU3Em__Finally1_mBCE8B21EA0585CD3CCB5DE1BF15F1E10EBDC9C8F_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_001c; } } { RuntimeObject* L_2 = V_0; NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001c: { return; } } // TResult System.Linq.Enumerable/d__99`1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCastIteratorU3Ed__99_1_System_Collections_Generic_IEnumeratorU3CTResultU3E_get_Current_mA92A1472D742BDBFA84D28D7402DBB0A693807CB_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Void System.Linq.Enumerable/d__99`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_mFE46C28CF7CA2B11882AFB48B0AEB00F22E0FB36_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_Reset_mFE46C28CF7CA2B11882AFB48B0AEB00F22E0FB36_RuntimeMethod_var))); } } // System.Object System.Linq.Enumerable/d__99`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerator_get_Current_m622BF22C691BA752163C92F2EBC3BF6104933DFE_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__99`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCastIteratorU3Ed__99_1_System_Collections_Generic_IEnumerableU3CTResultU3E_GetEnumerator_mD30B3A1A4B59F806B963BC4780A6DC7584A326B1_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0022; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); int32_t L_2; L_2 = Environment_get_CurrentManagedThreadId_m09DBD4166BFD399056B2F81C77A3A182339BF92D(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0022; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this; goto IL_0029; } IL_0022: { U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * L_3 = (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_0 = (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)L_3; } IL_0029: { U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * L_4 = V_0; RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E3__source_4(); NullCheck(L_4); L_4->set_source_3(L_5); U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * L_6 = V_0; return (RuntimeObject*)L_6; } } // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCastIteratorU3Ed__99_1_System_Collections_IEnumerable_GetEnumerator_m81946A0F8EE248546F78DFC6C8F23B183BCD695E_gshared (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * __this, const RuntimeMethod* method) { { NullCheck((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (RuntimeObject*)L_0; } } #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 SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m19B42B7782AA3FF1AD8D109696CFA7F52DCF0391_gshared (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_3 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_5 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_6 = (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_7 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_9 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_10 = (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_15 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_mFED55501519819B9402E70FEA59DAA8839EE0F33((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *)(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_30 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_m632736BFC2DCC39B7AEBC919E390B7213FECEB7A((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *)(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_45 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6_mFED55501519819B9402E70FEA59DAA8839EE0F33((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *)(U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_60 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 * L_63 = (U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_tA2047CCC2759214DB0738E354EA5DA3C411BD081 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m19B42B7782AA3FF1AD8D109696CFA7F52DCF0391_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m19B42B7782AA3FF1AD8D109696CFA7F52DCF0391(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m863FBBF97344DF9CD4F257AAE59A62A3B7AA4865_gshared (U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m863FBBF97344DF9CD4F257AAE59A62A3B7AA4865_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t2BE6332432E0512B30F2D8D7A63C6FACB031D6A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m863FBBF97344DF9CD4F257AAE59A62A3B7AA4865(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBF60BFE16900B61D2050C4CC29FF31E77AA60931_gshared (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_3 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_5 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_6 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_7 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_9 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_10 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_15 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_m2050A5A5AD48731508F3F6652905FC67AA728D99((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *)(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_30 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_mD5CD92B92781750827765D06629341A41FFAAB72((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *)(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_45 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D_m2050A5A5AD48731508F3F6652905FC67AA728D99((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *)(U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_60 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 * L_63 = (U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t37C9865BB348271A171D24C05FE6EC9003B0BCA1 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBF60BFE16900B61D2050C4CC29FF31E77AA60931_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_mBF60BFE16900B61D2050C4CC29FF31E77AA60931(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC5EC2D0D6CCB8CF93FD0C4D5A1D6A1644389CE0B_gshared (U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC5EC2D0D6CCB8CF93FD0C4D5A1D6A1644389CE0B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tFC2DC939ED838FD1F497394408F05B4B6367411D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC5EC2D0D6CCB8CF93FD0C4D5A1D6A1644389CE0B(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m76FD2FF610C1EACE9A89E95C3350D5B55ED6E129_gshared (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_3 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_5 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_6 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_7 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_9 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_10 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_15 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m682936C591D51F26DCCF51B849170EBDE5BA49CD((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *)(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_30 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m1C35E75CAB490E327179CD03002CD84A8CFDA4DF((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *)(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_45 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B_m682936C591D51F26DCCF51B849170EBDE5BA49CD((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *)(U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_60 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F * L_63 = (U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t73E198DC0560C81EE905F324ABFFE11F2E50567F )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m76FD2FF610C1EACE9A89E95C3350D5B55ED6E129_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m76FD2FF610C1EACE9A89E95C3350D5B55ED6E129(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m4578A580EACFF6E10E6DB1785EDE97FAE58FE0CA_gshared (U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m4578A580EACFF6E10E6DB1785EDE97FAE58FE0CA_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t1097011447BEA8DF25934EF03FA2F8FFE496045B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m4578A580EACFF6E10E6DB1785EDE97FAE58FE0CA(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m949537623CFDD46E6A9041FDEE8E3F1F5FD94C3C_gshared (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_3 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_5 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_6 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_7 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_9 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_10 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_15 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_mADC29D27120A2DF1B4D3FD970A0C5ECE6F360188((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *)(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_30 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_m4A9890465F9A4ECFB858BA4C57C808CD1A513A7B((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *)(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_45 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F_mADC29D27120A2DF1B4D3FD970A0C5ECE6F360188((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *)(U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_60 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 * L_63 = (U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_tC58E2C3DB3D56D256FA37D00433A60F729794457 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m949537623CFDD46E6A9041FDEE8E3F1F5FD94C3C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m949537623CFDD46E6A9041FDEE8E3F1F5FD94C3C(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m8183E5C522402D166797FFA2ADF65F86C4E718CA_gshared (U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m8183E5C522402D166797FFA2ADF65F86C4E718CA_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tC4AC92BD9874796518BCB719B25D36DD34003D8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m8183E5C522402D166797FFA2ADF65F86C4E718CA(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m9529922F16129F8293DE9892820F2B1F82C5A290_gshared (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_3 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_5 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_6 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_7 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_9 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_10 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_15 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_mDBD9C69FD8F6E418E0AF41C9EE6517F23901854F((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *)(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_30 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_m98BC75414F88D2FF519DD73E3193EDD014CD5239((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *)(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_45 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C_mDBD9C69FD8F6E418E0AF41C9EE6517F23901854F((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *)(U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_60 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 * L_63 = (U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t596B647E0C08176B1DD754EE7CB9D1C010EFD878 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m9529922F16129F8293DE9892820F2B1F82C5A290_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m9529922F16129F8293DE9892820F2B1F82C5A290(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mDD67973D4F288625E04099417E6A89DBD62BF7F9_gshared (U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mDD67973D4F288625E04099417E6A89DBD62BF7F9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t42B6D1AC1C9A36540B4C881100260603AABCE92C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mDD67973D4F288625E04099417E6A89DBD62BF7F9(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mAB31E770684B3E31B62A78C82833E47D818961F7_gshared (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_3 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_5 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_6 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_7 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_9 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_10 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_15 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_mF54C8FDAE7549CE5FA097EF8A7A82B3AFEA3E5BC((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *)(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_30 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_m1E563E4F7BAA9C769933907305E76B9AB8199DBC((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *)(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_45 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C_mF54C8FDAE7549CE5FA097EF8A7A82B3AFEA3E5BC((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *)(U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_60 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 * L_63 = (U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t152609AF40454DF15AA3A867C9A872DD38B62605 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_mAB31E770684B3E31B62A78C82833E47D818961F7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_mAB31E770684B3E31B62A78C82833E47D818961F7(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m22077FEA312787DE0EFB87A35616D6525CE463EC_gshared (U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m22077FEA312787DE0EFB87A35616D6525CE463EC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tD859F391BEB440E58E3194FC8AB02D6045C50E5C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m22077FEA312787DE0EFB87A35616D6525CE463EC(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBE496A4FE883A43B8C3BD3B59ECFFA6EC2B34393_gshared (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_3 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_5 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_6 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_7 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_9 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_10 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_15 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_m073ADD3E0D4667FC96C99F842A5D4D21516C9E96((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *)(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_30 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_mFE5B411872226D6511A3736957F6B9BCF7628639((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *)(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_45 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363_m073ADD3E0D4667FC96C99F842A5D4D21516C9E96((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *)(U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_60 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 * L_63 = (U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_tE66B5054DECE69725F93E3016762B5FD4C73C6E0 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_mBE496A4FE883A43B8C3BD3B59ECFFA6EC2B34393_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_mBE496A4FE883A43B8C3BD3B59ECFFA6EC2B34393(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m1C59309F25421AAEFB40674DFDEBD1E385534B66_gshared (U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m1C59309F25421AAEFB40674DFDEBD1E385534B66_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tCFBAC6BD44445926E9E68AB2D3F92766015C0363 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m1C59309F25421AAEFB40674DFDEBD1E385534B66(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m3C184C15986398C18E8B8961F744AAE98CFF573E_gshared (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_3 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_5 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_6 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_7 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_9 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_10 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_15 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m506CC705C7899C4CCE17EBD19C831715950E5EE4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *)(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_30 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m4F48457371A2D867BDE8A0372871E985F1FDEBC7((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *)(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_45 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C_m506CC705C7899C4CCE17EBD19C831715950E5EE4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *)(U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_60 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA * L_63 = (U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t264823611AEFB825DB0D14303748626051D749BA )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m3C184C15986398C18E8B8961F744AAE98CFF573E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m3C184C15986398C18E8B8961F744AAE98CFF573E(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m250D814F145D7FC237A3B775466F2365A24F660C_gshared (U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m250D814F145D7FC237A3B775466F2365A24F660C_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tDBD54FB13191B6643FA6FA4DA5EE5C982334AC9C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m250D814F145D7FC237A3B775466F2365A24F660C(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m4C0F1506346E280E65FD8107043C4FD1E7444771_gshared (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_3 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_5 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_6 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_7 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_9 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_10 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_15 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m980A9820B5F61BEEE107DD7FEE1A8BD50E7D97FE((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *)(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_30 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m8D8FB3D9CBD5D3C5DFCACF40AB1B8E3CEF2A3268((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *)(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_45 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8_m980A9820B5F61BEEE107DD7FEE1A8BD50E7D97FE((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *)(U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_60 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A * L_63 = (U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_tDAC8D30EC58F878B833D349E572E9CA72722DD6A )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m4C0F1506346E280E65FD8107043C4FD1E7444771_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m4C0F1506346E280E65FD8107043C4FD1E7444771(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m3710ABEBB1B3E71CC84A5E3A3ADCBB6598498FA7_gshared (U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m3710ABEBB1B3E71CC84A5E3A3ADCBB6598498FA7_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tDDBBB75E30264B223C981F2090E9BA82E5D920F8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m3710ABEBB1B3E71CC84A5E3A3ADCBB6598498FA7(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mCAD612044D831B56BCBDDEC26D3C38CDB6C75E44_gshared (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_3 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_5 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_6 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_7 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_9 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_10 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_15 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_mD347CEBF186480908978EC49A2F61EACC31F97AF((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *)(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_30 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_m5096ADDF52248315A17DD9DEBFD258F460B54FF3((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *)(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_45 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F_mD347CEBF186480908978EC49A2F61EACC31F97AF((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *)(U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_60 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E * L_63 = (U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t087D9F7E406F9F45ECAB7F5B4928964FA2782B1E )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_mCAD612044D831B56BCBDDEC26D3C38CDB6C75E44_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_mCAD612044D831B56BCBDDEC26D3C38CDB6C75E44(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mA083B80A2A0245CD16B13FF8700E6CA36EED7C4B_gshared (U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mA083B80A2A0245CD16B13FF8700E6CA36EED7C4B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_tA239815DD562DDBD8185FA9FE2D988A9AD7C6C0F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mA083B80A2A0245CD16B13FF8700E6CA36EED7C4B(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mB88F72848241B24C7D7009B456D3E706AD2FC20B_gshared (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_3 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_5 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_6 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_7 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_9 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_10 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_15 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m46D24E691A93A092DC692472431897AC9910C5D3((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *)(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_30 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m148D44B73522CCE9D9FA1729D51E646B2F348B90((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *)(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_45 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49_m46D24E691A93A092DC692472431897AC9910C5D3((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *)(U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_60 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 * L_63 = (U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t216C3279201056B611183C0869CF3083A8D91022 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_mB88F72848241B24C7D7009B456D3E706AD2FC20B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_mB88F72848241B24C7D7009B456D3E706AD2FC20B(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC4F8153994DB30C89D9AF7223DBB000C9F1BA295_gshared (U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC4F8153994DB30C89D9AF7223DBB000C9F1BA295_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t3FEC5BECC5892272C72DEDBC314F88F9299E1E49 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mC4F8153994DB30C89D9AF7223DBB000C9F1BA295(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m39C3191FF96F056326AC640637798DF9F8E1DC5C_gshared (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_3 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_5 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_6 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_7 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_9 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_10 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_15 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_mF1E5260C5010518C0778A8ADA2A64A2FFB9F5D34((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *)(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_30 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_m8C3EE728119388DE724A1DF440B949CC6F25904F((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *)(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_45 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38_mF1E5260C5010518C0778A8ADA2A64A2FFB9F5D34((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *)(U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_60 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 * L_63 = (U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t9E10368C85AF4890F6CC430D9EAD8E10898C9783 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m39C3191FF96F056326AC640637798DF9F8E1DC5C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m39C3191FF96F056326AC640637798DF9F8E1DC5C(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m2343721547187A132B59465A68386602B55D0BB0_gshared (U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m2343721547187A132B59465A68386602B55D0BB0_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t126C22A71466FAC0D8631073AADB8706DD9C4D38 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m2343721547187A132B59465A68386602B55D0BB0(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_mFA1C2D6D69C7F9C3891F7ED863D534A26DADA545_gshared (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_3 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_5 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_6 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_7 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_9 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_10 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_15 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mF55FD2A86ABC3390BAF8B58672AA673B246C24DB((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *)(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_30 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mECA5CF1EC3BE67D581375BFD0BE9898B5B4E2F4E((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *)(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_45 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC_mF55FD2A86ABC3390BAF8B58672AA673B246C24DB((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *)(U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_60 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 * L_63 = (U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_tAB116A367577088B636B9F3FB0CA7BE72CE75FB6 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_mFA1C2D6D69C7F9C3891F7ED863D534A26DADA545_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_mFA1C2D6D69C7F9C3891F7ED863D534A26DADA545(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mD91FE5ED1B267A6C9960DB2037E7171E3995EBD9_gshared (U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mD91FE5ED1B267A6C9960DB2037E7171E3995EBD9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t9571292A3A0E780A8E7E766B1DB38102BAF1CEFC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mD91FE5ED1B267A6C9960DB2037E7171E3995EBD9(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m55B32516404399C52A06C9F12D3E40A160D0C945_gshared (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_3 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_5 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_6 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_7 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_9 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_10 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_15 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_mD536939F03D6FA5C1B3C2B3C64D8DB52A1966D50((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *)(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_30 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_m7F84E1F8585BF764491805732A7AFA8E8119558F((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *)(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_45 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A_mD536939F03D6FA5C1B3C2B3C64D8DB52A1966D50((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *)(U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_60 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 * L_63 = (U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_tB26D9E222DE28E343FB65AF59255B6BCE62B6EB8 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m55B32516404399C52A06C9F12D3E40A160D0C945_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m55B32516404399C52A06C9F12D3E40A160D0C945(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mFB457CEC34DABA55B467A9F7538E278CB580A871_gshared (U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mFB457CEC34DABA55B467A9F7538E278CB580A871_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t61D85B6C4481B32189B73D84180DA6F203BB3C9A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_mFB457CEC34DABA55B467A9F7538E278CB580A871(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_MoveNext_m68F7FA120B918FF9D9CF289A095947117CB7070D_gshared (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_2; memset((&V_2), 0, sizeof(V_2)); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_00b8; } } IL_000d: { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00eb; } } IL_0016: { U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_3 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); RuntimeObject* L_4 = (RuntimeObject*)__this->get_encoder_2(); L_3->set_encoder_0(L_4); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_5 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_6 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)__this->get_image_3(); L_5->set_image_1(L_6); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_7 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )__this->get_cancellationToken_4(); L_7->set_cancellationToken_2(L_8); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_9 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_10 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_9->get_image_1(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = AdvancedImageExtensions_GetConfiguration_m32F643041E0F347111D0B721A803412862A70156((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_10, /*hidden argument*/NULL); __this->set_U3CconfigurationU3E5__2_7(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_12); if (!L_13) { goto IL_00e0; } } IL_006c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_15 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_17; L_17 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_16, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_19) { goto IL_00d4; } } IL_0095: { int32_t L_20 = (int32_t)0; V_0 = (int32_t)L_20; __this->set_U3CU3E1__state_0(L_20); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_21 = V_1; __this->set_U3CU3Eu__1_8(L_21); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m2EFC9AAE5B0B514C76E6A45FB4D893A240B30239((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *)(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); goto IL_0264; } IL_00b8: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_23 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_23; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_24 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_25 = (int32_t)(-1); V_0 = (int32_t)L_25; __this->set_U3CU3E1__state_0(L_25); } IL_00d4: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); goto IL_0210; } IL_00e0: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_26, /*hidden argument*/NULL); __this->set_U3CmsU3E5__3_9(L_26); } IL_00eb: { } IL_00ec: try {// begin try (depth: 2) { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_013a; } } IL_00f0: { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_01cc; } } IL_00f7: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_30 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_31; L_31 = (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_29, (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_32; L_32 = Task_GetAwaiter_m1FF7528A8FE13F79207DFE970F642078EF6B1260((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_31, /*hidden argument*/NULL); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_32; bool L_33; L_33 = TaskAwaiter_get_IsCompleted_m6F97613C55E505B5664C3C0CFC4677D296EAA8BC((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); if (L_33) { goto IL_0156; } } IL_0117: { int32_t L_34 = (int32_t)1; V_0 = (int32_t)L_34; __this->set_U3CU3E1__state_0(L_34); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_35 = V_3; __this->set_U3CU3Eu__2_10(L_35); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_36 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m507D890DFB13FC163D553A85EAD9D0946B0A279F((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_36, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *)(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_013a: { TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C L_37 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )__this->get_U3CU3Eu__2_10(); V_3 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )L_37; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_38 = (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)__this->get_address_of_U3CU3Eu__2_10(); il2cpp_codegen_initobj(L_38, sizeof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C )); int32_t L_39 = (int32_t)(-1); V_0 = (int32_t)L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0156: { TaskAwaiter_GetResult_m578EEFEC4DD1AE5E77C899B8BAA3825EB79D1330((TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(&V_3), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_40 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_40, (int64_t)((int64_t)((int64_t)0))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_41 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)__this->get_stream_5(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CconfigurationU3E5__2_7(); NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43); int32_t L_44; L_44 = Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_45 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_46 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_45->get_cancellationToken_2(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_47; L_47 = VirtualFuncInvoker3< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(16 /* System.Threading.Tasks.Task System.IO.Stream::CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_41, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_42, (int32_t)L_44, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_46); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_48; L_48 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_47, (bool)0, /*hidden argument*/NULL); V_2 = (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E )L_48; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_2), /*hidden argument*/NULL); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); if (L_50) { goto IL_01e8; } } IL_01a9: { int32_t L_51 = (int32_t)2; V_0 = (int32_t)L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_52 = V_1; __this->set_U3CU3Eu__1_8(L_52); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_53 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17_m2EFC9AAE5B0B514C76E6A45FB4D893A240B30239((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_53, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *)(U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x264, FINALLY_01f1); } IL_01cc: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_54 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )__this->get_U3CU3Eu__1_8(); V_1 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )L_54; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_55 = (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_56 = (int32_t)(-1); V_0 = (int32_t)L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01e8: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_1), /*hidden argument*/NULL); IL2CPP_LEAVE(0x209, FINALLY_01f1); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f1; } FINALLY_01f1: {// begin finally (depth: 2) { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0208; } } IL_01f5: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); if (!L_58) { goto IL_0208; } } IL_01fd: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)__this->get_U3CmsU3E5__3_9(); NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_59); } IL_0208: { IL2CPP_END_FINALLY(497) } }// end finally (depth: 2) IL2CPP_CLEANUP(497) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_JUMP_TBL(0x209, IL_0209) } IL_0209: { __this->set_U3CmsU3E5__3_9((MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)NULL); } IL_0210: { goto IL_023e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0212; } throw e; } CATCH_0212: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_60 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_60, sizeof(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_61 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_4; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_61, (Exception_t *)L_62, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0264; }// end catch (depth: 1) IL_023e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 * L_63 = (U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 *)__this->get_address_of_U3CU3E8__1_6(); il2cpp_codegen_initobj(L_63, sizeof(U3CU3Ec__DisplayClass0_0_1_t260971F509A89E274C23DCFEBB5AB09754084076 )); __this->set_U3CconfigurationU3E5__2_7((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_64 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_64, /*hidden argument*/NULL); } IL_0264: { return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_MoveNext_m68F7FA120B918FF9D9CF289A095947117CB7070D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_MoveNext_m68F7FA120B918FF9D9CF289A095947117CB7070D(_thisAdjusted, method); } // System.Void SixLabors.ImageSharp.Formats.ImageEncoderUtilities/d__0`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m75B8E5F0853867DCF399D10358E100630AA49E3B_gshared (U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m75B8E5F0853867DCF399D10358E100630AA49E3B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CEncodeAsyncU3Ed__0_1_t08DE1C08893E25F926D5C2D4B431E2079783FC17 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEncodeAsyncU3Ed__0_1_SetStateMachine_m75B8E5F0853867DCF399D10358E100630AA49E3B(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif 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 RuntimeObject* HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public IProtocol Protocol { get; private set; } RuntimeObject* L_0 = __this->get_U3CProtocolU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_0 = __this->get_m_configuredTaskAwaiter_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Configuration_get_StreamProcessingBufferSize_m7A9D4CD9001A56EBB7C77AAD528CE8333FD96FAF_inline (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_streamProcessingBufferSize_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 MemoryOwnerExtensions_GetSpan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m05BDA2B9652A942A5273DC98FFB3DDE1FEDFCF86_gshared_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method) { Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___buffer0; NullCheck((RuntimeObject*)L_0); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_1; L_1 = InterfaceFuncInvoker0< Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_0); V_0 = (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = Memory_1_get_Span_m3028028B2677C147C0CFADFCB17F85FE1EACB999_inline((Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 *)(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __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_t3FA89DC88CD7499604577377AB0B618C80108110 * L_8 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_inline((&L_11), (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; } } 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_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 Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Memory_1_get_Span_m3028028B2677C147C0CFADFCB17F85FE1EACB999_gshared_inline (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 * __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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0034; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 *)((MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = VirtualFuncInvoker0< Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 *)((MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5; L_5 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&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, 10)); return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5; } IL_0034: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_7, (Type_t *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0089; } } { RuntimeObject * L_11 = (RuntimeObject *)__this->get__object_0(); String_t* L_12 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_12; if (!L_12) { goto IL_0089; } } { String_t* L_13 = V_1; Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_14; L_14 = (( Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((RuntimeObject *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_15 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_16 = V_1; NullCheck((String_t*)L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_16, /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_18; memset((&L_18), 0, sizeof(L_18)); Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_inline((&L_18), (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)L_14, (intptr_t)L_15, (int32_t)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); V_0 = (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_18; int32_t L_19 = (int32_t)__this->get__index_1(); int32_t L_20 = (int32_t)__this->get__length_2(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_21; L_21 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&V_0), (int32_t)L_19, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_21; } IL_0089: { RuntimeObject * L_22 = (RuntimeObject *)__this->get__object_0(); if (!L_22) { goto IL_00b4; } } { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); int32_t L_24 = (int32_t)__this->get__index_1(); int32_t L_25 = (int32_t)__this->get__length_2(); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_26; memset((&L_26), 0, sizeof(L_26)); Span_1__ctor_mE2364CC76ED4B4A933C1F9E482051BCDE4739D63_inline((&L_26), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_23, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_24, (int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_26; } IL_00b4: { il2cpp_codegen_initobj((&V_0), sizeof(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_27 = V_0; return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_27; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * 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 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 Span_1__ctor_mE2364CC76ED4B4A933C1F9E482051BCDE4739D63_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )); return; } IL_0017: { il2cpp_codegen_initobj((&V_0), sizeof(uint8_t)); goto IL_0043; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___array0; NullCheck((RuntimeObject *)(RuntimeObject *)L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)(RuntimeObject *)L_4, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 5)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); bool L_8; L_8 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0((Type_t *)L_5, (Type_t *)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0043; } } { ThrowHelper_ThrowArrayTypeMismatchException_mFC0D7756FD2EA1A7E41D8426D819369FDBD728FC(/*hidden argument*/NULL); } IL_0043: { int32_t L_9 = ___start1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___array0; NullCheck(L_10); if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))))) { goto IL_0051; } } { int32_t L_11 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___array0; NullCheck(L_12); int32_t L_13 = ___start1; if ((!(((uint32_t)L_11) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)))))) { goto IL_0057; } } IL_0051: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_0057: { int32_t L_14 = ___length2; __this->set__length_2(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___array0; Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_16; L_16 = (( Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__pinnable_0(L_16); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7)); intptr_t L_17 = ((PerTypeValues_1_tB073195618B2A7CB0FE31C31919AF7A3BB10C376_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7)))->get_ArrayAdjustment_2(); int32_t L_18 = ___start1; intptr_t L_19; L_19 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); __this->set__byteOffset_1((intptr_t)L_19); return; } }