#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; 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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct VirtualActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct VirtualActionInvoker8 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct VirtualActionInvoker9 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct VirtualActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method); } }; template struct VirtualActionInvoker11 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, invokeData.method); } }; template struct VirtualActionInvoker12 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, invokeData.method); } }; template struct VirtualActionInvoker13 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, invokeData.method); } }; template struct VirtualActionInvoker14 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, invokeData.method); } }; template struct VirtualActionInvoker15 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14, T15 p15) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, 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); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtualActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericVirtualActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericVirtualActionInvoker8 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct GenericVirtualActionInvoker9 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct GenericVirtualActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method); } }; template struct GenericVirtualActionInvoker11 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, invokeData.method); } }; template struct GenericVirtualActionInvoker12 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, invokeData.method); } }; template struct GenericVirtualActionInvoker13 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, invokeData.method); } }; template struct GenericVirtualActionInvoker14 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, invokeData.method); } }; template struct GenericVirtualActionInvoker15 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14, T15 p15) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct InterfaceActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct InterfaceActionInvoker8 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct InterfaceActionInvoker9 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct InterfaceActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method); } }; template struct InterfaceActionInvoker11 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, invokeData.method); } }; template struct InterfaceActionInvoker12 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, invokeData.method); } }; template struct InterfaceActionInvoker13 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, invokeData.method); } }; template struct InterfaceActionInvoker14 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, invokeData.method); } }; template struct InterfaceActionInvoker15 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14, T15 p15) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericInterfaceActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericInterfaceActionInvoker8 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct GenericInterfaceActionInvoker9 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, invokeData.method); } }; template struct GenericInterfaceActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method); } }; template struct GenericInterfaceActionInvoker11 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, invokeData.method); } }; template struct GenericInterfaceActionInvoker12 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, invokeData.method); } }; template struct GenericInterfaceActionInvoker13 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, invokeData.method); } }; template struct GenericInterfaceActionInvoker14 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, invokeData.method); } }; template struct GenericInterfaceActionInvoker15 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12, T13 p13, T14 p14, T15 p15) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, invokeData.method); } }; // System.Linq.Enumerable/d__17`2 struct U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457; // UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2 struct U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388; // TMPro.TweenRunner`1/d__2 struct U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E; // UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2 struct U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387; // System.Linq.Enumerable/d__71`1 struct U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D; // System.Linq.Enumerable/d__71`1 struct U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD; // System.Action`1> struct Action_1_t566931F3B591902EEA08703E7C802BBA36F5E45F; // System.Action`1> struct Action_1_tE9B8FB7D6B8EE48949424BC36924F45C2CCF6422; // System.Action`1> struct Action_1_tD112D5C2E50DBED415A8B3CF3D95A95CA7C5FA97; // System.Action`1> struct Action_1_t1ACE0B3F44297C0CDEC60D2C62D3F4F448811BF2; // System.Action`1> struct Action_1_t8F86E5C1A46193B0CAA04D05308299915B029A80; // System.Action`1> struct Action_1_t725EB164DA876B1C7F0D1A16036B052B42A502B1; // System.Action`1> struct Action_1_t4917FCA92433E77C06FD17440A833C4DAAABE91B; // System.Action`1> struct Action_1_t72CCF6FE767612E705E15E801D1863E0960AC847; // System.Action`1> struct Action_1_t802F806ADCC72C916AFC1693FA25ADF7B35870FC; // System.Action`1> struct Action_1_t8A7078C6B1C5823055EB39F5B4B11E3FCC3EF96D; // System.Action`1 struct Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B; // System.Action`1 struct Action_1_tBF0CCB9E59C2F764B7EA9D114FCC9AE8F496B632; // System.Action`1 struct Action_1_t8B92CA21B704B440A6DC12595CB2BE53A69C9923; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_t041297C594B84B5A92B04681365EE2E08BDA76CB; // System.Action`1 struct Action_1_t39700E7413088B3163779A338259C290B3F61FBA; // System.Action`1 struct Action_1_tB0A381228E9420BB38281D2548F6794872D6E54A; // System.Action`1 struct Action_1_tA0CED44E909D1896A63B952FBF84F886947E0A08; // System.Action`1 struct Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172; // System.Action`1 struct Action_1_tDE087FB8337F5181D6160B08FC098DCB4808E995; // System.Action`1 struct Action_1_tDA853A351AD8A1B7815C9574346D1EFF99E37464; // System.Action`1 struct Action_1_t2D9436CB230064D5F231405919B02EBCD8C1678A; // System.Action`1 struct Action_1_t2B33C6C2E077C8AA0861FADB5453D90C6F9A7B97; // System.Action`1 struct Action_1_t6CB14817AECDFE34211602B41B5B113EDC65CDE9; // System.Action`1 struct Action_1_t6AC03248FA227003D9D44BDEFB9293678F7E0FB3; // System.Action`1 struct Action_1_tC05D57FF805FCA65F944CE652D3158E3EE3D7E4A; // System.Action`1 struct Action_1_tD660463007FE67F8E34776CF61171BD33C60D3E6; // System.Action`1 struct Action_1_tE6CC4D518F02405DABFF4F4544D808BE99E18E6B; // System.Action`1 struct Action_1_t8B284F41467A2C8CD294E410B4D5F825AD7EF87F; // System.Action`1 struct Action_1_t6FB6AF2B023D376D5FE33FBD9B27F83A70A99F2F; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tF0FD284A49EB7135379250254D6B49FA84383C09; // System.Action`1 struct Action_1_tF6EE3B40781F3C053ACA01EC0FAD81029C0B4941; // System.Action`1 struct Action_1_t35A46FAEE6B0A26D311444DF75B6EAFC59EBD914; // System.Action`1 struct Action_1_tF3E18927171AC95BD702F67C7A3FC3DB31F0D47C; // System.Action`1 struct Action_1_t0C9464DAFAC83E4C890AB72763A9AF6E6C3F2F29; // System.Action`1 struct Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tED224678D7CAEBF06555F578D01EEB1D907DFCF4; // System.Action`1 struct Action_1_t2C045F1D14F22FA4360F101B9A67B7062A265A9D; // System.Action`1 struct Action_1_tA1BE77FA49BED98675E9B979020E85DD39C0BD35; // System.Action`1 struct Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE; // System.Action`1 struct Action_1_t72FEF9651F79BF4BC512AA29A2ADF37D1B519644; // System.Action`1 struct Action_1_t364F0D9B221C3DE8172066F20A43DDE20C39A687; // System.Action`1 struct Action_1_t16192421E2F7D77743EBFAEC8FBE1A0E2DD43A05; // System.Action`1 struct Action_1_t125C3903DFA73AEAF4B7D23B42718F461B6BEAA2; // System.Action`1 struct Action_1_tF000BBADFD5D6F6D1B9D9F47AB561C3C574CE32E; // System.Action`1 struct Action_1_t14225BCEFEF7A87B9836BA1CC40C611E313112D9; // System.Action`1 struct Action_1_t3F946F35223EAD96B915BB2EE31DF639AEB062F6; // System.Action`1 struct Action_1_tC4505390E49A07DB62FB3CFF53E6483777F6B2A8; // System.Action`1 struct Action_1_tC4F944F406EA5B1368F8976C974911C1D75AA002; // System.Action`1 struct Action_1_t3EE3A8B0873D5AE69ED59FA276D00E713593A3B5; // System.Action`1 struct Action_1_t937C0DF30A4FDF9CBC38AF2FF7026F8B8FAA5466; // System.Action`1 struct Action_1_tE30FCA3DDB1735420C6F3EB30A054BDB7282683A; // System.Action`1 struct Action_1_t96CDC80F574CDB4F77A66F58AD5162291E49F44A; // System.Action`1 struct Action_1_tB24F19733D20FECE2C4ACB6DB80DC5FFEE872260; // System.Action`1 struct Action_1_t60A65A2425CC7171CD9A9192E97F7743336C4660; // System.Action`1 struct Action_1_t8AFF28CB6DEA8FF253B9EA853458FE787022BCEC; // System.Action`1 struct Action_1_tE896725C2B24E3E3DE2217D872D95605D282DCD4; // System.Action`1 struct Action_1_t0C1F417511439CBAA03909A69138FAF0BD19FA30; // System.Action`1 struct Action_1_tC2B4AB26EC30C6FC4AD8C9172FE509B3B4E1C26B; // System.Action`1 struct Action_1_tA58CFE969D9A4F96B471F6805F50CF3D407967D1; // System.Action`1 struct Action_1_t44D4848C00076A31AE71666780FF52FBFE6B285D; // System.Action`1 struct Action_1_t24F437B8AAF44A2E39F0BEA48E93BDB1C4619760; // System.Action`1 struct Action_1_t83A98815726EEB30703F4954E31F620B92C2AD78; // System.Action`1 struct Action_1_tAD2673D5C000B0DE999CDC21B694624C1F144EFF; // System.Action`1 struct Action_1_t36B36FC5408AA648552F08C00DB17830D808C596; // System.Action`1 struct Action_1_tC4BF66A8BD99ED8D2FE8BF91DC0A6EAF55F99773; // System.Action`1 struct Action_1_t1EA3901C41007ADD2112E3A2D323CAAD7EB0795E; // System.Action`1 struct Action_1_t7ACC5782C8EA184FB67419B497510A11C9103BED; // System.Action`1 struct Action_1_t8841336E42D3B6C2516D9F8342E3B2ABA884710C; // System.Action`10 struct Action_10_tCB3D82DD35C1B5FAE126032A26487CC5C1993C00; // System.Action`11 struct Action_11_tA2FDB9AE281E0ADA633266CB56C80EC5D642B047; // System.Action`12 struct Action_12_tF1BF7969D0A090822CBA914CC802445A38E60D06; // System.Action`13 struct Action_13_tEA351B44E7464D35319E0DE4CD06ACE8D961BFDA; // System.Action`14 struct Action_14_t82D63215D3F2D524D17EB122C1B6716B38FDF675; // System.Action`15 struct Action_15_t0035ECE30243CC25B59548606893ABB530612C7B; // System.Action`16 struct Action_16_t5543E4E62E73A4F47D656479BC3C83337554BA94; // System.Action`2 struct Action_2_t48DF0C0D4F3A3AB463DECA881851C95F1A5B0E72; // System.Action`2 struct Action_2_t25DC8F06CC3BB18B9ACD58BF6E22E52CC42A70AA; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // System.Action`2 struct Action_2_tDD9145FF6BEFC0F795374D3C54FE5138E8FDDC96; // System.Action`2 struct Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4; // System.Action`2 struct Action_2_tB46DEF21BEFDF9B046381C5FE787F08B0397DAB5; // System.Action`2 struct Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57; // System.Action`2 struct Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_t203B8EDE5424DD644ECFFB59775146C987B4A37D; // System.Action`2 struct Action_2_tE6924C207D3429211C9952CC7C82123010C61E02; // System.Action`3 struct Action_3_t79E622BFD20448CE0FA07276546862DD9CC94D21; // System.Action`3 struct Action_3_t8AAE5F5D9EC97A1EBD26E8ABE4111420D1F88E85; // System.Action`3 struct Action_3_tEC6440DC29F1338D10CE08DCABA89D4266B77427; // System.Action`3 struct Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C; // System.Action`3 struct Action_3_t0E5C5B4404BB14981BB46E416060FEDC3EAB6D3E; // System.Action`4 struct Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D; // System.Action`4 struct Action_4_t0E97DD6848031923736201DE6A983F114E84EFFF; // System.Action`5 struct Action_5_tCD70DCA74B54D4A78DC12BBBB0E87C24DCEA4E9E; // System.Action`6 struct Action_6_t7478C213DC6C4025627B7CE365FC7A57D3E0566A; // System.Action`7 struct Action_7_tB6AD31F9022B01DAC723E049D8C26E892EE858C8; // System.Action`8 struct Action_8_t17B939F136AF9D6DBC904DB6A1CDBFF7AD0099D2; // System.Action`9 struct Action_9_t857417190D85A86B9CDBC8E0AE1828269616CCDF; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93; // 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_t0A6BA398B20240054BD5E3DFBF11A7D229927F57; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t33AC24218F998261295AEB205913391478DB21DE; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Nullable`1> struct Func_2_tC6816526F3327CB168F701FED02EB54522A97009; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995; // System.Func`2> struct Func_2_t7257A481AA060D9C75F810267E933801215EB8D4; // System.Func`2> struct Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t347D3779C79809CF27B13110F173902B29B53B07; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t14D152F51FFEB2DFB3BB3C565BF985F2F0EE1483; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // 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.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.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; // System.Lazy`1 struct Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E; // System.Collections.Generic.List`1> struct List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED; // System.Collections.Generic.List`1 struct List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t2F989EE591B67BE1485FD3758DD8B13BF088DFEB; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tD9858B898E354AFC040F7BA7D2A7947F9F12A102; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t88B31178C8B2A44BF64B211D83C492AB6988628C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t7C427D18448990405A0584AE095CB75761DF067A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t159C4DB48CBB25F81E341B5C41C3F4BC9D108B09; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4EDD372AC7708A95089A5770FB507E184E991A49; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t7CAF0484422AAF3D214FC8B1273585D863054B6C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C; // System.Pinnable`1 struct Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED; // System.Pinnable`1 struct Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD; // System.Pinnable`1 struct Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A; // System.Pinnable`1 struct Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF; // System.Pinnable`1 struct Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637; // System.Pinnable`1 struct Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF; // System.Pinnable`1 struct Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03; // System.Pinnable`1 struct Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A; // System.Pinnable`1 struct Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF; // System.Pinnable`1 struct Pinnable_1_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.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Linq.Set`1 struct Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E; // System.Linq.Set`1 struct Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942; // System.Linq.Set`1/Slot[] struct SlotU5BU5D_tDD7CE6B254CAF0AACCF251C41D0EEEECBBCF1CBD; // System.Linq.Set`1/Slot[] struct SlotU5BU5D_tB32606E8A9A8BBB414F0BFABFC7D01EC8527B245; // System.Threading.SparselyPopulatedArray`1[] struct SparselyPopulatedArray_1U5BU5D_t4D2064CEC206620DC5001D7C857A845833DCB52A; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D; // SixLabors.ImageSharp.Complex64[][] struct Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Threading.CancellationTokenRegistration[] struct CancellationTokenRegistrationU5BU5D_t864BA2E1E6485FDC593F17F7C01525F33CCE7910; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // UnityEngine.UIElements.StyleValueHandle[] struct StyleValueHandleU5BU5D_t8FCC38AD3E7E9F31424A6842204C9407D70FF41A; // System.Threading.Tasks.Task[] struct TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // System.Threading.CancellationCallbackInfo struct CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Linq.Expressions.Interpreter.DebugInfo struct DebugInfo_t2FD37DEB5529C6813FAD30E67627B4CEFE8033AC; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Exception struct Exception_t; // UnityEngine.UIElements.Focusable struct Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // SixLabors.ImageSharp.Formats.ImageFormatManager struct ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515; // SixLabors.ImageSharp.ImageFrame struct ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata struct ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA; // System.Linq.Expressions.Interpreter.Instruction struct Instruction_t5A6819A319589454E8AE13C2ADBAD4EC1C9EBDDF; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Reflection.MemberInfo struct MemberInfo_t; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.Reflection.MethodInfo struct MethodInfo_t; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // UnityEngine.UIElements.UIR.RenderChainCommand struct RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.String struct String_t; // UnityEngine.UIElements.StyleSheet struct StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // System.Threading.Timer struct Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB; // System.Threading.TimerCallback struct TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.UIElements.VisualElement struct VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08; // System.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0; // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback struct ColorTweenCallback_tFD140F68C9A5F1C9799A2A82FA463C4EF56F9026; // TMPro.FloatTween/FloatTweenCallback struct FloatTweenCallback_tFA05DE1963C7BD69C06DEAD6FFA6C107A9E1D949; // UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback struct FloatTweenCallback_t56E4D48C62B03C68A69708463C2CCF8E02BBFB23; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; IL2CPP_EXTERN_C RuntimeClass* Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E; IL2CPP_EXTERN_C String_t* _stringLiteralEBF2718390EE473280CB1AC9DB1591547C00DF0E; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m52033BC84410325FD3DB73008DF1C488343C211C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mDEFE603C387563F3F9736E7E6D18B9D30C65A528_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m7DB38F2F9334B814E71FD9B5FAFC3BB694D1BFF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mC78870EA3C542415A8F3C96CB21361E216EB7ACD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBFC0F37B7251E3F2FC02910BD278013E8AC0AFAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSelectManyIteratorU3Ed__17_2_System_Collections_IEnumerator_Reset_m9F62E535E46D93D3F547AE106A9339181B05CEA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_m833D1273B655967A4BEACAB1F6BFAEEB2B849979_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_mB27C00C83AC1BA90E3176CA3562A5C28008CEA04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_mF58777011A4807C8A4284A647CDFB02A3A796D50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m08FD8BCA71587CD188F7E83993910512D259D787_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m0A15EC07C3A7EF3339621AB7A82138D1807058CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m0C63CBB43E4C601989CF699D715442793648E076_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m11AD5EA7095E27FCC00D746EA776F51D8807E4AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m1386136F960748E43AFB7ACFEF59FA8E047ABFAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m1D98CAC81975B224CF7C2A5184C02FE0442B1FCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m2A6C54569ED662FD9B317A9DD732CDD110EB1A51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m35E8C8F62A878D980B69A16BABB0AAAC67740CA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m3A0BE07A128AC60A1F8E3955E053ECB835D0FB28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m45E284F7915D7D8B87602E5296382BF25BCCAE3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m4B2A220238F611744A72BCE59C1BBEDE7DBF36CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m56A6C1078E0C9B7E4EA92ACBE1FDD8789924FBCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m59FB5199817AAA643F09E9C96C1E73EDFFC03E37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m61B0A12C7232D1152ECECF6B851ADEF224533AF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m688B4282B69E5B6E6BFBD479A29E7E13EF20F66C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m71510B1966070625BF41B73DC0A1374080836197_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m7FEB96E25C7C5D15FCF3B361054C9EBF1B623823_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m9D33FA5CA9F4B46284B62EE47A83B5A97A2EC41C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mA1EC4FE2A0CC34807C7F102EBF0146861999AA8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mA3A3104489598369AB57AA7B325081F6EBC22260_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mAB93CEFB7FB4C893939C764E9388807714E0A38D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mB624667DBAE291B7A1AC70368ED26BD7B2E536C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBBA40A12AE2661DFE5A69CCB9768E7AC6FEA4E73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBBE80A2312B33C36CF8DD59F27F786D687C955BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBDACED7C226DF2A5241BC841E8522D1C75BAF4CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC25813521E5E04451E0B7FBE7F249147316508EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC2648049A7AC95EB558F62A4A58BD080C097F909_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC2D16257A9E94A9BBDA2AFBBF8125B42CD1D4B3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mD822AABA505B5EB52A0601BFA1F8D8DA92C68085_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE4B8CE172BDA35237D81FF78F0A74AF5F26F208E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE51CEAF6150F8A2329DC68575BD74524A83BB5ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE956463EC9347FBDA24B786910A08E2D76D55B80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mECCBFB6097A1506334AED58E42E153D003A5789D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF182B79F4F35B0A53C3AE9CE45700EE68F8CBFEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF8BAE1F02E6FD0E0CE1B28EDEFF2DC38C1B85279_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF90746DA340BF589A1794135E6A8411FD259605B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_Reset_m15D55548DE9CD9C017FF86C0879E3C50A63EAF49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_Reset_mFC329932B85634EB7B857E18502F5692073B7918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 ; struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ; struct MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574; struct MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202; struct MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA; struct MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92; struct MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E; struct MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0; struct MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C; struct MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D; struct MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1; struct MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA; struct MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158; struct MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C; struct MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062; struct MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7; struct MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB; struct MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE; struct MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0; struct MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4; struct MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074; struct MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7; struct MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116; struct MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE; struct MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE; struct MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE; struct MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2; struct MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D; struct MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F; struct MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181; struct MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F; struct MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289; struct MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C; struct MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952; struct MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB; struct MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD; struct MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C; struct MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Net.HttpWebRequest/<>c__234`1 struct U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D : public RuntimeObject { public: public: }; struct U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D_StaticFields { public: // System.Net.HttpWebRequest/<>c__234`1 System.Net.HttpWebRequest/<>c__234`1::<>9 U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D * ___U3CU3E9_0; // System.Func`2,System.Nullable`1> System.Net.HttpWebRequest/<>c__234`1::<>9__234_0 Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * ___U3CU3E9__234_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__234_0_1() { return static_cast(offsetof(U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D_StaticFields, ___U3CU3E9__234_0_1)); } inline Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * get_U3CU3E9__234_0_1() const { return ___U3CU3E9__234_0_1; } inline Func_2_tC6816526F3327CB168F701FED02EB54522A97009 ** get_address_of_U3CU3E9__234_0_1() { return &___U3CU3E9__234_0_1; } inline void set_U3CU3E9__234_0_1(Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * value) { ___U3CU3E9__234_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__234_0_1), (void*)value); } }; // System.Linq.Enumerable/d__17`2 struct U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__17`2::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__17`2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__17`2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Func`2> System.Linq.Enumerable/d__17`2::selector Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector_5; // System.Func`2> System.Linq.Enumerable/d__17`2::<>3__selector Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___U3CU3E3__selector_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___selector_5)); } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * get_selector_5() const { return ___selector_5; } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__selector_6() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E3__selector_6)); } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * get_U3CU3E3__selector_6() const { return ___U3CU3E3__selector_6; } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 ** get_address_of_U3CU3E3__selector_6() { return &___U3CU3E3__selector_6; } inline void set_U3CU3E3__selector_6(Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * value) { ___U3CU3E3__selector_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__selector_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_7() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E7__wrap1_7)); } inline RuntimeObject* get_U3CU3E7__wrap1_7() const { return ___U3CU3E7__wrap1_7; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_7() { return &___U3CU3E7__wrap1_7; } inline void set_U3CU3E7__wrap1_7(RuntimeObject* value) { ___U3CU3E7__wrap1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } }; // System.Linq.Enumerable/d__71`1 struct U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__71`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__71`1::<>2__current Il2CppChar ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__71`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__71`1::comparer RuntimeObject* ___comparer_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__71`1::<>3__comparer RuntimeObject* ___U3CU3E3__comparer_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::first RuntimeObject* ___first_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::<>3__first RuntimeObject* ___U3CU3E3__first_6; // System.Linq.Set`1 System.Linq.Enumerable/d__71`1::5__1 Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E * ___U3CsetU3E5__1_7; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::second RuntimeObject* ___second_8; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::<>3__second RuntimeObject* ___U3CU3E3__second_9; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__71`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___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(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___U3CU3E2__current_1)); } inline Il2CppChar get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Il2CppChar* get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Il2CppChar value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___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_comparer_3() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__comparer_4() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___U3CU3E3__comparer_4)); } inline RuntimeObject* get_U3CU3E3__comparer_4() const { return ___U3CU3E3__comparer_4; } inline RuntimeObject** get_address_of_U3CU3E3__comparer_4() { return &___U3CU3E3__comparer_4; } inline void set_U3CU3E3__comparer_4(RuntimeObject* value) { ___U3CU3E3__comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__comparer_4), (void*)value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___first_5)); } inline RuntimeObject* get_first_5() const { return ___first_5; } inline RuntimeObject** get_address_of_first_5() { return &___first_5; } inline void set_first_5(RuntimeObject* value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___first_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__first_6() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___U3CU3E3__first_6)); } inline RuntimeObject* get_U3CU3E3__first_6() const { return ___U3CU3E3__first_6; } inline RuntimeObject** get_address_of_U3CU3E3__first_6() { return &___U3CU3E3__first_6; } inline void set_U3CU3E3__first_6(RuntimeObject* value) { ___U3CU3E3__first_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__first_6), (void*)value); } inline static int32_t get_offset_of_U3CsetU3E5__1_7() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___U3CsetU3E5__1_7)); } inline Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E * get_U3CsetU3E5__1_7() const { return ___U3CsetU3E5__1_7; } inline Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E ** get_address_of_U3CsetU3E5__1_7() { return &___U3CsetU3E5__1_7; } inline void set_U3CsetU3E5__1_7(Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E * value) { ___U3CsetU3E5__1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsetU3E5__1_7), (void*)value); } inline static int32_t get_offset_of_second_8() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___second_8)); } inline RuntimeObject* get_second_8() const { return ___second_8; } inline RuntimeObject** get_address_of_second_8() { return &___second_8; } inline void set_second_8(RuntimeObject* value) { ___second_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___second_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__second_9() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___U3CU3E3__second_9)); } inline RuntimeObject* get_U3CU3E3__second_9() const { return ___U3CU3E3__second_9; } inline RuntimeObject** get_address_of_U3CU3E3__second_9() { return &___U3CU3E3__second_9; } inline void set_U3CU3E3__second_9(RuntimeObject* value) { ___U3CU3E3__second_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__second_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_10() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D, ___U3CU3E7__wrap1_10)); } inline RuntimeObject* get_U3CU3E7__wrap1_10() const { return ___U3CU3E7__wrap1_10; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_10() { return &___U3CU3E7__wrap1_10; } inline void set_U3CU3E7__wrap1_10(RuntimeObject* value) { ___U3CU3E7__wrap1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_10), (void*)value); } }; // System.Linq.Enumerable/d__71`1 struct U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__71`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__71`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__71`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__71`1::comparer RuntimeObject* ___comparer_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__71`1::<>3__comparer RuntimeObject* ___U3CU3E3__comparer_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::first RuntimeObject* ___first_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::<>3__first RuntimeObject* ___U3CU3E3__first_6; // System.Linq.Set`1 System.Linq.Enumerable/d__71`1::5__1 Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * ___U3CsetU3E5__1_7; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::second RuntimeObject* ___second_8; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::<>3__second RuntimeObject* ___U3CU3E3__second_9; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__71`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___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(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___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(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___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_comparer_3() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__comparer_4() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E3__comparer_4)); } inline RuntimeObject* get_U3CU3E3__comparer_4() const { return ___U3CU3E3__comparer_4; } inline RuntimeObject** get_address_of_U3CU3E3__comparer_4() { return &___U3CU3E3__comparer_4; } inline void set_U3CU3E3__comparer_4(RuntimeObject* value) { ___U3CU3E3__comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__comparer_4), (void*)value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___first_5)); } inline RuntimeObject* get_first_5() const { return ___first_5; } inline RuntimeObject** get_address_of_first_5() { return &___first_5; } inline void set_first_5(RuntimeObject* value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___first_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__first_6() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E3__first_6)); } inline RuntimeObject* get_U3CU3E3__first_6() const { return ___U3CU3E3__first_6; } inline RuntimeObject** get_address_of_U3CU3E3__first_6() { return &___U3CU3E3__first_6; } inline void set_U3CU3E3__first_6(RuntimeObject* value) { ___U3CU3E3__first_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__first_6), (void*)value); } inline static int32_t get_offset_of_U3CsetU3E5__1_7() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CsetU3E5__1_7)); } inline Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * get_U3CsetU3E5__1_7() const { return ___U3CsetU3E5__1_7; } inline Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 ** get_address_of_U3CsetU3E5__1_7() { return &___U3CsetU3E5__1_7; } inline void set_U3CsetU3E5__1_7(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * value) { ___U3CsetU3E5__1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsetU3E5__1_7), (void*)value); } inline static int32_t get_offset_of_second_8() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___second_8)); } inline RuntimeObject* get_second_8() const { return ___second_8; } inline RuntimeObject** get_address_of_second_8() { return &___second_8; } inline void set_second_8(RuntimeObject* value) { ___second_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___second_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__second_9() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E3__second_9)); } inline RuntimeObject* get_U3CU3E3__second_9() const { return ___U3CU3E3__second_9; } inline RuntimeObject** get_address_of_U3CU3E3__second_9() { return &___U3CU3E3__second_9; } inline void set_U3CU3E3__second_9(RuntimeObject* value) { ___U3CU3E3__second_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__second_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_10() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E7__wrap1_10)); } inline RuntimeObject* get_U3CU3E7__wrap1_10() const { return ___U3CU3E7__wrap1_10; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_10() { return &___U3CU3E7__wrap1_10; } inline void set_U3CU3E7__wrap1_10(RuntimeObject* value) { ___U3CU3E7__wrap1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_10), (void*)value); } }; // Newtonsoft.Json.Linq.Extensions/d__11`2 struct U3CValuesU3Ed__11_2_tB9520BD481F67B635D5BF05FAF2D903871210A6D : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t33AC24218F998261295AEB205913391478DB21DE : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData struct CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfMinBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfMinBuffer2D_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::cdfLutBuffer2D Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * ___cdfLutBuffer2D_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::pixelsInTile int32_t ___pixelsInTile_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::sourceWidth int32_t ___sourceWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileWidth int32_t ___tileWidth_6; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileHeight int32_t ___tileHeight_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::luminanceLevels int32_t ___luminanceLevels_8; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_9; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_cdfMinBuffer2D_2() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___cdfMinBuffer2D_2)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfMinBuffer2D_2() const { return ___cdfMinBuffer2D_2; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfMinBuffer2D_2() { return &___cdfMinBuffer2D_2; } inline void set_cdfMinBuffer2D_2(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfMinBuffer2D_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfMinBuffer2D_2), (void*)value); } inline static int32_t get_offset_of_cdfLutBuffer2D_3() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___cdfLutBuffer2D_3)); } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * get_cdfLutBuffer2D_3() const { return ___cdfLutBuffer2D_3; } inline Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 ** get_address_of_cdfLutBuffer2D_3() { return &___cdfLutBuffer2D_3; } inline void set_cdfLutBuffer2D_3(Buffer2D_1_t0A6BA398B20240054BD5E3DFBF11A7D229927F57 * value) { ___cdfLutBuffer2D_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfLutBuffer2D_3), (void*)value); } inline static int32_t get_offset_of_pixelsInTile_4() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___pixelsInTile_4)); } inline int32_t get_pixelsInTile_4() const { return ___pixelsInTile_4; } inline int32_t* get_address_of_pixelsInTile_4() { return &___pixelsInTile_4; } inline void set_pixelsInTile_4(int32_t value) { ___pixelsInTile_4 = value; } inline static int32_t get_offset_of_sourceWidth_5() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___sourceWidth_5)); } inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; } inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; } inline void set_sourceWidth_5(int32_t value) { ___sourceWidth_5 = value; } inline static int32_t get_offset_of_tileWidth_6() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___tileWidth_6)); } inline int32_t get_tileWidth_6() const { return ___tileWidth_6; } inline int32_t* get_address_of_tileWidth_6() { return &___tileWidth_6; } inline void set_tileWidth_6(int32_t value) { ___tileWidth_6 = value; } inline static int32_t get_offset_of_tileHeight_7() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___tileHeight_7)); } inline int32_t get_tileHeight_7() const { return ___tileHeight_7; } inline int32_t* get_address_of_tileHeight_7() { return &___tileHeight_7; } inline void set_tileHeight_7(int32_t value) { ___tileHeight_7 = value; } inline static int32_t get_offset_of_luminanceLevels_8() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___luminanceLevels_8)); } inline int32_t get_luminanceLevels_8() const { return ___luminanceLevels_8; } inline int32_t* get_address_of_luminanceLevels_8() { return &___luminanceLevels_8; } inline void set_luminanceLevels_8(int32_t value) { ___luminanceLevels_8 = value; } inline static int32_t get_offset_of_tileYStartPositions_9() { return static_cast(offsetof(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC, ___tileYStartPositions_9)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_9() const { return ___tileYStartPositions_9; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_9() { return &___tileYStartPositions_9; } inline void set_tileYStartPositions_9(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_9), (void*)value); } }; // System.Collections.Generic.List`1> struct List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED, ____items_1)); } inline ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D* get__items_1() const { return ____items_1; } inline ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_StaticFields, ____emptyArray_5)); } inline ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D* get__emptyArray_5() const { return ____emptyArray_5; } inline ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ValueTuple_2U5BU5D_t64D219C4FDA9820D5116472468B8EAB569FFC71D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2, ___owner_0)); } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192, ___owner_0)); } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401, ___owner_0)); } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A, ___owner_0)); } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2, ___owner_0)); } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909, ___owner_0)); } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99, ___owner_0)); } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E, ___owner_0)); } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t2F989EE591B67BE1485FD3758DD8B13BF088DFEB * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE, ___owner_0)); } inline MemoryGroup_1_t2F989EE591B67BE1485FD3758DD8B13BF088DFEB * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t2F989EE591B67BE1485FD3758DD8B13BF088DFEB ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t2F989EE591B67BE1485FD3758DD8B13BF088DFEB * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tD9858B898E354AFC040F7BA7D2A7947F9F12A102 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA, ___owner_0)); } inline MemoryGroup_1_tD9858B898E354AFC040F7BA7D2A7947F9F12A102 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tD9858B898E354AFC040F7BA7D2A7947F9F12A102 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tD9858B898E354AFC040F7BA7D2A7947F9F12A102 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE, ___owner_0)); } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t88B31178C8B2A44BF64B211D83C492AB6988628C * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149, ___owner_0)); } inline MemoryGroup_1_t88B31178C8B2A44BF64B211D83C492AB6988628C * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t88B31178C8B2A44BF64B211D83C492AB6988628C ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t88B31178C8B2A44BF64B211D83C492AB6988628C * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF, ___owner_0)); } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7, ___owner_0)); } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58, ___owner_0)); } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t7C427D18448990405A0584AE095CB75761DF067A * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD, ___owner_0)); } inline MemoryGroup_1_t7C427D18448990405A0584AE095CB75761DF067A * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t7C427D18448990405A0584AE095CB75761DF067A ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t7C427D18448990405A0584AE095CB75761DF067A * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F, ___owner_0)); } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74, ___owner_0)); } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0, ___owner_0)); } inline MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4, ___owner_0)); } inline MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2, ___owner_0)); } inline MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784, ___owner_0)); } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7, ___owner_0)); } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35, ___owner_0)); } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0, ___owner_0)); } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084, ___owner_0)); } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D, ___owner_0)); } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3, ___owner_0)); } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E, ___owner_0)); } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC, ___owner_0)); } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317, ___owner_0)); } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057, ___owner_0)); } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB, ___owner_0)); } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t159C4DB48CBB25F81E341B5C41C3F4BC9D108B09 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D, ___owner_0)); } inline MemoryGroup_1_t159C4DB48CBB25F81E341B5C41C3F4BC9D108B09 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t159C4DB48CBB25F81E341B5C41C3F4BC9D108B09 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t159C4DB48CBB25F81E341B5C41C3F4BC9D108B09 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t4EDD372AC7708A95089A5770FB507E184E991A49 * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA, ___owner_0)); } inline MemoryGroup_1_t4EDD372AC7708A95089A5770FB507E184E991A49 * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t4EDD372AC7708A95089A5770FB507E184E991A49 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t4EDD372AC7708A95089A5770FB507E184E991A49 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 struct MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1::owner MemoryGroup_1_t7CAF0484422AAF3D214FC8B1273585D863054B6C * ___owner_0; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] SixLabors.ImageSharp.Memory.MemoryGroupView`1::memoryWrappers MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942* ___memoryWrappers_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D, ___owner_0)); } inline MemoryGroup_1_t7CAF0484422AAF3D214FC8B1273585D863054B6C * get_owner_0() const { return ___owner_0; } inline MemoryGroup_1_t7CAF0484422AAF3D214FC8B1273585D863054B6C ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(MemoryGroup_1_t7CAF0484422AAF3D214FC8B1273585D863054B6C * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_memoryWrappers_1() { return static_cast(offsetof(MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D, ___memoryWrappers_1)); } inline MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942* get_memoryWrappers_1() const { return ___memoryWrappers_1; } inline MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942** get_address_of_memoryWrappers_1() { return &___memoryWrappers_1; } inline void set_memoryWrappers_1(MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942* value) { ___memoryWrappers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryWrappers_1), (void*)value); } }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tEC1238441776B628014509035989771661756E25 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 : public RuntimeObject { public: public: }; // System.Linq.Set`1 struct Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E : public RuntimeObject { public: // System.Int32[] System.Linq.Set`1::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Linq.Set`1/Slot[] System.Linq.Set`1::slots SlotU5BU5D_tDD7CE6B254CAF0AACCF251C41D0EEEECBBCF1CBD* ___slots_1; // System.Int32 System.Linq.Set`1::count int32_t ___count_2; // System.Int32 System.Linq.Set`1::freeList int32_t ___freeList_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Set`1::comparer RuntimeObject* ___comparer_4; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_slots_1() { return static_cast(offsetof(Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E, ___slots_1)); } inline SlotU5BU5D_tDD7CE6B254CAF0AACCF251C41D0EEEECBBCF1CBD* get_slots_1() const { return ___slots_1; } inline SlotU5BU5D_tDD7CE6B254CAF0AACCF251C41D0EEEECBBCF1CBD** get_address_of_slots_1() { return &___slots_1; } inline void set_slots_1(SlotU5BU5D_tDD7CE6B254CAF0AACCF251C41D0EEEECBBCF1CBD* value) { ___slots_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___slots_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_freeList_3() { return static_cast(offsetof(Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E, ___freeList_3)); } inline int32_t get_freeList_3() const { return ___freeList_3; } inline int32_t* get_address_of_freeList_3() { return &___freeList_3; } inline void set_freeList_3(int32_t value) { ___freeList_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } }; // System.Linq.Set`1 struct Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 : public RuntimeObject { public: // System.Int32[] System.Linq.Set`1::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Linq.Set`1/Slot[] System.Linq.Set`1::slots SlotU5BU5D_tB32606E8A9A8BBB414F0BFABFC7D01EC8527B245* ___slots_1; // System.Int32 System.Linq.Set`1::count int32_t ___count_2; // System.Int32 System.Linq.Set`1::freeList int32_t ___freeList_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Set`1::comparer RuntimeObject* ___comparer_4; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_slots_1() { return static_cast(offsetof(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0, ___slots_1)); } inline SlotU5BU5D_tB32606E8A9A8BBB414F0BFABFC7D01EC8527B245* get_slots_1() const { return ___slots_1; } inline SlotU5BU5D_tB32606E8A9A8BBB414F0BFABFC7D01EC8527B245** get_address_of_slots_1() { return &___slots_1; } inline void set_slots_1(SlotU5BU5D_tB32606E8A9A8BBB414F0BFABFC7D01EC8527B245* value) { ___slots_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___slots_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_freeList_3() { return static_cast(offsetof(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0, ___freeList_3)); } inline int32_t get_freeList_3() const { return ___freeList_3; } inline int32_t* get_address_of_freeList_3() { return &___freeList_3; } inline void set_freeList_3(int32_t value) { ___freeList_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // SixLabors.ImageSharp.ImageFrame struct ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.ImageFrame::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_2; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata SixLabors.ImageSharp.ImageFrame::k__BackingField ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * ___U3CMetadataU3Ek__BackingField_3; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_1() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CWidthU3Ek__BackingField_1)); } inline int32_t get_U3CWidthU3Ek__BackingField_1() const { return ___U3CWidthU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_1() { return &___U3CWidthU3Ek__BackingField_1; } inline void set_U3CWidthU3Ek__BackingField_1(int32_t value) { ___U3CWidthU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_2() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CHeightU3Ek__BackingField_2)); } inline int32_t get_U3CHeightU3Ek__BackingField_2() const { return ___U3CHeightU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_2() { return &___U3CHeightU3Ek__BackingField_2; } inline void set_U3CHeightU3Ek__BackingField_2(int32_t value) { ___U3CHeightU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_3() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CMetadataU3Ek__BackingField_3)); } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * get_U3CMetadataU3Ek__BackingField_3() const { return ___U3CMetadataU3Ek__BackingField_3; } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E ** get_address_of_U3CMetadataU3Ek__BackingField_3() { return &___U3CMetadataU3Ek__BackingField_3; } inline void set_U3CMetadataU3Ek__BackingField_3(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * value) { ___U3CMetadataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_3), (void*)value); } }; // System.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.Threading.AsyncLocalValueChangedArgs`1 struct AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A { public: // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CPreviousValueU3Ek__BackingField_0; // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CCurrentValueU3Ek__BackingField_1; // System.Boolean System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField bool ___U3CThreadContextChangedU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPreviousValueU3Ek__BackingField_0() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A, ___U3CPreviousValueU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CPreviousValueU3Ek__BackingField_0() const { return ___U3CPreviousValueU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CPreviousValueU3Ek__BackingField_0() { return &___U3CPreviousValueU3Ek__BackingField_0; } inline void set_U3CPreviousValueU3Ek__BackingField_0(RuntimeObject * value) { ___U3CPreviousValueU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPreviousValueU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCurrentValueU3Ek__BackingField_1() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A, ___U3CCurrentValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentValueU3Ek__BackingField_1() const { return ___U3CCurrentValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentValueU3Ek__BackingField_1() { return &___U3CCurrentValueU3Ek__BackingField_1; } inline void set_U3CCurrentValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CThreadContextChangedU3Ek__BackingField_2() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A, ___U3CThreadContextChangedU3Ek__BackingField_2)); } inline bool get_U3CThreadContextChangedU3Ek__BackingField_2() const { return ___U3CThreadContextChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CThreadContextChangedU3Ek__BackingField_2() { return &___U3CThreadContextChangedU3Ek__BackingField_2; } inline void set_U3CThreadContextChangedU3Ek__BackingField_2(bool value) { ___U3CThreadContextChangedU3Ek__BackingField_2 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED, ___m_task_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * 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_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED, ___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; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_task_0)); } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * 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_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___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; } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_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); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 : public MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566, ___view_0)); } inline MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 : public MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24, ___view_0)); } inline MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 : public MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2, ___view_0)); } inline MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE : public MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE, ___view_0)); } inline MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 : public MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99, ___view_0)); } inline MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C : public MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C, ___view_0)); } inline MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB : public MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB, ___view_0)); } inline MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC : public MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC, ___view_0)); } inline MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 : public MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50, ___view_0)); } inline MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C : public MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C, ___view_0)); } inline MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 : public MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046, ___view_0)); } inline MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 : public MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5, ___view_0)); } inline MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED : public MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED, ___view_0)); } inline MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 : public MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66, ___view_0)); } inline MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 : public MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1, ___view_0)); } inline MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F : public MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F, ___view_0)); } inline MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C : public MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C, ___view_0)); } inline MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A : public MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A, ___view_0)); } inline MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 : public MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26, ___view_0)); } inline MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 : public MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7, ___view_0)); } inline MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 : public MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1, ___view_0)); } inline MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 : public MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36, ___view_0)); } inline MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 : public MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605, ___view_0)); } inline MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D : public MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D, ___view_0)); } inline MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE : public MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE, ___view_0)); } inline MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F : public MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F, ___view_0)); } inline MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 : public MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781, ___view_0)); } inline MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 : public MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54, ___view_0)); } inline MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B : public MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B, ___view_0)); } inline MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 : public MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529, ___view_0)); } inline MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 : public MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2, ___view_0)); } inline MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 : public MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6, ___view_0)); } inline MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 : public MemoryManager_1_tEC1238441776B628014509035989771661756E25 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4, ___view_0)); } inline MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 : public MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2, ___view_0)); } inline MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 : public MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82, ___view_0)); } inline MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82, ___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; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper struct MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C : public MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 { public: // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::view MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * ___view_0; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper::index int32_t ___index_1; public: inline static int32_t get_offset_of_view_0() { return static_cast(offsetof(MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C, ___view_0)); } inline MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * get_view_0() const { return ___view_0; } inline MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D ** get_address_of_view_0() { return &___view_0; } inline void set_view_0(MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * value) { ___view_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C, ___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; } }; // System.Memory`1 struct Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t989A25F213E59B429D409844716D883464EB981E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___cdfData_0)); } inline CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___source_7)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_7() const { return ___source_7; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___cdfData_0)); } inline CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___source_7)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_7() const { return ___source_7; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___cdfData_0)); } inline CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___source_7)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_7() const { return ___source_7; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___cdfData_0)); } inline CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___source_7)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_7() const { return ___source_7; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___cdfData_0)); } inline CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___source_7)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_7() const { return ___source_7; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___cdfData_0)); } inline CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___source_7)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_source_7() const { return ___source_7; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___cdfData_0)); } inline CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___source_7)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_7() const { return ___source_7; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___cdfData_0)); } inline CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___source_7)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_7() const { return ___source_7; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___cdfData_0)); } inline CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t33AC24218F998261295AEB205913391478DB21DE ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___source_7)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_7() const { return ___source_7; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___cdfData_0)); } inline CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___source_7)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_7() const { return ___source_7; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___cdfData_0)); } inline CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___source_7)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_7() const { return ___source_7; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___cdfData_0)); } inline CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___source_7)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_7() const { return ___source_7; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___cdfData_0)); } inline CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___source_7)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_7() const { return ___source_7; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation struct RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 { public: // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::cdfData CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData_0; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileYStartPositions List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileWidth int32_t ___tileWidth_2; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileHeight int32_t ___tileHeight_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::tileCount int32_t ___tileCount_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::halfTileWidth int32_t ___halfTileWidth_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::luminanceLevels int32_t ___luminanceLevels_6; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_7; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceWidth int32_t ___sourceWidth_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::sourceHeight int32_t ___sourceHeight_9; public: inline static int32_t get_offset_of_cdfData_0() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___cdfData_0)); } inline CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * get_cdfData_0() const { return ___cdfData_0; } inline CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC ** get_address_of_cdfData_0() { return &___cdfData_0; } inline void set_cdfData_0(CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * value) { ___cdfData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdfData_0), (void*)value); } inline static int32_t get_offset_of_tileYStartPositions_1() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___tileYStartPositions_1)); } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * get_tileYStartPositions_1() const { return ___tileYStartPositions_1; } inline List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED ** get_address_of_tileYStartPositions_1() { return &___tileYStartPositions_1; } inline void set_tileYStartPositions_1(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * value) { ___tileYStartPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileYStartPositions_1), (void*)value); } inline static int32_t get_offset_of_tileWidth_2() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___tileWidth_2)); } inline int32_t get_tileWidth_2() const { return ___tileWidth_2; } inline int32_t* get_address_of_tileWidth_2() { return &___tileWidth_2; } inline void set_tileWidth_2(int32_t value) { ___tileWidth_2 = value; } inline static int32_t get_offset_of_tileHeight_3() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___tileHeight_3)); } inline int32_t get_tileHeight_3() const { return ___tileHeight_3; } inline int32_t* get_address_of_tileHeight_3() { return &___tileHeight_3; } inline void set_tileHeight_3(int32_t value) { ___tileHeight_3 = value; } inline static int32_t get_offset_of_tileCount_4() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___tileCount_4)); } inline int32_t get_tileCount_4() const { return ___tileCount_4; } inline int32_t* get_address_of_tileCount_4() { return &___tileCount_4; } inline void set_tileCount_4(int32_t value) { ___tileCount_4 = value; } inline static int32_t get_offset_of_halfTileWidth_5() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___halfTileWidth_5)); } inline int32_t get_halfTileWidth_5() const { return ___halfTileWidth_5; } inline int32_t* get_address_of_halfTileWidth_5() { return &___halfTileWidth_5; } inline void set_halfTileWidth_5(int32_t value) { ___halfTileWidth_5 = value; } inline static int32_t get_offset_of_luminanceLevels_6() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___luminanceLevels_6)); } inline int32_t get_luminanceLevels_6() const { return ___luminanceLevels_6; } inline int32_t* get_address_of_luminanceLevels_6() { return &___luminanceLevels_6; } inline void set_luminanceLevels_6(int32_t value) { ___luminanceLevels_6 = value; } inline static int32_t get_offset_of_source_7() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___source_7)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_7() const { return ___source_7; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_7() { return &___source_7; } inline void set_source_7(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_7), (void*)value); } inline static int32_t get_offset_of_sourceWidth_8() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___sourceWidth_8)); } inline int32_t get_sourceWidth_8() const { return ___sourceWidth_8; } inline int32_t* get_address_of_sourceWidth_8() { return &___sourceWidth_8; } inline void set_sourceWidth_8(int32_t value) { ___sourceWidth_8 = value; } inline static int32_t get_offset_of_sourceHeight_9() { return static_cast(offsetof(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917, ___sourceHeight_9)); } inline int32_t get_sourceHeight_9() const { return ___sourceHeight_9; } inline int32_t* get_address_of_sourceHeight_9() { return &___sourceHeight_9; } inline void set_sourceHeight_9(int32_t value) { ___sourceHeight_9 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 int32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 { public: // T1 System.ValueTuple`2::Item1 int64_t ___Item1_0; // T2 System.ValueTuple`2::Item2 uint32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653, ___Item1_0)); } inline int64_t get_Item1_0() const { return ___Item1_0; } inline int64_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int64_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653, ___Item2_1)); } inline uint32_t get_Item2_1() const { return ___Item2_1; } inline uint32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(uint32_t value) { ___Item2_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // SixLabors.ImageSharp.PixelFormats.A8 struct A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.A8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // 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; }; // SixLabors.ImageSharp.PixelFormats.Bgr24 struct Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::B uint8_t ___B_0; }; #pragma pack(pop, tp) struct { uint8_t ___B_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___G_1_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::G uint8_t ___G_1; }; #pragma pack(pop, tp) struct { char ___G_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___G_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___R_2_OffsetPadding[2]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::R uint8_t ___R_2; }; #pragma pack(pop, tp) struct { char ___R_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___R_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_R_2() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr565 struct Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra4444 struct Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra5551 struct Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D { public: // System.Numerics.Vector4[] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Parameters Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___Parameters_0; // SixLabors.ImageSharp.Complex64[][] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Kernels Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; public: inline static int32_t get_offset_of_Parameters_0() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Parameters_0)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_Parameters_0() const { return ___Parameters_0; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_Parameters_0() { return &___Parameters_0; } inline void set_Parameters_0(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* value) { ___Parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Parameters_0), (void*)value); } inline static int32_t get_offset_of_Kernels_1() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Kernels_1)); } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* get_Kernels_1() const { return ___Kernels_1; } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C** get_address_of_Kernels_1() { return &___Kernels_1; } inline void set_Kernels_1(Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* value) { ___Kernels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Kernels_1), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_pinvoke { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_com { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters struct BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Radius int32_t ___Radius_0; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Components int32_t ___Components_1; public: inline static int32_t get_offset_of_Radius_0() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Radius_0)); } inline int32_t get_Radius_0() const { return ___Radius_0; } inline int32_t* get_address_of_Radius_0() { return &___Radius_0; } inline void set_Radius_0(int32_t value) { ___Radius_0 = value; } inline static int32_t get_offset_of_Components_1() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Components_1)); } inline int32_t get_Components_1() const { return ___Components_1; } inline int32_t* get_address_of_Components_1() { return &___Components_1; } inline void set_Components_1(int32_t value) { ___Components_1 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // BestHTTP.Extensions.BufferStore struct BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 { public: // System.Int64 BestHTTP.Extensions.BufferStore::Size int64_t ___Size_0; // System.Collections.Generic.List`1 BestHTTP.Extensions.BufferStore::buffers List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * ___buffers_1; public: inline static int32_t get_offset_of_Size_0() { return static_cast(offsetof(BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491, ___Size_0)); } inline int64_t get_Size_0() const { return ___Size_0; } inline int64_t* get_address_of_Size_0() { return &___Size_0; } inline void set_Size_0(int64_t value) { ___Size_0 = value; } inline static int32_t get_offset_of_buffers_1() { return static_cast(offsetof(BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491, ___buffers_1)); } inline List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * get_buffers_1() const { return ___buffers_1; } inline List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 ** get_address_of_buffers_1() { return &___buffers_1; } inline void set_buffers_1(List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * value) { ___buffers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffers_1), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.Extensions.BufferStore struct BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_pinvoke { int64_t ___Size_0; List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * ___buffers_1; }; // Native definition for COM marshalling of BestHTTP.Extensions.BufferStore struct BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_com { int64_t ___Size_0; List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * ___buffers_1; }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Byte4 struct Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // BestHTTP.SignalRCore.CallbackDescriptor struct CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 { public: // System.Type[] BestHTTP.SignalRCore.CallbackDescriptor::ParamTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___ParamTypes_0; // System.Action`1 BestHTTP.SignalRCore.CallbackDescriptor::Callback Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * ___Callback_1; public: inline static int32_t get_offset_of_ParamTypes_0() { return static_cast(offsetof(CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797, ___ParamTypes_0)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_ParamTypes_0() const { return ___ParamTypes_0; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_ParamTypes_0() { return &___ParamTypes_0; } inline void set_ParamTypes_0(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___ParamTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ParamTypes_0), (void*)value); } inline static int32_t get_offset_of_Callback_1() { return static_cast(offsetof(CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797, ___Callback_1)); } inline Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * get_Callback_1() const { return ___Callback_1; } inline Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B ** get_address_of_Callback_1() { return &___Callback_1; } inline void set_Callback_1(Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * value) { ___Callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.CallbackDescriptor struct CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797_marshaled_pinvoke { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___ParamTypes_0; Il2CppMethodPointer ___Callback_1; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.CallbackDescriptor struct CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797_marshaled_com { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___ParamTypes_0; Il2CppMethodPointer ___Callback_1; }; // 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.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // System.Numerics.Complex struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C { public: // System.Double System.Numerics.Complex::m_real double ___m_real_6; // System.Double System.Numerics.Complex::m_imaginary double ___m_imaginary_7; public: inline static int32_t get_offset_of_m_real_6() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_real_6)); } inline double get_m_real_6() const { return ___m_real_6; } inline double* get_address_of_m_real_6() { return &___m_real_6; } inline void set_m_real_6(double value) { ___m_real_6 = value; } inline static int32_t get_offset_of_m_imaginary_7() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_imaginary_7)); } inline double get_m_imaginary_7() const { return ___m_imaginary_7; } inline double* get_address_of_m_imaginary_7() { return &___m_imaginary_7; } inline void set_m_imaginary_7(double value) { ___m_imaginary_7 = value; } }; struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields { public: // System.Numerics.Complex System.Numerics.Complex::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; // System.Numerics.Complex System.Numerics.Complex::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_1; // System.Numerics.Complex System.Numerics.Complex::ImaginaryOne Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___ImaginaryOne_2; // System.Double System.Numerics.Complex::s_sqrtRescaleThreshold double ___s_sqrtRescaleThreshold_3; // System.Double System.Numerics.Complex::s_asinOverflowThreshold double ___s_asinOverflowThreshold_4; // System.Double System.Numerics.Complex::s_log2 double ___s_log2_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___One_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_1() const { return ___One_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_1 = value; } inline static int32_t get_offset_of_ImaginaryOne_2() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___ImaginaryOne_2)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_ImaginaryOne_2() const { return ___ImaginaryOne_2; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_ImaginaryOne_2() { return &___ImaginaryOne_2; } inline void set_ImaginaryOne_2(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___ImaginaryOne_2 = value; } inline static int32_t get_offset_of_s_sqrtRescaleThreshold_3() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_sqrtRescaleThreshold_3)); } inline double get_s_sqrtRescaleThreshold_3() const { return ___s_sqrtRescaleThreshold_3; } inline double* get_address_of_s_sqrtRescaleThreshold_3() { return &___s_sqrtRescaleThreshold_3; } inline void set_s_sqrtRescaleThreshold_3(double value) { ___s_sqrtRescaleThreshold_3 = value; } inline static int32_t get_offset_of_s_asinOverflowThreshold_4() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_asinOverflowThreshold_4)); } inline double get_s_asinOverflowThreshold_4() const { return ___s_asinOverflowThreshold_4; } inline double* get_address_of_s_asinOverflowThreshold_4() { return &___s_asinOverflowThreshold_4; } inline void set_s_asinOverflowThreshold_4(double value) { ___s_asinOverflowThreshold_4 = value; } inline static int32_t get_offset_of_s_log2_5() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_log2_5)); } inline double get_s_log2_5() const { return ___s_log2_5; } inline double* get_address_of_s_log2_5() { return &___s_log2_5; } inline void set_s_log2_5(double value) { ___s_log2_5 = value; } }; // MathNet.Numerics.Complex32 struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 { public: // System.Single MathNet.Numerics.Complex32::_real float ____real_0; // System.Single MathNet.Numerics.Complex32::_imag float ____imag_1; public: inline static int32_t get_offset_of__real_0() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____real_0)); } inline float get__real_0() const { return ____real_0; } inline float* get_address_of__real_0() { return &____real_0; } inline void set__real_0(float value) { ____real_0 = value; } inline static int32_t get_offset_of__imag_1() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____imag_1)); } inline float get__imag_1() const { return ____imag_1; } inline float* get_address_of__imag_1() { return &____imag_1; } inline void set__imag_1(float value) { ____imag_1 = value; } }; struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields { public: // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_2; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_3; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::ImaginaryOne Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___ImaginaryOne_4; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::PositiveInfinity Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___PositiveInfinity_5; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::NaN Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___NaN_6; public: inline static int32_t get_offset_of_Zero_2() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___Zero_2)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_2() const { return ___Zero_2; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_2() { return &___Zero_2; } inline void set_Zero_2(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___One_3)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_3() const { return ___One_3; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_3 = value; } inline static int32_t get_offset_of_ImaginaryOne_4() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___ImaginaryOne_4)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_ImaginaryOne_4() const { return ___ImaginaryOne_4; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_ImaginaryOne_4() { return &___ImaginaryOne_4; } inline void set_ImaginaryOne_4(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___ImaginaryOne_4 = value; } inline static int32_t get_offset_of_PositiveInfinity_5() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___PositiveInfinity_5)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_PositiveInfinity_5() const { return ___PositiveInfinity_5; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_PositiveInfinity_5() { return &___PositiveInfinity_5; } inline void set_PositiveInfinity_5(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___PositiveInfinity_5 = value; } inline static int32_t get_offset_of_NaN_6() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___NaN_6)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_NaN_6() const { return ___NaN_6; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_NaN_6() { return &___NaN_6; } inline void set_NaN_6(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___NaN_6 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // 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 { }; // TMPro.FloatTween struct FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 { public: // TMPro.FloatTween/FloatTweenCallback TMPro.FloatTween::m_Target FloatTweenCallback_tFA05DE1963C7BD69C06DEAD6FFA6C107A9E1D949 * ___m_Target_0; // System.Single TMPro.FloatTween::m_StartValue float ___m_StartValue_1; // System.Single TMPro.FloatTween::m_TargetValue float ___m_TargetValue_2; // System.Single TMPro.FloatTween::m_Duration float ___m_Duration_3; // System.Boolean TMPro.FloatTween::m_IgnoreTimeScale bool ___m_IgnoreTimeScale_4; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97, ___m_Target_0)); } inline FloatTweenCallback_tFA05DE1963C7BD69C06DEAD6FFA6C107A9E1D949 * get_m_Target_0() const { return ___m_Target_0; } inline FloatTweenCallback_tFA05DE1963C7BD69C06DEAD6FFA6C107A9E1D949 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(FloatTweenCallback_tFA05DE1963C7BD69C06DEAD6FFA6C107A9E1D949 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_0), (void*)value); } inline static int32_t get_offset_of_m_StartValue_1() { return static_cast(offsetof(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97, ___m_StartValue_1)); } inline float get_m_StartValue_1() const { return ___m_StartValue_1; } inline float* get_address_of_m_StartValue_1() { return &___m_StartValue_1; } inline void set_m_StartValue_1(float value) { ___m_StartValue_1 = value; } inline static int32_t get_offset_of_m_TargetValue_2() { return static_cast(offsetof(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97, ___m_TargetValue_2)); } inline float get_m_TargetValue_2() const { return ___m_TargetValue_2; } inline float* get_address_of_m_TargetValue_2() { return &___m_TargetValue_2; } inline void set_m_TargetValue_2(float value) { ___m_TargetValue_2 = value; } inline static int32_t get_offset_of_m_Duration_3() { return static_cast(offsetof(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97, ___m_Duration_3)); } inline float get_m_Duration_3() const { return ___m_Duration_3; } inline float* get_address_of_m_Duration_3() { return &___m_Duration_3; } inline void set_m_Duration_3(float value) { ___m_Duration_3 = value; } inline static int32_t get_offset_of_m_IgnoreTimeScale_4() { return static_cast(offsetof(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97, ___m_IgnoreTimeScale_4)); } inline bool get_m_IgnoreTimeScale_4() const { return ___m_IgnoreTimeScale_4; } inline bool* get_address_of_m_IgnoreTimeScale_4() { return &___m_IgnoreTimeScale_4; } inline void set_m_IgnoreTimeScale_4(bool value) { ___m_IgnoreTimeScale_4 = value; } }; // Native definition for P/Invoke marshalling of TMPro.FloatTween struct FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97_marshaled_pinvoke { FloatTweenCallback_tFA05DE1963C7BD69C06DEAD6FFA6C107A9E1D949 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; // Native definition for COM marshalling of TMPro.FloatTween struct FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97_marshaled_com { FloatTweenCallback_tFA05DE1963C7BD69C06DEAD6FFA6C107A9E1D949 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; // UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 { public: // UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback UnityEngine.UI.CoroutineTween.FloatTween::m_Target FloatTweenCallback_t56E4D48C62B03C68A69708463C2CCF8E02BBFB23 * ___m_Target_0; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_StartValue float ___m_StartValue_1; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_TargetValue float ___m_TargetValue_2; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_Duration float ___m_Duration_3; // System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::m_IgnoreTimeScale bool ___m_IgnoreTimeScale_4; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228, ___m_Target_0)); } inline FloatTweenCallback_t56E4D48C62B03C68A69708463C2CCF8E02BBFB23 * get_m_Target_0() const { return ___m_Target_0; } inline FloatTweenCallback_t56E4D48C62B03C68A69708463C2CCF8E02BBFB23 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(FloatTweenCallback_t56E4D48C62B03C68A69708463C2CCF8E02BBFB23 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_0), (void*)value); } inline static int32_t get_offset_of_m_StartValue_1() { return static_cast(offsetof(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228, ___m_StartValue_1)); } inline float get_m_StartValue_1() const { return ___m_StartValue_1; } inline float* get_address_of_m_StartValue_1() { return &___m_StartValue_1; } inline void set_m_StartValue_1(float value) { ___m_StartValue_1 = value; } inline static int32_t get_offset_of_m_TargetValue_2() { return static_cast(offsetof(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228, ___m_TargetValue_2)); } inline float get_m_TargetValue_2() const { return ___m_TargetValue_2; } inline float* get_address_of_m_TargetValue_2() { return &___m_TargetValue_2; } inline void set_m_TargetValue_2(float value) { ___m_TargetValue_2 = value; } inline static int32_t get_offset_of_m_Duration_3() { return static_cast(offsetof(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228, ___m_Duration_3)); } inline float get_m_Duration_3() const { return ___m_Duration_3; } inline float* get_address_of_m_Duration_3() { return &___m_Duration_3; } inline void set_m_Duration_3(float value) { ___m_Duration_3 = value; } inline static int32_t get_offset_of_m_IgnoreTimeScale_4() { return static_cast(offsetof(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228, ___m_IgnoreTimeScale_4)); } inline bool get_m_IgnoreTimeScale_4() const { return ___m_IgnoreTimeScale_4; } inline bool* get_address_of_m_IgnoreTimeScale_4() { return &___m_IgnoreTimeScale_4; } inline void set_m_IgnoreTimeScale_4(bool value) { ___m_IgnoreTimeScale_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228_marshaled_pinvoke { FloatTweenCallback_t56E4D48C62B03C68A69708463C2CCF8E02BBFB23 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; // Native definition for COM marshalling of UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228_marshaled_com { FloatTweenCallback_t56E4D48C62B03C68A69708463C2CCF8E02BBFB23 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // UnityEngine.TextCore.GlyphRect struct GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D { public: // System.Int32 UnityEngine.TextCore.GlyphRect::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Height int32_t ___m_Height_3; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___m_Width_2)); } inline int32_t get_m_Width_2() const { return ___m_Width_2; } inline int32_t* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(int32_t value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___m_Height_3)); } inline int32_t get_m_Height_3() const { return ___m_Height_3; } inline int32_t* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(int32_t value) { ___m_Height_3 = value; } }; struct GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D_StaticFields { public: // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D ___s_ZeroGlyphRect_4; public: inline static int32_t get_offset_of_s_ZeroGlyphRect_4() { return static_cast(offsetof(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D_StaticFields, ___s_ZeroGlyphRect_4)); } inline GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D get_s_ZeroGlyphRect_4() const { return ___s_ZeroGlyphRect_4; } inline GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D * get_address_of_s_ZeroGlyphRect_4() { return &___s_ZeroGlyphRect_4; } inline void set_s_ZeroGlyphRect_4(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D value) { ___s_ZeroGlyphRect_4 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfSingle struct HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfSingle::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector2 struct HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector4 struct HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Linq.Expressions.Interpreter.InterpretedFrameInfo struct InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7 { public: // System.String System.Linq.Expressions.Interpreter.InterpretedFrameInfo::_methodName String_t* ____methodName_0; // System.Linq.Expressions.Interpreter.DebugInfo System.Linq.Expressions.Interpreter.InterpretedFrameInfo::_debugInfo DebugInfo_t2FD37DEB5529C6813FAD30E67627B4CEFE8033AC * ____debugInfo_1; public: inline static int32_t get_offset_of__methodName_0() { return static_cast(offsetof(InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7, ____methodName_0)); } inline String_t* get__methodName_0() const { return ____methodName_0; } inline String_t** get_address_of__methodName_0() { return &____methodName_0; } inline void set__methodName_0(String_t* value) { ____methodName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodName_0), (void*)value); } inline static int32_t get_offset_of__debugInfo_1() { return static_cast(offsetof(InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7, ____debugInfo_1)); } inline DebugInfo_t2FD37DEB5529C6813FAD30E67627B4CEFE8033AC * get__debugInfo_1() const { return ____debugInfo_1; } inline DebugInfo_t2FD37DEB5529C6813FAD30E67627B4CEFE8033AC ** get_address_of__debugInfo_1() { return &____debugInfo_1; } inline void set__debugInfo_1(DebugInfo_t2FD37DEB5529C6813FAD30E67627B4CEFE8033AC * value) { ____debugInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____debugInfo_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Linq.Expressions.Interpreter.InterpretedFrameInfo struct InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7_marshaled_pinvoke { char* ____methodName_0; DebugInfo_t2FD37DEB5529C6813FAD30E67627B4CEFE8033AC * ____debugInfo_1; }; // Native definition for COM marshalling of System.Linq.Expressions.Interpreter.InterpretedFrameInfo struct InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7_marshaled_com { Il2CppChar* ____methodName_0; DebugInfo_t2FD37DEB5529C6813FAD30E67627B4CEFE8033AC * ____debugInfo_1; }; // SixLabors.ImageSharp.PixelFormats.L16 struct L16_t82A3FD4325827CB571596BA0DA68B251F985D94F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.L16::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.Formats.Png.PngTextData struct PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128 { public: // System.String SixLabors.ImageSharp.Formats.Png.PngTextData::k__BackingField String_t* ___U3CKeywordU3Ek__BackingField_0; // System.String SixLabors.ImageSharp.Formats.Png.PngTextData::k__BackingField String_t* ___U3CValueU3Ek__BackingField_1; // System.String SixLabors.ImageSharp.Formats.Png.PngTextData::k__BackingField String_t* ___U3CLanguageTagU3Ek__BackingField_2; // System.String SixLabors.ImageSharp.Formats.Png.PngTextData::k__BackingField String_t* ___U3CTranslatedKeywordU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CKeywordU3Ek__BackingField_0() { return static_cast(offsetof(PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128, ___U3CKeywordU3Ek__BackingField_0)); } inline String_t* get_U3CKeywordU3Ek__BackingField_0() const { return ___U3CKeywordU3Ek__BackingField_0; } inline String_t** get_address_of_U3CKeywordU3Ek__BackingField_0() { return &___U3CKeywordU3Ek__BackingField_0; } inline void set_U3CKeywordU3Ek__BackingField_0(String_t* value) { ___U3CKeywordU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeywordU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128, ___U3CValueU3Ek__BackingField_1)); } inline String_t* get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(String_t* value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLanguageTagU3Ek__BackingField_2() { return static_cast(offsetof(PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128, ___U3CLanguageTagU3Ek__BackingField_2)); } inline String_t* get_U3CLanguageTagU3Ek__BackingField_2() const { return ___U3CLanguageTagU3Ek__BackingField_2; } inline String_t** get_address_of_U3CLanguageTagU3Ek__BackingField_2() { return &___U3CLanguageTagU3Ek__BackingField_2; } inline void set_U3CLanguageTagU3Ek__BackingField_2(String_t* value) { ___U3CLanguageTagU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLanguageTagU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CTranslatedKeywordU3Ek__BackingField_3() { return static_cast(offsetof(PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128, ___U3CTranslatedKeywordU3Ek__BackingField_3)); } inline String_t* get_U3CTranslatedKeywordU3Ek__BackingField_3() const { return ___U3CTranslatedKeywordU3Ek__BackingField_3; } inline String_t** get_address_of_U3CTranslatedKeywordU3Ek__BackingField_3() { return &___U3CTranslatedKeywordU3Ek__BackingField_3; } inline void set_U3CTranslatedKeywordU3Ek__BackingField_3(String_t* value) { ___U3CTranslatedKeywordU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTranslatedKeywordU3Ek__BackingField_3), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Formats.Png.PngTextData struct PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128_marshaled_pinvoke { char* ___U3CKeywordU3Ek__BackingField_0; char* ___U3CValueU3Ek__BackingField_1; char* ___U3CLanguageTagU3Ek__BackingField_2; char* ___U3CTranslatedKeywordU3Ek__BackingField_3; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Formats.Png.PngTextData struct PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128_marshaled_com { Il2CppChar* ___U3CKeywordU3Ek__BackingField_0; Il2CppChar* ___U3CValueU3Ek__BackingField_1; Il2CppChar* ___U3CLanguageTagU3Ek__BackingField_2; Il2CppChar* ___U3CTranslatedKeywordU3Ek__BackingField_3; }; // LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Info_0), (void*)value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_2), (void*)value); } }; // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // UnityEngine.PropertyName struct PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 { public: // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // 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; } }; // UnityEngine.UIElements.UIR.RenderChainTextEntry struct RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7 { public: // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainTextEntry::command RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___command_0; // System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::firstVertex int32_t ___firstVertex_1; // System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::vertexCount int32_t ___vertexCount_2; public: inline static int32_t get_offset_of_command_0() { return static_cast(offsetof(RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7, ___command_0)); } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * get_command_0() const { return ___command_0; } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 ** get_address_of_command_0() { return &___command_0; } inline void set_command_0(RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * value) { ___command_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___command_0), (void*)value); } inline static int32_t get_offset_of_firstVertex_1() { return static_cast(offsetof(RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7, ___firstVertex_1)); } inline int32_t get_firstVertex_1() const { return ___firstVertex_1; } inline int32_t* get_address_of_firstVertex_1() { return &___firstVertex_1; } inline void set_firstVertex_1(int32_t value) { ___firstVertex_1 = value; } inline static int32_t get_offset_of_vertexCount_2() { return static_cast(offsetof(RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7, ___vertexCount_2)); } inline int32_t get_vertexCount_2() const { return ___vertexCount_2; } inline int32_t* get_address_of_vertexCount_2() { return &___vertexCount_2; } inline void set_vertexCount_2(int32_t value) { ___vertexCount_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry struct RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7_marshaled_pinvoke { RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___command_0; int32_t ___firstVertex_1; int32_t ___vertexCount_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry struct RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7_marshaled_com { RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___command_0; int32_t ___firstVertex_1; int32_t ___vertexCount_2; }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_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; } }; // UnityEngine.UIElements.StyleVariable struct StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD { public: // System.String UnityEngine.UIElements.StyleVariable::name String_t* ___name_0; // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.StyleVariable::sheet StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_1; // UnityEngine.UIElements.StyleValueHandle[] UnityEngine.UIElements.StyleVariable::handles StyleValueHandleU5BU5D_t8FCC38AD3E7E9F31424A6842204C9407D70FF41A* ___handles_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_sheet_1() { return static_cast(offsetof(StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD, ___sheet_1)); } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * get_sheet_1() const { return ___sheet_1; } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F ** get_address_of_sheet_1() { return &___sheet_1; } inline void set_sheet_1(StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * value) { ___sheet_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sheet_1), (void*)value); } inline static int32_t get_offset_of_handles_2() { return static_cast(offsetof(StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD, ___handles_2)); } inline StyleValueHandleU5BU5D_t8FCC38AD3E7E9F31424A6842204C9407D70FF41A* get_handles_2() const { return ___handles_2; } inline StyleValueHandleU5BU5D_t8FCC38AD3E7E9F31424A6842204C9407D70FF41A** get_address_of_handles_2() { return &___handles_2; } inline void set_handles_2(StyleValueHandleU5BU5D_t8FCC38AD3E7E9F31424A6842204C9407D70FF41A* value) { ___handles_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___handles_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleVariable struct StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD_marshaled_pinvoke { char* ___name_0; StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_1; StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 * ___handles_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleVariable struct StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD_marshaled_com { Il2CppChar* ___name_0; StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_1; StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 * ___handles_2; }; // UnityEngine.UILineInfo struct UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Numerics.Vector2 struct Vector2_t1455881409307224D6099F54FA7E478733EEF61D { public: // System.Single System.Numerics.Vector2::X float ___X_0; // System.Single System.Numerics.Vector2::Y float ___Y_1; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // System.Numerics.Vector3 struct Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 { public: // System.Single System.Numerics.Vector3::X float ___X_0; // System.Single System.Numerics.Vector3::Y float ___Y_1; // System.Single System.Numerics.Vector3::Z float ___Z_2; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } inline static int32_t get_offset_of_Z_2() { return static_cast(offsetof(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___Z_2)); } inline float get_Z_2() const { return ___Z_2; } inline float* get_address_of_Z_2() { return &___Z_2; } inline void set_Z_2(float value) { ___Z_2 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // System.Numerics.Vector4 struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 { public: // System.Single System.Numerics.Vector4::X float ___X_0; // System.Single System.Numerics.Vector4::Y float ___Y_1; // System.Single System.Numerics.Vector4::Z float ___Z_2; // System.Single System.Numerics.Vector4::W float ___W_3; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } inline static int32_t get_offset_of_Z_2() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Z_2)); } inline float get_Z_2() const { return ___Z_2; } inline float* get_address_of_Z_2() { return &___Z_2; } inline void set_Z_2(float value) { ___Z_2 = value; } inline static int32_t get_offset_of_W_3() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___W_3)); } inline float get_W_3() const { return ___W_3; } inline float* get_address_of_W_3() { return &___W_3; } inline void set_W_3(float value) { ___W_3 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 { public: // System.Int32 UnityEngine.BeforeRenderHelper/OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper/OrderBlock::callback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2, ___callback_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_callback_1() const { return ___callback_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.FocusController/FocusedElement::m_SubTreeRoot VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_SubTreeRoot_0; // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController/FocusedElement::m_FocusedElement Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___m_FocusedElement_1; public: inline static int32_t get_offset_of_m_SubTreeRoot_0() { return static_cast(offsetof(FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206, ___m_SubTreeRoot_0)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_m_SubTreeRoot_0() const { return ___m_SubTreeRoot_0; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_m_SubTreeRoot_0() { return &___m_SubTreeRoot_0; } inline void set_m_SubTreeRoot_0(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___m_SubTreeRoot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SubTreeRoot_0), (void*)value); } inline static int32_t get_offset_of_m_FocusedElement_1() { return static_cast(offsetof(FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206, ___m_FocusedElement_1)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_m_FocusedElement_1() const { return ___m_FocusedElement_1; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_m_FocusedElement_1() { return &___m_FocusedElement_1; } inline void set_m_FocusedElement_1(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___m_FocusedElement_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FocusedElement_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206_marshaled_pinvoke { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_SubTreeRoot_0; Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___m_FocusedElement_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206_marshaled_com { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_SubTreeRoot_0; Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___m_FocusedElement_1; }; // SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif struct Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC { public: union { #pragma pack(push, tp, 1) struct { // System.Single SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::F float ___F_0; }; #pragma pack(pop, tp) struct { float ___F_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::I int32_t ___I_1; }; #pragma pack(pop, tp) struct { int32_t ___I_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::U uint32_t ___U_2; }; #pragma pack(pop, tp) struct { uint32_t ___U_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_F_0() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___F_0)); } inline float get_F_0() const { return ___F_0; } inline float* get_address_of_F_0() { return &___F_0; } inline void set_F_0(float value) { ___F_0 = value; } inline static int32_t get_offset_of_I_1() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___I_1)); } inline int32_t get_I_1() const { return ___I_1; } inline int32_t* get_address_of_I_1() { return &___I_1; } inline void set_I_1(int32_t value) { ___I_1 = value; } inline static int32_t get_offset_of_U_2() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___U_2)); } inline uint32_t get_U_2() const { return ___U_2; } inline uint32_t* get_address_of_U_2() { return &___U_2; } inline void set_U_2(uint32_t value) { ___U_2 = value; } }; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteFrame struct SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 { public: // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteFrame::x float ___x_0; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteFrame::y float ___y_1; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteFrame::w float ___w_2; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteFrame::h float ___h_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_w_2() { return static_cast(offsetof(SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9, ___w_2)); } inline float get_w_2() const { return ___w_2; } inline float* get_address_of_w_2() { return &___w_2; } inline void set_w_2(float value) { ___w_2 = value; } inline static int32_t get_offset_of_h_3() { return static_cast(offsetof(SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9, ___h_3)); } inline float get_h_3() const { return ___h_3; } inline float* get_address_of_h_3() { return &___h_3; } inline void set_h_3(float value) { ___h_3 = value; } }; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteSize struct SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D { public: // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteSize::w float ___w_0; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteSize::h float ___h_1; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_h_1() { return static_cast(offsetof(SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D, ___h_1)); } inline float get_h_1() const { return ___h_1; } inline float* get_address_of_h_1() { return &___h_1; } inline void set_h_1(float value) { ___h_1 = value; } }; // UnityEngine.UIElements.TextureRegistry/TextureInfo struct TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069 { public: // UnityEngine.Texture UnityEngine.UIElements.TextureRegistry/TextureInfo::texture Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___texture_0; // System.Boolean UnityEngine.UIElements.TextureRegistry/TextureInfo::dynamic bool ___dynamic_1; // System.Int32 UnityEngine.UIElements.TextureRegistry/TextureInfo::refCount int32_t ___refCount_2; public: inline static int32_t get_offset_of_texture_0() { return static_cast(offsetof(TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069, ___texture_0)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_texture_0() const { return ___texture_0; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_texture_0() { return &___texture_0; } inline void set_texture_0(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___texture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_0), (void*)value); } inline static int32_t get_offset_of_dynamic_1() { return static_cast(offsetof(TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069, ___dynamic_1)); } inline bool get_dynamic_1() const { return ___dynamic_1; } inline bool* get_address_of_dynamic_1() { return &___dynamic_1; } inline void set_dynamic_1(bool value) { ___dynamic_1 = value; } inline static int32_t get_offset_of_refCount_2() { return static_cast(offsetof(TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069, ___refCount_2)); } inline int32_t get_refCount_2() const { return ___refCount_2; } inline int32_t* get_address_of_refCount_2() { return &___refCount_2; } inline void set_refCount_2(int32_t value) { ___refCount_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.TextureRegistry/TextureInfo struct TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069_marshaled_pinvoke { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___texture_0; int32_t ___dynamic_1; int32_t ___refCount_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.TextureRegistry/TextureInfo struct TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069_marshaled_com { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___texture_0; int32_t ___dynamic_1; int32_t ___refCount_2; }; // UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 { public: // System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateCallback SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___m_DelagateCallback_0; // System.Object UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateState RuntimeObject * ___m_DelagateState_1; // System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext/WorkRequest::m_WaitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; public: inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_DelagateCallback_0)); } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; } inline void set_m_DelagateCallback_0(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * value) { ___m_DelagateCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateCallback_0), (void*)value); } inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_DelagateState_1)); } inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; } inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; } inline void set_m_DelagateState_1(RuntimeObject * value) { ___m_DelagateState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateState_1), (void*)value); } inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_WaitHandle_2)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; } inline void set_m_WaitHandle_2(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_WaitHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitHandle_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_marshaled_pinvoke { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; }; // Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_marshaled_com { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; }; // System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView struct InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD { public: // System.Int32 System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_index int32_t ____index_0; // System.Int32 System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_stackDepth int32_t ____stackDepth_1; // System.Int32 System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_continuationsDepth int32_t ____continuationsDepth_2; // System.String System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_name String_t* ____name_3; // System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_instruction Instruction_t5A6819A319589454E8AE13C2ADBAD4EC1C9EBDDF * ____instruction_4; public: inline static int32_t get_offset_of__index_0() { return static_cast(offsetof(InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD, ____index_0)); } inline int32_t get__index_0() const { return ____index_0; } inline int32_t* get_address_of__index_0() { return &____index_0; } inline void set__index_0(int32_t value) { ____index_0 = value; } inline static int32_t get_offset_of__stackDepth_1() { return static_cast(offsetof(InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD, ____stackDepth_1)); } inline int32_t get__stackDepth_1() const { return ____stackDepth_1; } inline int32_t* get_address_of__stackDepth_1() { return &____stackDepth_1; } inline void set__stackDepth_1(int32_t value) { ____stackDepth_1 = value; } inline static int32_t get_offset_of__continuationsDepth_2() { return static_cast(offsetof(InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD, ____continuationsDepth_2)); } inline int32_t get__continuationsDepth_2() const { return ____continuationsDepth_2; } inline int32_t* get_address_of__continuationsDepth_2() { return &____continuationsDepth_2; } inline void set__continuationsDepth_2(int32_t value) { ____continuationsDepth_2 = value; } inline static int32_t get_offset_of__name_3() { return static_cast(offsetof(InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD, ____name_3)); } inline String_t* get__name_3() const { return ____name_3; } inline String_t** get_address_of__name_3() { return &____name_3; } inline void set__name_3(String_t* value) { ____name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_3), (void*)value); } inline static int32_t get_offset_of__instruction_4() { return static_cast(offsetof(InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD, ____instruction_4)); } inline Instruction_t5A6819A319589454E8AE13C2ADBAD4EC1C9EBDDF * get__instruction_4() const { return ____instruction_4; } inline Instruction_t5A6819A319589454E8AE13C2ADBAD4EC1C9EBDDF ** get_address_of__instruction_4() { return &____instruction_4; } inline void set__instruction_4(Instruction_t5A6819A319589454E8AE13C2ADBAD4EC1C9EBDDF * value) { ____instruction_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____instruction_4), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView struct InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD_marshaled_pinvoke { int32_t ____index_0; int32_t ____stackDepth_1; int32_t ____continuationsDepth_2; char* ____name_3; Instruction_t5A6819A319589454E8AE13C2ADBAD4EC1C9EBDDF * ____instruction_4; }; // Native definition for COM marshalling of System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView struct InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD_marshaled_com { int32_t ____index_0; int32_t ____stackDepth_1; int32_t ____continuationsDepth_2; Il2CppChar* ____name_3; Instruction_t5A6819A319589454E8AE13C2ADBAD4EC1C9EBDDF * ____instruction_4; }; // TMPro.TweenRunner`1/d__2 struct U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E : public RuntimeObject { public: // System.Int32 TMPro.TweenRunner`1/d__2::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TMPro.TweenRunner`1/d__2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // T TMPro.TweenRunner`1/d__2::tweenInfo FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 ___tweenInfo_2; // System.Single TMPro.TweenRunner`1/d__2::5__2 float ___U3CelapsedTimeU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E, ___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(U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E, ___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_tweenInfo_2() { return static_cast(offsetof(U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E, ___tweenInfo_2)); } inline FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 get_tweenInfo_2() const { return ___tweenInfo_2; } inline FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * get_address_of_tweenInfo_2() { return &___tweenInfo_2; } inline void set_tweenInfo_2(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 value) { ___tweenInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tweenInfo_2))->___m_Target_0), (void*)NULL); } inline static int32_t get_offset_of_U3CelapsedTimeU3E5__2_3() { return static_cast(offsetof(U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E, ___U3CelapsedTimeU3E5__2_3)); } inline float get_U3CelapsedTimeU3E5__2_3() const { return ___U3CelapsedTimeU3E5__2_3; } inline float* get_address_of_U3CelapsedTimeU3E5__2_3() { return &___U3CelapsedTimeU3E5__2_3; } inline void set_U3CelapsedTimeU3E5__2_3(float value) { ___U3CelapsedTimeU3E5__2_3 = value; } }; // UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2 struct U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 : public RuntimeObject { public: // System.Int32 UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // T UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::tweenInfo FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 ___tweenInfo_2; // System.Single UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::5__2 float ___U3CelapsedTimeU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12, ___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(U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12, ___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_tweenInfo_2() { return static_cast(offsetof(U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12, ___tweenInfo_2)); } inline FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 get_tweenInfo_2() const { return ___tweenInfo_2; } inline FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * get_address_of_tweenInfo_2() { return &___tweenInfo_2; } inline void set_tweenInfo_2(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 value) { ___tweenInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tweenInfo_2))->___m_Target_0), (void*)NULL); } inline static int32_t get_offset_of_U3CelapsedTimeU3E5__2_3() { return static_cast(offsetof(U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12, ___U3CelapsedTimeU3E5__2_3)); } inline float get_U3CelapsedTimeU3E5__2_3() const { return ___U3CelapsedTimeU3E5__2_3; } inline float* get_address_of_U3CelapsedTimeU3E5__2_3() { return &___U3CelapsedTimeU3E5__2_3; } inline void set_U3CelapsedTimeU3E5__2_3(float value) { ___U3CelapsedTimeU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257, ___U3CU3E2__current_1)); } inline Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC, ___U3CU3E2__current_1)); } inline Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740, ___U3CU3E2__current_1)); } inline Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105, ___U3CU3E2__current_1)); } inline Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91, ___U3CU3E2__current_1)); } inline Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06, ___U3CU3E2__current_1)); } inline Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798, ___U3CU3E2__current_1)); } inline Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t989A25F213E59B429D409844716D883464EB981E ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00, ___U3CU3E2__current_1)); } inline Memory_1_t989A25F213E59B429D409844716D883464EB981E get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t989A25F213E59B429D409844716D883464EB981E * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t989A25F213E59B429D409844716D883464EB981E value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A, ___U3CU3E2__current_1)); } inline Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872, ___U3CU3E2__current_1)); } inline Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8, ___U3CU3E2__current_1)); } inline Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83, ___U3CU3E2__current_1)); } inline Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029, ___U3CU3E2__current_1)); } inline Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2, ___U3CU3E2__current_1)); } inline Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9, ___U3CU3E2__current_1)); } inline Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E, ___U3CU3E2__current_1)); } inline Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB, ___U3CU3E2__current_1)); } inline Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5, ___U3CU3E2__current_1)); } inline Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152, ___U3CU3E2__current_1)); } inline Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96, ___U3CU3E2__current_1)); } inline Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02, ___U3CU3E2__current_1)); } inline Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E, ___U3CU3E2__current_1)); } inline Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238, ___U3CU3E2__current_1)); } inline Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965, ___U3CU3E2__current_1)); } inline Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B, ___U3CU3E2__current_1)); } inline Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09, ___U3CU3E2__current_1)); } inline Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839, ___U3CU3E2__current_1)); } inline Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2, ___U3CU3E2__current_1)); } inline Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C, ___U3CU3E2__current_1)); } inline Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A, ___U3CU3E2__current_1)); } inline Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278, ___U3CU3E2__current_1)); } inline Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71, ___U3CU3E2__current_1)); } inline Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB, ___U3CU3E2__current_1)); } inline Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A, ___U3CU3E2__current_1)); } inline Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557, ___U3CU3E2__current_1)); } inline Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14 struct U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>2__current Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 ___U3CU3E2__current_1; // SixLabors.ImageSharp.Memory.MemoryGroupView`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::<>4__this MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * ___U3CU3E4__this_2; // System.Int32 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387, ___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(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387, ___U3CU3E2__current_1)); } inline Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____object_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387, ___U3CU3E4__this_2)); } inline MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 { 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_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___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_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_task_2)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___key_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_key_0() const { return ___key_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B { public: // TKey System.Collections.Generic.KeyValuePair`2::key PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B, ___key_0)); } inline PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 get_key_0() const { return ___key_0; } inline PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Pinnable`1 struct Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED : public RuntimeObject { public: // T System.Pinnable`1::Data A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED, ___Data_0)); } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 get_Data_0() const { return ___Data_0; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF : public RuntimeObject { public: // T System.Pinnable`1::Data Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF, ___Data_0)); } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 get_Data_0() const { return ___Data_0; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 : public RuntimeObject { public: // T System.Pinnable`1::Data Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637, ___Data_0)); } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C get_Data_0() const { return ___Data_0; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03, ___Data_0)); } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 get_Data_0() const { return ___Data_0; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A, ___Data_0)); } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 get_Data_0() const { return ___Data_0; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF : public RuntimeObject { public: // T System.Pinnable`1::Data Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF, ___Data_0)); } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 get_Data_0() const { return ___Data_0; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 : public RuntimeObject { public: // T System.Pinnable`1::Data HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5, ___Data_0)); } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E get_Data_0() const { return ___Data_0; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D : public RuntimeObject { public: // T System.Pinnable`1::Data HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D, ___Data_0)); } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC get_Data_0() const { return ___Data_0; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B : public RuntimeObject { public: // T System.Pinnable`1::Data HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B, ___Data_0)); } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 get_Data_0() const { return ___Data_0; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 : public RuntimeObject { public: // T System.Pinnable`1::Data L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773, ___Data_0)); } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F get_Data_0() const { return ___Data_0; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { ___Data_0 = value; } }; // System.Span`1 struct Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____pinnable_0)); } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____pinnable_0)); } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____pinnable_0)); } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____pinnable_0)); } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____pinnable_0)); } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tC089F74404A3C46975952EE686EC533667BB207F { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____pinnable_0)); } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____pinnable_0)); } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____pinnable_0)); } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____pinnable_0)); } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____pinnable_0)); } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____pinnable_0)); } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____pinnable_0)); } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____pinnable_0)); } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____pinnable_0)); } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Abgr32 struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::B uint8_t ___B_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::R uint8_t ___R_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_B_1() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___B_1)); } inline uint8_t get_B_1() const { return ___B_1; } inline uint8_t* get_address_of_B_1() { return &___B_1; } inline void set_B_1(uint8_t value) { ___B_1 = value; } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___G_2)); } inline uint8_t get_G_2() const { return ___G_2; } inline uint8_t* get_address_of_G_2() { return &___G_2; } inline void set_G_2(uint8_t value) { ___G_2 = value; } inline static int32_t get_offset_of_R_3() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___R_3)); } inline uint8_t get_R_3() const { return ___R_3; } inline uint8_t* get_address_of_R_3() { return &___R_3; } inline void set_R_3(uint8_t value) { ___R_3 = value; } }; struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // Unity.Collections.Allocator struct Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Argb32 struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::R uint8_t ___R_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::B uint8_t ___B_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_R_1() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___R_1)); } inline uint8_t get_R_1() const { return ___R_1; } inline uint8_t* get_address_of_R_1() { return &___R_1; } inline void set_R_1(uint8_t value) { ___R_1 = value; } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___G_2)); } inline uint8_t get_G_2() const { return ___G_2; } inline uint8_t* get_address_of_G_2() { return &___G_2; } inline void set_G_2(uint8_t value) { ___G_2 = value; } inline static int32_t get_offset_of_B_3() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___B_3)); } inline uint8_t get_B_3() const { return ___B_3; } inline uint8_t* get_address_of_B_3() { return &___B_3; } inline void set_B_3(uint8_t value) { ___B_3 = value; } }; struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // DG.Tweening.AxisConstraint struct AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra32 struct Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::B uint8_t ___B_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::R uint8_t ___R_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_R_2() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 { public: // System.Byte[] BestHTTP.Extensions.BufferDesc::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_1; // System.DateTime BestHTTP.Extensions.BufferDesc::released DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; public: inline static int32_t get_offset_of_buffer_1() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9, ___buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_1() const { return ___buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_1() { return &___buffer_1; } inline void set_buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_1), (void*)value); } inline static int32_t get_offset_of_released_2() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9, ___released_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_released_2() const { return ___released_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_released_2() { return &___released_2; } inline void set_released_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___released_2 = value; } }; struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_StaticFields { public: // BestHTTP.Extensions.BufferDesc BestHTTP.Extensions.BufferDesc::Empty BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_StaticFields, ___Empty_0)); } inline BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 get_Empty_0() const { return ___Empty_0; } inline BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Empty_0))->___buffer_1), (void*)NULL); } }; // Native definition for P/Invoke marshalling of BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___buffer_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; }; // Native definition for COM marshalling of BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_com { Il2CppSafeArray/*NONE*/* ___buffer_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; }; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 : public RuntimeObject { public: // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_kernelEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_kernelEvent_3; // System.Threading.SparselyPopulatedArray`1[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_registeredCallbacksLists SparselyPopulatedArray_1U5BU5D_t4D2064CEC206620DC5001D7C857A845833DCB52A* ___m_registeredCallbacksLists_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_state int32_t ___m_state_9; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_threadIDExecutingCallbacks int32_t ___m_threadIDExecutingCallbacks_10; // System.Boolean System.Threading.CancellationTokenSource::m_disposed bool ___m_disposed_11; // System.Threading.CancellationTokenRegistration[] System.Threading.CancellationTokenSource::m_linkingRegistrations CancellationTokenRegistrationU5BU5D_t864BA2E1E6485FDC593F17F7C01525F33CCE7910* ___m_linkingRegistrations_12; // System.Threading.CancellationCallbackInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_executingCallback CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * ___m_executingCallback_14; // System.Threading.Timer modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_timer Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * ___m_timer_15; public: inline static int32_t get_offset_of_m_kernelEvent_3() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_kernelEvent_3)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_kernelEvent_3() const { return ___m_kernelEvent_3; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_kernelEvent_3() { return &___m_kernelEvent_3; } inline void set_m_kernelEvent_3(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_kernelEvent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_kernelEvent_3), (void*)value); } inline static int32_t get_offset_of_m_registeredCallbacksLists_4() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_registeredCallbacksLists_4)); } inline SparselyPopulatedArray_1U5BU5D_t4D2064CEC206620DC5001D7C857A845833DCB52A* get_m_registeredCallbacksLists_4() const { return ___m_registeredCallbacksLists_4; } inline SparselyPopulatedArray_1U5BU5D_t4D2064CEC206620DC5001D7C857A845833DCB52A** get_address_of_m_registeredCallbacksLists_4() { return &___m_registeredCallbacksLists_4; } inline void set_m_registeredCallbacksLists_4(SparselyPopulatedArray_1U5BU5D_t4D2064CEC206620DC5001D7C857A845833DCB52A* value) { ___m_registeredCallbacksLists_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_registeredCallbacksLists_4), (void*)value); } inline static int32_t get_offset_of_m_state_9() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_state_9)); } inline int32_t get_m_state_9() const { return ___m_state_9; } inline int32_t* get_address_of_m_state_9() { return &___m_state_9; } inline void set_m_state_9(int32_t value) { ___m_state_9 = value; } inline static int32_t get_offset_of_m_threadIDExecutingCallbacks_10() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_threadIDExecutingCallbacks_10)); } inline int32_t get_m_threadIDExecutingCallbacks_10() const { return ___m_threadIDExecutingCallbacks_10; } inline int32_t* get_address_of_m_threadIDExecutingCallbacks_10() { return &___m_threadIDExecutingCallbacks_10; } inline void set_m_threadIDExecutingCallbacks_10(int32_t value) { ___m_threadIDExecutingCallbacks_10 = value; } inline static int32_t get_offset_of_m_disposed_11() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_disposed_11)); } inline bool get_m_disposed_11() const { return ___m_disposed_11; } inline bool* get_address_of_m_disposed_11() { return &___m_disposed_11; } inline void set_m_disposed_11(bool value) { ___m_disposed_11 = value; } inline static int32_t get_offset_of_m_linkingRegistrations_12() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_linkingRegistrations_12)); } inline CancellationTokenRegistrationU5BU5D_t864BA2E1E6485FDC593F17F7C01525F33CCE7910* get_m_linkingRegistrations_12() const { return ___m_linkingRegistrations_12; } inline CancellationTokenRegistrationU5BU5D_t864BA2E1E6485FDC593F17F7C01525F33CCE7910** get_address_of_m_linkingRegistrations_12() { return &___m_linkingRegistrations_12; } inline void set_m_linkingRegistrations_12(CancellationTokenRegistrationU5BU5D_t864BA2E1E6485FDC593F17F7C01525F33CCE7910* value) { ___m_linkingRegistrations_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_linkingRegistrations_12), (void*)value); } inline static int32_t get_offset_of_m_executingCallback_14() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_executingCallback_14)); } inline CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * get_m_executingCallback_14() const { return ___m_executingCallback_14; } inline CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B ** get_address_of_m_executingCallback_14() { return &___m_executingCallback_14; } inline void set_m_executingCallback_14(CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * value) { ___m_executingCallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_executingCallback_14), (void*)value); } inline static int32_t get_offset_of_m_timer_15() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3, ___m_timer_15)); } inline Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * get_m_timer_15() const { return ___m_timer_15; } inline Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB ** get_address_of_m_timer_15() { return &___m_timer_15; } inline void set_m_timer_15(Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB * value) { ___m_timer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_timer_15), (void*)value); } }; struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_StaticFields { public: // System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::_staticSource_Set CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ____staticSource_Set_0; // System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::_staticSource_NotCancelable CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ____staticSource_NotCancelable_1; // System.Int32 System.Threading.CancellationTokenSource::s_nLists int32_t ___s_nLists_2; // System.Action`1 System.Threading.CancellationTokenSource::s_LinkedTokenCancelDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_LinkedTokenCancelDelegate_13; // System.Threading.TimerCallback System.Threading.CancellationTokenSource::s_timerCallback TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * ___s_timerCallback_16; public: inline static int32_t get_offset_of__staticSource_Set_0() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_StaticFields, ____staticSource_Set_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get__staticSource_Set_0() const { return ____staticSource_Set_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of__staticSource_Set_0() { return &____staticSource_Set_0; } inline void set__staticSource_Set_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ____staticSource_Set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____staticSource_Set_0), (void*)value); } inline static int32_t get_offset_of__staticSource_NotCancelable_1() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_StaticFields, ____staticSource_NotCancelable_1)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get__staticSource_NotCancelable_1() const { return ____staticSource_NotCancelable_1; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of__staticSource_NotCancelable_1() { return &____staticSource_NotCancelable_1; } inline void set__staticSource_NotCancelable_1(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ____staticSource_NotCancelable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____staticSource_NotCancelable_1), (void*)value); } inline static int32_t get_offset_of_s_nLists_2() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_StaticFields, ___s_nLists_2)); } inline int32_t get_s_nLists_2() const { return ___s_nLists_2; } inline int32_t* get_address_of_s_nLists_2() { return &___s_nLists_2; } inline void set_s_nLists_2(int32_t value) { ___s_nLists_2 = value; } inline static int32_t get_offset_of_s_LinkedTokenCancelDelegate_13() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_StaticFields, ___s_LinkedTokenCancelDelegate_13)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_LinkedTokenCancelDelegate_13() const { return ___s_LinkedTokenCancelDelegate_13; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_LinkedTokenCancelDelegate_13() { return &___s_LinkedTokenCancelDelegate_13; } inline void set_s_LinkedTokenCancelDelegate_13(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_LinkedTokenCancelDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LinkedTokenCancelDelegate_13), (void*)value); } inline static int32_t get_offset_of_s_timerCallback_16() { return static_cast(offsetof(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_StaticFields, ___s_timerCallback_16)); } inline TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * get_s_timerCallback_16() const { return ___s_timerCallback_16; } inline TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 ** get_address_of_s_timerCallback_16() { return &___s_timerCallback_16; } inline void set_s_timerCallback_16(TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814 * value) { ___s_timerCallback_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_timerCallback_16), (void*)value); } }; // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = 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; }; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccProfileTag struct IccProfileTag_t01F9FE4BEC18316166BAA3EDA264B5CFEEAAC640 { public: // System.UInt32 SixLabors.ImageSharp.Metadata.Profiles.Icc.IccProfileTag::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IccProfileTag_t01F9FE4BEC18316166BAA3EDA264B5CFEEAAC640, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_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.JsonContainerType struct JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.PixelFormats.L8 struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.L8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_1; public: inline static int32_t get_offset_of_MaxBytes_0() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___MaxBytes_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_0() const { return ___MaxBytes_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_0() { return &___MaxBytes_0; } inline void set_MaxBytes_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_0 = value; } inline static int32_t get_offset_of_Half_1() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___Half_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_1() const { return ___Half_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_1() { return &___Half_1; } inline void set_Half_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_1 = value; } }; // 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; } }; // DG.Tweening.Plugins.Options.OrientType struct OrientType_t98C6DBF0A80C2A938CA315BCE990CF0201D52886 { public: // System.Int32 DG.Tweening.Plugins.Options.OrientType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OrientType_t98C6DBF0A80C2A938CA315BCE990CF0201D52886, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.ParticleCollisionEvent struct ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD { public: // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Intersection Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Intersection_0; // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Velocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Velocity_2; // System.Int32 UnityEngine.ParticleCollisionEvent::m_ColliderInstanceID int32_t ___m_ColliderInstanceID_3; public: inline static int32_t get_offset_of_m_Intersection_0() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Intersection_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Intersection_0() const { return ___m_Intersection_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Intersection_0() { return &___m_Intersection_0; } inline void set_m_Intersection_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Intersection_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_Velocity_2() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Velocity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Velocity_2() const { return ___m_Velocity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Velocity_2() { return &___m_Velocity_2; } inline void set_m_Velocity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Velocity_2 = value; } inline static int32_t get_offset_of_m_ColliderInstanceID_3() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_ColliderInstanceID_3)); } inline int32_t get_m_ColliderInstanceID_3() const { return ___m_ColliderInstanceID_3; } inline int32_t* get_address_of_m_ColliderInstanceID_3() { return &___m_ColliderInstanceID_3; } inline void set_m_ColliderInstanceID_3(int32_t value) { ___m_ColliderInstanceID_3 = value; } }; // DG.Tweening.PathMode struct PathMode_tC3536FD34C73F94ADFB5C7DC9415985E353CE572 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PathMode_tC3536FD34C73F94ADFB5C7DC9415985E353CE572, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RaycastHit2D struct RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 { public: // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Centroid_0; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Point_1; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Normal_2; // System.Single UnityEngine.RaycastHit2D::m_Distance float ___m_Distance_3; // System.Single UnityEngine.RaycastHit2D::m_Fraction float ___m_Fraction_4; // System.Int32 UnityEngine.RaycastHit2D::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Centroid_0() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Centroid_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Centroid_0() const { return ___m_Centroid_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Centroid_0() { return &___m_Centroid_0; } inline void set_m_Centroid_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Centroid_0 = value; } inline static int32_t get_offset_of_m_Point_1() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Point_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Point_1() const { return ___m_Point_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Point_1() { return &___m_Point_1; } inline void set_m_Point_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Point_1 = value; } inline static int32_t get_offset_of_m_Normal_2() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Normal_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Normal_2() const { return ___m_Normal_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Normal_2() { return &___m_Normal_2; } inline void set_m_Normal_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Normal_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_Fraction_4() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Fraction_4)); } inline float get_m_Fraction_4() const { return ___m_Fraction_4; } inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; } inline void set_m_Fraction_4(float value) { ___m_Fraction_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // SixLabors.ImageSharp.ReadOrigin struct ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8 { public: // System.Int32 SixLabors.ImageSharp.ReadOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba32 struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::R uint8_t ___R_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::B uint8_t ___B_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___R_0)); } inline uint8_t get_R_0() const { return ___R_0; } inline uint8_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint8_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___B_2)); } inline uint8_t get_B_2() const { return ___B_2; } inline uint8_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint8_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // UnityEngine.UIElements.StyleKeyword struct StyleKeyword_t01A121DD5B4904AB0EA0BFA6E26159EE9AF8B303 { public: // System.Int32 UnityEngine.UIElements.StyleKeyword::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StyleKeyword_t01A121DD5B4904AB0EA0BFA6E26159EE9AF8B303, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.StyleSheets.StylePropertyId struct StylePropertyId_t595C8AB8A23E2DDDD0BCF5993E011BBFEA1DF59F { public: // System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StylePropertyId_t595C8AB8A23E2DDDD0BCF5993E011BBFEA1DF59F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.StyleSelectorType struct StyleSelectorType_t076854E4D0D1DE5408564915375B2D4AF5F13BD7 { public: // System.Int32 UnityEngine.UIElements.StyleSelectorType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StyleSelectorType_t076854E4D0D1DE5408564915375B2D4AF5F13BD7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.StyleValueType struct StyleValueType_t41CD4C2FFE2B4D2AFCB10F36A6D685A60517E32F { public: // System.Int32 UnityEngine.UIElements.StyleValueType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StyleValueType_t41CD4C2FFE2B4D2AFCB10F36A6D685A60517E32F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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); } }; // System.Threading.Tasks.TaskContinuationOptions struct TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399 { public: // System.Int32 System.Threading.Tasks.TaskContinuationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureFormat struct TextureFormat_tBED5388A0445FE978F97B41D247275B036407932 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_tBED5388A0445FE978F97B41D247275B036407932, ___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.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // UnityEngine.TouchPhase struct TouchPhase_tB52B8A497547FB9575DE7975D13AC7D64C3A958A { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchPhase_tB52B8A497547FB9575DE7975D13AC7D64C3A958A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TouchType struct TouchType_t2EF726465ABD45681A6686BAC426814AA087C20F { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchType_t2EF726465ABD45681A6686BAC426814AA087C20F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UICharInfo struct UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A, ___cursorPos_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; // UnityEngine.UIVertex struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal_1; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_3; // UnityEngine.Vector4 UnityEngine.UIVertex::uv0 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv0_4; // UnityEngine.Vector4 UnityEngine.UIVertex::uv1 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv1_5; // UnityEngine.Vector4 UnityEngine.UIVertex::uv2 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv2_6; // UnityEngine.Vector4 UnityEngine.UIVertex::uv3 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv3_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_normal_1() const { return ___normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___normal_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___tangent_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_tangent_2() const { return ___tangent_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___tangent_2 = value; } inline static int32_t get_offset_of_color_3() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___color_3)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_3() const { return ___color_3; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_3() { return &___color_3; } inline void set_color_3(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_3 = value; } inline static int32_t get_offset_of_uv0_4() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv0_4)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv0_4() const { return ___uv0_4; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv0_4() { return &___uv0_4; } inline void set_uv0_4(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv0_4 = value; } inline static int32_t get_offset_of_uv1_5() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv1_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv1_5() const { return ___uv1_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv1_5() { return &___uv1_5; } inline void set_uv1_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv1_5 = value; } inline static int32_t get_offset_of_uv2_6() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv2_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv2_6() const { return ___uv2_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv2_6() { return &___uv2_6; } inline void set_uv2_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv2_6 = value; } inline static int32_t get_offset_of_uv3_7() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv3_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv3_7() const { return ___uv3_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv3_7() { return &___uv3_7; } inline void set_uv3_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv3_7 = value; } }; struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultColor_8)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___simpleVert_10)); } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { ___simpleVert_10 = value; } }; // System.Net.WebExceptionInternalStatus struct WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57 { public: // System.Int32 System.Net.WebExceptionInternalStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57, ___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.Net.WebExceptionStatus struct WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9 { public: // System.Int32 System.Net.WebExceptionStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9, ___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.WebSocket.Frames.WebSocketFrameTypes struct WebSocketFrameTypes_t5E155EE97383991A3D431DB778551B504FAEDDA7 { public: // System.Byte BestHTTP.WebSocket.Frames.WebSocketFrameTypes::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebSocketFrameTypes_t5E155EE97383991A3D431DB778551B504FAEDDA7, ___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.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Camera/RenderRequestMode struct RenderRequestMode_tCB120B82DED523ADBA2D6093A1A8ABF17D94A313 { public: // System.Int32 UnityEngine.Camera/RenderRequestMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderRequestMode_tCB120B82DED523ADBA2D6093A1A8ABF17D94A313, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Camera/RenderRequestOutputSpace struct RenderRequestOutputSpace_t8EB93E4720B2D1BAB624A04ADB473C37C7F3D6A5 { public: // System.Int32 UnityEngine.Camera/RenderRequestOutputSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderRequestOutputSpace_t8EB93E4720B2D1BAB624A04ADB473C37C7F3D6A5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode struct ColorTweenMode_tC8254CFED9F320A1B7A452159F60A143952DFE19 { public: // System.Int32 UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorTweenMode_tC8254CFED9F320A1B7A452159F60A143952DFE19, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.Length/Unit struct Unit_t404BDC0B9D436EDDCC7891B48C4DCE2FCF7098AB { public: // System.Int32 UnityEngine.UIElements.Length/Unit::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Unit_t404BDC0B9D436EDDCC7891B48C4DCE2FCF7098AB, ___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; } }; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame struct Frame_t277B57D2C572A3B179CEA0357869DB245F52128D { public: // System.String TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame::filename String_t* ___filename_0; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteFrame TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame::frame SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 ___frame_1; // System.Boolean TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame::rotated bool ___rotated_2; // System.Boolean TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame::trimmed bool ___trimmed_3; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteFrame TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame::spriteSourceSize SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 ___spriteSourceSize_4; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/SpriteSize TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame::sourceSize SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D ___sourceSize_5; // UnityEngine.Vector2 TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame::pivot Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot_6; public: inline static int32_t get_offset_of_filename_0() { return static_cast(offsetof(Frame_t277B57D2C572A3B179CEA0357869DB245F52128D, ___filename_0)); } inline String_t* get_filename_0() const { return ___filename_0; } inline String_t** get_address_of_filename_0() { return &___filename_0; } inline void set_filename_0(String_t* value) { ___filename_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___filename_0), (void*)value); } inline static int32_t get_offset_of_frame_1() { return static_cast(offsetof(Frame_t277B57D2C572A3B179CEA0357869DB245F52128D, ___frame_1)); } inline SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 get_frame_1() const { return ___frame_1; } inline SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 * get_address_of_frame_1() { return &___frame_1; } inline void set_frame_1(SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 value) { ___frame_1 = value; } inline static int32_t get_offset_of_rotated_2() { return static_cast(offsetof(Frame_t277B57D2C572A3B179CEA0357869DB245F52128D, ___rotated_2)); } inline bool get_rotated_2() const { return ___rotated_2; } inline bool* get_address_of_rotated_2() { return &___rotated_2; } inline void set_rotated_2(bool value) { ___rotated_2 = value; } inline static int32_t get_offset_of_trimmed_3() { return static_cast(offsetof(Frame_t277B57D2C572A3B179CEA0357869DB245F52128D, ___trimmed_3)); } inline bool get_trimmed_3() const { return ___trimmed_3; } inline bool* get_address_of_trimmed_3() { return &___trimmed_3; } inline void set_trimmed_3(bool value) { ___trimmed_3 = value; } inline static int32_t get_offset_of_spriteSourceSize_4() { return static_cast(offsetof(Frame_t277B57D2C572A3B179CEA0357869DB245F52128D, ___spriteSourceSize_4)); } inline SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 get_spriteSourceSize_4() const { return ___spriteSourceSize_4; } inline SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 * get_address_of_spriteSourceSize_4() { return &___spriteSourceSize_4; } inline void set_spriteSourceSize_4(SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 value) { ___spriteSourceSize_4 = value; } inline static int32_t get_offset_of_sourceSize_5() { return static_cast(offsetof(Frame_t277B57D2C572A3B179CEA0357869DB245F52128D, ___sourceSize_5)); } inline SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D get_sourceSize_5() const { return ___sourceSize_5; } inline SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D * get_address_of_sourceSize_5() { return &___sourceSize_5; } inline void set_sourceSize_5(SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D value) { ___sourceSize_5 = value; } inline static int32_t get_offset_of_pivot_6() { return static_cast(offsetof(Frame_t277B57D2C572A3B179CEA0357869DB245F52128D, ___pivot_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_pivot_6() const { return ___pivot_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_pivot_6() { return &___pivot_6; } inline void set_pivot_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___pivot_6 = value; } }; // Native definition for P/Invoke marshalling of TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame struct Frame_t277B57D2C572A3B179CEA0357869DB245F52128D_marshaled_pinvoke { char* ___filename_0; SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 ___frame_1; int32_t ___rotated_2; int32_t ___trimmed_3; SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 ___spriteSourceSize_4; SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D ___sourceSize_5; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot_6; }; // Native definition for COM marshalling of TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame struct Frame_t277B57D2C572A3B179CEA0357869DB245F52128D_marshaled_com { Il2CppChar* ___filename_0; SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 ___frame_1; int32_t ___rotated_2; int32_t ___trimmed_3; SpriteFrame_t5B610F44C5943B89962CC8CC4245EECDE29E94D9 ___spriteSourceSize_4; SpriteSize_t7D47B39A52139B8CD3CE7F233C48981F70275A3D ___sourceSize_5; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot_6; }; // System.Net.HttpWebRequest/d__234`1 struct U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 { public: // System.Int32 System.Net.HttpWebRequest/d__234`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Net.HttpWebRequest/d__234`1::<>t__builder AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 ___U3CU3Et__builder_1; // System.Int32 System.Net.HttpWebRequest/d__234`1::timeout int32_t ___timeout_2; // System.Func`2> System.Net.HttpWebRequest/d__234`1::func Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * ___func_3; // System.Threading.Tasks.Task System.Net.HttpWebRequest/d__234`1::5__1 Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___U3CtimeoutTaskU3E5__1_4; // System.Threading.CancellationTokenSource System.Net.HttpWebRequest/d__234`1::5__2 CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___U3CctsU3E5__2_5; // System.Action System.Net.HttpWebRequest/d__234`1::abort Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___abort_6; // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest/d__234`1::5__3 Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___U3CworkerTaskU3E5__3_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__234`1::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___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(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_timeout_2() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___timeout_2)); } inline int32_t get_timeout_2() const { return ___timeout_2; } inline int32_t* get_address_of_timeout_2() { return &___timeout_2; } inline void set_timeout_2(int32_t value) { ___timeout_2 = value; } inline static int32_t get_offset_of_func_3() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___func_3)); } inline Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * get_func_3() const { return ___func_3; } inline Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 ** get_address_of_func_3() { return &___func_3; } inline void set_func_3(Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * value) { ___func_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___func_3), (void*)value); } inline static int32_t get_offset_of_U3CtimeoutTaskU3E5__1_4() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CtimeoutTaskU3E5__1_4)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_U3CtimeoutTaskU3E5__1_4() const { return ___U3CtimeoutTaskU3E5__1_4; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_U3CtimeoutTaskU3E5__1_4() { return &___U3CtimeoutTaskU3E5__1_4; } inline void set_U3CtimeoutTaskU3E5__1_4(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___U3CtimeoutTaskU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtimeoutTaskU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CctsU3E5__2_5() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CctsU3E5__2_5)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_U3CctsU3E5__2_5() const { return ___U3CctsU3E5__2_5; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_U3CctsU3E5__2_5() { return &___U3CctsU3E5__2_5; } inline void set_U3CctsU3E5__2_5(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___U3CctsU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CctsU3E5__2_5), (void*)value); } inline static int32_t get_offset_of_abort_6() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___abort_6)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_abort_6() const { return ___abort_6; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_abort_6() { return &___abort_6; } inline void set_abort_6(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___abort_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___abort_6), (void*)value); } inline static int32_t get_offset_of_U3CworkerTaskU3E5__3_7() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CworkerTaskU3E5__3_7)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_U3CworkerTaskU3E5__3_7() const { return ___U3CworkerTaskU3E5__3_7; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_U3CworkerTaskU3E5__3_7() { return &___U3CworkerTaskU3E5__3_7; } inline void set_U3CworkerTaskU3E5__3_7(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___U3CworkerTaskU3E5__3_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CworkerTaskU3E5__3_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B : public ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD : public ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 : public ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F : public ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 : public ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 : public ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D : public ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 : public ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F : public ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 : public ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 : public ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 : public ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB : public ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1 struct HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F : public ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::luminanceLevelsFloat float ___luminanceLevelsFloat_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CLuminanceLevelsU3Ek__BackingField_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField bool ___U3CClipHistogramEnabledU3Ek__BackingField_5; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.HistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CClipLimitU3Ek__BackingField_6; public: inline static int32_t get_offset_of_luminanceLevelsFloat_3() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F, ___luminanceLevelsFloat_3)); } inline float get_luminanceLevelsFloat_3() const { return ___luminanceLevelsFloat_3; } inline float* get_address_of_luminanceLevelsFloat_3() { return &___luminanceLevelsFloat_3; } inline void set_luminanceLevelsFloat_3(float value) { ___luminanceLevelsFloat_3 = value; } inline static int32_t get_offset_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F, ___U3CLuminanceLevelsU3Ek__BackingField_4)); } inline int32_t get_U3CLuminanceLevelsU3Ek__BackingField_4() const { return ___U3CLuminanceLevelsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLuminanceLevelsU3Ek__BackingField_4() { return &___U3CLuminanceLevelsU3Ek__BackingField_4; } inline void set_U3CLuminanceLevelsU3Ek__BackingField_4(int32_t value) { ___U3CLuminanceLevelsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F, ___U3CClipHistogramEnabledU3Ek__BackingField_5)); } inline bool get_U3CClipHistogramEnabledU3Ek__BackingField_5() const { return ___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline bool* get_address_of_U3CClipHistogramEnabledU3Ek__BackingField_5() { return &___U3CClipHistogramEnabledU3Ek__BackingField_5; } inline void set_U3CClipHistogramEnabledU3Ek__BackingField_5(bool value) { ___U3CClipHistogramEnabledU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CClipLimitU3Ek__BackingField_6() { return static_cast(offsetof(HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F, ___U3CClipLimitU3Ek__BackingField_6)); } inline int32_t get_U3CClipLimitU3Ek__BackingField_6() const { return ___U3CClipLimitU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CClipLimitU3Ek__BackingField_6() { return &___U3CClipLimitU3Ek__BackingField_6; } inline void set_U3CClipLimitU3Ek__BackingField_6(int32_t value) { ___U3CClipLimitU3Ek__BackingField_6 = 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); } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // System.Pinnable`1 struct Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD : public RuntimeObject { public: // T System.Pinnable`1::Data Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD, ___Data_0)); } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 get_Data_0() const { return ___Data_0; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A : public RuntimeObject { public: // T System.Pinnable`1::Data Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A, ___Data_0)); } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD get_Data_0() const { return ___Data_0; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF, ___Data_0)); } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 get_Data_0() const { return ___Data_0; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC : public RuntimeObject { public: // T System.Pinnable`1::Data L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC, ___Data_0)); } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 get_Data_0() const { return ___Data_0; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { ___Data_0 = value; } }; // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581, ___m_result_40)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_m_result_40() const { return ___m_result_40; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___m_result_40 = value; } }; struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17, ___m_result_40)); } inline RuntimeObject * get_m_result_40() const { return ___m_result_40; } inline RuntimeObject ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(RuntimeObject * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284, ___m_result_40)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_result_40() const { return ___m_result_40; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.ValueTuple`4 struct ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC { public: // T1 System.ValueTuple`4::Item1 uint64_t ___Item1_0; // T2 System.ValueTuple`4::Item2 int32_t ___Item2_1; // T3 System.ValueTuple`4::Item3 uint64_t ___Item3_2; // T4 System.ValueTuple`4::Item4 RuntimeObject * ___Item4_3; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item1_0)); } inline uint64_t get_Item1_0() const { return ___Item1_0; } inline uint64_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(uint64_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item3_2)); } inline uint64_t get_Item3_2() const { return ___Item3_2; } inline uint64_t* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(uint64_t value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item4_3)); } inline RuntimeObject * get_Item4_3() const { return ___Item4_3; } inline RuntimeObject ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(RuntimeObject * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } }; // UnityEngine.UI.CoroutineTween.ColorTween struct ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 { public: // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback UnityEngine.UI.CoroutineTween.ColorTween::m_Target ColorTweenCallback_tFD140F68C9A5F1C9799A2A82FA463C4EF56F9026 * ___m_Target_0; // UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::m_StartColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_StartColor_1; // UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::m_TargetColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_TargetColor_2; // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode UnityEngine.UI.CoroutineTween.ColorTween::m_TweenMode int32_t ___m_TweenMode_3; // System.Single UnityEngine.UI.CoroutineTween.ColorTween::m_Duration float ___m_Duration_4; // System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::m_IgnoreTimeScale bool ___m_IgnoreTimeScale_5; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339, ___m_Target_0)); } inline ColorTweenCallback_tFD140F68C9A5F1C9799A2A82FA463C4EF56F9026 * get_m_Target_0() const { return ___m_Target_0; } inline ColorTweenCallback_tFD140F68C9A5F1C9799A2A82FA463C4EF56F9026 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(ColorTweenCallback_tFD140F68C9A5F1C9799A2A82FA463C4EF56F9026 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_0), (void*)value); } inline static int32_t get_offset_of_m_StartColor_1() { return static_cast(offsetof(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339, ___m_StartColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_StartColor_1() const { return ___m_StartColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_StartColor_1() { return &___m_StartColor_1; } inline void set_m_StartColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_StartColor_1 = value; } inline static int32_t get_offset_of_m_TargetColor_2() { return static_cast(offsetof(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339, ___m_TargetColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_TargetColor_2() const { return ___m_TargetColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_TargetColor_2() { return &___m_TargetColor_2; } inline void set_m_TargetColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_TargetColor_2 = value; } inline static int32_t get_offset_of_m_TweenMode_3() { return static_cast(offsetof(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339, ___m_TweenMode_3)); } inline int32_t get_m_TweenMode_3() const { return ___m_TweenMode_3; } inline int32_t* get_address_of_m_TweenMode_3() { return &___m_TweenMode_3; } inline void set_m_TweenMode_3(int32_t value) { ___m_TweenMode_3 = value; } inline static int32_t get_offset_of_m_Duration_4() { return static_cast(offsetof(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339, ___m_Duration_4)); } inline float get_m_Duration_4() const { return ___m_Duration_4; } inline float* get_address_of_m_Duration_4() { return &___m_Duration_4; } inline void set_m_Duration_4(float value) { ___m_Duration_4 = value; } inline static int32_t get_offset_of_m_IgnoreTimeScale_5() { return static_cast(offsetof(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339, ___m_IgnoreTimeScale_5)); } inline bool get_m_IgnoreTimeScale_5() const { return ___m_IgnoreTimeScale_5; } inline bool* get_address_of_m_IgnoreTimeScale_5() { return &___m_IgnoreTimeScale_5; } inline void set_m_IgnoreTimeScale_5(bool value) { ___m_IgnoreTimeScale_5 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.CoroutineTween.ColorTween struct ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339_marshaled_pinvoke { ColorTweenCallback_tFD140F68C9A5F1C9799A2A82FA463C4EF56F9026 * ___m_Target_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_StartColor_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_TargetColor_2; int32_t ___m_TweenMode_3; float ___m_Duration_4; int32_t ___m_IgnoreTimeScale_5; }; // Native definition for COM marshalling of UnityEngine.UI.CoroutineTween.ColorTween struct ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339_marshaled_com { ColorTweenCallback_tFD140F68C9A5F1C9799A2A82FA463C4EF56F9026 * ___m_Target_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_StartColor_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_TargetColor_2; int32_t ___m_TweenMode_3; float ___m_Duration_4; int32_t ___m_IgnoreTimeScale_5; }; // 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); } }; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccTagTableEntry struct IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60 { public: // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccProfileTag SixLabors.ImageSharp.Metadata.Profiles.Icc.IccTagTableEntry::k__BackingField uint32_t ___U3CSignatureU3Ek__BackingField_0; // System.UInt32 SixLabors.ImageSharp.Metadata.Profiles.Icc.IccTagTableEntry::k__BackingField uint32_t ___U3COffsetU3Ek__BackingField_1; // System.UInt32 SixLabors.ImageSharp.Metadata.Profiles.Icc.IccTagTableEntry::k__BackingField uint32_t ___U3CDataSizeU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSignatureU3Ek__BackingField_0() { return static_cast(offsetof(IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60, ___U3CSignatureU3Ek__BackingField_0)); } inline uint32_t get_U3CSignatureU3Ek__BackingField_0() const { return ___U3CSignatureU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CSignatureU3Ek__BackingField_0() { return &___U3CSignatureU3Ek__BackingField_0; } inline void set_U3CSignatureU3Ek__BackingField_0(uint32_t value) { ___U3CSignatureU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3COffsetU3Ek__BackingField_1() { return static_cast(offsetof(IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60, ___U3COffsetU3Ek__BackingField_1)); } inline uint32_t get_U3COffsetU3Ek__BackingField_1() const { return ___U3COffsetU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3COffsetU3Ek__BackingField_1() { return &___U3COffsetU3Ek__BackingField_1; } inline void set_U3COffsetU3Ek__BackingField_1(uint32_t value) { ___U3COffsetU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CDataSizeU3Ek__BackingField_2() { return static_cast(offsetof(IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60, ___U3CDataSizeU3Ek__BackingField_2)); } inline uint32_t get_U3CDataSizeU3Ek__BackingField_2() const { return ___U3CDataSizeU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CDataSizeU3Ek__BackingField_2() { return &___U3CDataSizeU3Ek__BackingField_2; } inline void set_U3CDataSizeU3Ek__BackingField_2(uint32_t value) { ___U3CDataSizeU3Ek__BackingField_2 = value; } }; // Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A { public: // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonPosition::Type int32_t ___Type_1; // System.Int32 Newtonsoft.Json.JsonPosition::Position int32_t ___Position_2; // System.String Newtonsoft.Json.JsonPosition::PropertyName String_t* ___PropertyName_3; // System.Boolean Newtonsoft.Json.JsonPosition::HasIndex bool ___HasIndex_4; public: inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___Type_1)); } inline int32_t get_Type_1() const { return ___Type_1; } inline int32_t* get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(int32_t value) { ___Type_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } inline static int32_t get_offset_of_PropertyName_3() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___PropertyName_3)); } inline String_t* get_PropertyName_3() const { return ___PropertyName_3; } inline String_t** get_address_of_PropertyName_3() { return &___PropertyName_3; } inline void set_PropertyName_3(String_t* value) { ___PropertyName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyName_3), (void*)value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___HasIndex_4)); } inline bool get_HasIndex_4() const { return ___HasIndex_4; } inline bool* get_address_of_HasIndex_4() { return &___HasIndex_4; } inline void set_HasIndex_4(bool value) { ___HasIndex_4 = value; } }; struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpecialCharacters_0), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_pinvoke { int32_t ___Type_1; int32_t ___Position_2; char* ___PropertyName_3; int32_t ___HasIndex_4; }; // Native definition for COM marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; // UnityEngine.UIElements.Length struct Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 { public: // System.Single UnityEngine.UIElements.Length::m_Value float ___m_Value_0; // UnityEngine.UIElements.Length/Unit UnityEngine.UIElements.Length::m_Unit int32_t ___m_Unit_1; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696, ___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; } inline static int32_t get_offset_of_m_Unit_1() { return static_cast(offsetof(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696, ___m_Unit_1)); } inline int32_t get_m_Unit_1() const { return ___m_Unit_1; } inline int32_t* get_address_of_m_Unit_1() { return &___m_Unit_1; } inline void set_m_Unit_1(int32_t value) { ___m_Unit_1 = 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; }; // DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A { public: // DG.Tweening.PathMode DG.Tweening.Plugins.Options.PathOptions::mode int32_t ___mode_0; // DG.Tweening.Plugins.Options.OrientType DG.Tweening.Plugins.Options.PathOptions::orientType int32_t ___orientType_1; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockPositionAxis int32_t ___lockPositionAxis_2; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockRotationAxis int32_t ___lockRotationAxis_3; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isClosedPath bool ___isClosedPath_4; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.PathOptions::lookAtPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::lookAtTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; // System.Single DG.Tweening.Plugins.Options.PathOptions::lookAhead float ___lookAhead_7; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::hasCustomForwardDirection bool ___hasCustomForwardDirection_8; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::forward Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::useLocalPosition bool ___useLocalPosition_10; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::parent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isRigidbody bool ___isRigidbody_12; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::stableZRotation bool ___stableZRotation_13; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::startupRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; // System.Single DG.Tweening.Plugins.Options.PathOptions::startupZRot float ___startupZRot_15; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraStartWp bool ___addedExtraStartWp_16; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraEndWp bool ___addedExtraEndWp_17; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_orientType_1() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___orientType_1)); } inline int32_t get_orientType_1() const { return ___orientType_1; } inline int32_t* get_address_of_orientType_1() { return &___orientType_1; } inline void set_orientType_1(int32_t value) { ___orientType_1 = value; } inline static int32_t get_offset_of_lockPositionAxis_2() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lockPositionAxis_2)); } inline int32_t get_lockPositionAxis_2() const { return ___lockPositionAxis_2; } inline int32_t* get_address_of_lockPositionAxis_2() { return &___lockPositionAxis_2; } inline void set_lockPositionAxis_2(int32_t value) { ___lockPositionAxis_2 = value; } inline static int32_t get_offset_of_lockRotationAxis_3() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lockRotationAxis_3)); } inline int32_t get_lockRotationAxis_3() const { return ___lockRotationAxis_3; } inline int32_t* get_address_of_lockRotationAxis_3() { return &___lockRotationAxis_3; } inline void set_lockRotationAxis_3(int32_t value) { ___lockRotationAxis_3 = value; } inline static int32_t get_offset_of_isClosedPath_4() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___isClosedPath_4)); } inline bool get_isClosedPath_4() const { return ___isClosedPath_4; } inline bool* get_address_of_isClosedPath_4() { return &___isClosedPath_4; } inline void set_isClosedPath_4(bool value) { ___isClosedPath_4 = value; } inline static int32_t get_offset_of_lookAtPosition_5() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAtPosition_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lookAtPosition_5() const { return ___lookAtPosition_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lookAtPosition_5() { return &___lookAtPosition_5; } inline void set_lookAtPosition_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lookAtPosition_5 = value; } inline static int32_t get_offset_of_lookAtTransform_6() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAtTransform_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_lookAtTransform_6() const { return ___lookAtTransform_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_lookAtTransform_6() { return &___lookAtTransform_6; } inline void set_lookAtTransform_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___lookAtTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookAtTransform_6), (void*)value); } inline static int32_t get_offset_of_lookAhead_7() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAhead_7)); } inline float get_lookAhead_7() const { return ___lookAhead_7; } inline float* get_address_of_lookAhead_7() { return &___lookAhead_7; } inline void set_lookAhead_7(float value) { ___lookAhead_7 = value; } inline static int32_t get_offset_of_hasCustomForwardDirection_8() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___hasCustomForwardDirection_8)); } inline bool get_hasCustomForwardDirection_8() const { return ___hasCustomForwardDirection_8; } inline bool* get_address_of_hasCustomForwardDirection_8() { return &___hasCustomForwardDirection_8; } inline void set_hasCustomForwardDirection_8(bool value) { ___hasCustomForwardDirection_8 = value; } inline static int32_t get_offset_of_forward_9() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___forward_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_forward_9() const { return ___forward_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_forward_9() { return &___forward_9; } inline void set_forward_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___forward_9 = value; } inline static int32_t get_offset_of_useLocalPosition_10() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___useLocalPosition_10)); } inline bool get_useLocalPosition_10() const { return ___useLocalPosition_10; } inline bool* get_address_of_useLocalPosition_10() { return &___useLocalPosition_10; } inline void set_useLocalPosition_10(bool value) { ___useLocalPosition_10 = value; } inline static int32_t get_offset_of_parent_11() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___parent_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_parent_11() const { return ___parent_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_parent_11() { return &___parent_11; } inline void set_parent_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___parent_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_11), (void*)value); } inline static int32_t get_offset_of_isRigidbody_12() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___isRigidbody_12)); } inline bool get_isRigidbody_12() const { return ___isRigidbody_12; } inline bool* get_address_of_isRigidbody_12() { return &___isRigidbody_12; } inline void set_isRigidbody_12(bool value) { ___isRigidbody_12 = value; } inline static int32_t get_offset_of_stableZRotation_13() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___stableZRotation_13)); } inline bool get_stableZRotation_13() const { return ___stableZRotation_13; } inline bool* get_address_of_stableZRotation_13() { return &___stableZRotation_13; } inline void set_stableZRotation_13(bool value) { ___stableZRotation_13 = value; } inline static int32_t get_offset_of_startupRot_14() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___startupRot_14)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_startupRot_14() const { return ___startupRot_14; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_startupRot_14() { return &___startupRot_14; } inline void set_startupRot_14(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___startupRot_14 = value; } inline static int32_t get_offset_of_startupZRot_15() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___startupZRot_15)); } inline float get_startupZRot_15() const { return ___startupZRot_15; } inline float* get_address_of_startupZRot_15() { return &___startupZRot_15; } inline void set_startupZRot_15(float value) { ___startupZRot_15 = value; } inline static int32_t get_offset_of_addedExtraStartWp_16() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___addedExtraStartWp_16)); } inline bool get_addedExtraStartWp_16() const { return ___addedExtraStartWp_16; } inline bool* get_address_of_addedExtraStartWp_16() { return &___addedExtraStartWp_16; } inline void set_addedExtraStartWp_16(bool value) { ___addedExtraStartWp_16 = value; } inline static int32_t get_offset_of_addedExtraEndWp_17() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___addedExtraEndWp_17)); } inline bool get_addedExtraEndWp_17() const { return ___addedExtraEndWp_17; } inline bool* get_address_of_addedExtraEndWp_17() { return &___addedExtraEndWp_17; } inline void set_addedExtraEndWp_17(bool value) { ___addedExtraEndWp_17 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_marshaled_pinvoke { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; int32_t ___useLocalPosition_10; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; int32_t ___isRigidbody_12; int32_t ___stableZRotation_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; float ___startupZRot_15; int32_t ___addedExtraStartWp_16; int32_t ___addedExtraEndWp_17; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_marshaled_com { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; int32_t ___useLocalPosition_10; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; int32_t ___isRigidbody_12; int32_t ___stableZRotation_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; float ___startupZRot_15; int32_t ___addedExtraStartWp_16; int32_t ___addedExtraEndWp_17; }; // 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; }; // UnityEngine.UIElements.StyleValueHandle struct StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 { public: // UnityEngine.UIElements.StyleValueType UnityEngine.UIElements.StyleValueHandle::m_ValueType int32_t ___m_ValueType_0; // System.Int32 UnityEngine.UIElements.StyleValueHandle::valueIndex int32_t ___valueIndex_1; public: inline static int32_t get_offset_of_m_ValueType_0() { return static_cast(offsetof(StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185, ___m_ValueType_0)); } inline int32_t get_m_ValueType_0() const { return ___m_ValueType_0; } inline int32_t* get_address_of_m_ValueType_0() { return &___m_ValueType_0; } inline void set_m_ValueType_0(int32_t value) { ___m_ValueType_0 = value; } inline static int32_t get_offset_of_valueIndex_1() { return static_cast(offsetof(StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185, ___valueIndex_1)); } inline int32_t get_valueIndex_1() const { return ___valueIndex_1; } inline int32_t* get_address_of_valueIndex_1() { return &___valueIndex_1; } inline void set_valueIndex_1(int32_t value) { ___valueIndex_1 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Touch struct Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C { public: // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PositionDelta_3; // System.Single UnityEngine.Touch::m_TimeDelta float ___m_TimeDelta_4; // System.Int32 UnityEngine.Touch::m_TapCount int32_t ___m_TapCount_5; // UnityEngine.TouchPhase UnityEngine.Touch::m_Phase int32_t ___m_Phase_6; // UnityEngine.TouchType UnityEngine.Touch::m_Type int32_t ___m_Type_7; // System.Single UnityEngine.Touch::m_Pressure float ___m_Pressure_8; // System.Single UnityEngine.Touch::m_maximumPossiblePressure float ___m_maximumPossiblePressure_9; // System.Single UnityEngine.Touch::m_Radius float ___m_Radius_10; // System.Single UnityEngine.Touch::m_RadiusVariance float ___m_RadiusVariance_11; // System.Single UnityEngine.Touch::m_AltitudeAngle float ___m_AltitudeAngle_12; // System.Single UnityEngine.Touch::m_AzimuthAngle float ___m_AzimuthAngle_13; public: inline static int32_t get_offset_of_m_FingerId_0() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_FingerId_0)); } inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; } inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; } inline void set_m_FingerId_0(int32_t value) { ___m_FingerId_0 = value; } inline static int32_t get_offset_of_m_Position_1() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Position_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Position_1() const { return ___m_Position_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Position_1() { return &___m_Position_1; } inline void set_m_Position_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Position_1 = value; } inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_RawPosition_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_RawPosition_2() const { return ___m_RawPosition_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; } inline void set_m_RawPosition_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_RawPosition_2 = value; } inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_PositionDelta_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PositionDelta_3() const { return ___m_PositionDelta_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; } inline void set_m_PositionDelta_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PositionDelta_3 = value; } inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_TimeDelta_4)); } inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; } inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; } inline void set_m_TimeDelta_4(float value) { ___m_TimeDelta_4 = value; } inline static int32_t get_offset_of_m_TapCount_5() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_TapCount_5)); } inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; } inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; } inline void set_m_TapCount_5(int32_t value) { ___m_TapCount_5 = value; } inline static int32_t get_offset_of_m_Phase_6() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Phase_6)); } inline int32_t get_m_Phase_6() const { return ___m_Phase_6; } inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; } inline void set_m_Phase_6(int32_t value) { ___m_Phase_6 = value; } inline static int32_t get_offset_of_m_Type_7() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Type_7)); } inline int32_t get_m_Type_7() const { return ___m_Type_7; } inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; } inline void set_m_Type_7(int32_t value) { ___m_Type_7 = value; } inline static int32_t get_offset_of_m_Pressure_8() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Pressure_8)); } inline float get_m_Pressure_8() const { return ___m_Pressure_8; } inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; } inline void set_m_Pressure_8(float value) { ___m_Pressure_8 = value; } inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_maximumPossiblePressure_9)); } inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; } inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; } inline void set_m_maximumPossiblePressure_9(float value) { ___m_maximumPossiblePressure_9 = value; } inline static int32_t get_offset_of_m_Radius_10() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Radius_10)); } inline float get_m_Radius_10() const { return ___m_Radius_10; } inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; } inline void set_m_Radius_10(float value) { ___m_Radius_10 = value; } inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_RadiusVariance_11)); } inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; } inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; } inline void set_m_RadiusVariance_11(float value) { ___m_RadiusVariance_11 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_AltitudeAngle_12)); } inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; } inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; } inline void set_m_AltitudeAngle_12(float value) { ___m_AltitudeAngle_12 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_AzimuthAngle_13)); } inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; } inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; } inline void set_m_AzimuthAngle_13(float value) { ___m_AzimuthAngle_13 = value; } }; // BestHTTP.WebSocket.Frames.WebSocketFrameReader struct WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB { public: // System.Byte BestHTTP.WebSocket.Frames.WebSocketFrameReader::
k__BackingField uint8_t ___U3CHeaderU3Ek__BackingField_0; // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField bool ___U3CIsFinalU3Ek__BackingField_1; // BestHTTP.WebSocket.Frames.WebSocketFrameTypes BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField uint8_t ___U3CTypeU3Ek__BackingField_2; // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField bool ___U3CHasMaskU3Ek__BackingField_3; // System.UInt64 BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField uint64_t ___U3CLengthU3Ek__BackingField_4; // System.Byte[] BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_5; // System.String BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField String_t* ___U3CDataAsTextU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CHeaderU3Ek__BackingField_0() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CHeaderU3Ek__BackingField_0)); } inline uint8_t get_U3CHeaderU3Ek__BackingField_0() const { return ___U3CHeaderU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CHeaderU3Ek__BackingField_0() { return &___U3CHeaderU3Ek__BackingField_0; } inline void set_U3CHeaderU3Ek__BackingField_0(uint8_t value) { ___U3CHeaderU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsFinalU3Ek__BackingField_1() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CIsFinalU3Ek__BackingField_1)); } inline bool get_U3CIsFinalU3Ek__BackingField_1() const { return ___U3CIsFinalU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsFinalU3Ek__BackingField_1() { return &___U3CIsFinalU3Ek__BackingField_1; } inline void set_U3CIsFinalU3Ek__BackingField_1(bool value) { ___U3CIsFinalU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_2() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CTypeU3Ek__BackingField_2)); } inline uint8_t get_U3CTypeU3Ek__BackingField_2() const { return ___U3CTypeU3Ek__BackingField_2; } inline uint8_t* get_address_of_U3CTypeU3Ek__BackingField_2() { return &___U3CTypeU3Ek__BackingField_2; } inline void set_U3CTypeU3Ek__BackingField_2(uint8_t value) { ___U3CTypeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CHasMaskU3Ek__BackingField_3() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CHasMaskU3Ek__BackingField_3)); } inline bool get_U3CHasMaskU3Ek__BackingField_3() const { return ___U3CHasMaskU3Ek__BackingField_3; } inline bool* get_address_of_U3CHasMaskU3Ek__BackingField_3() { return &___U3CHasMaskU3Ek__BackingField_3; } inline void set_U3CHasMaskU3Ek__BackingField_3(bool value) { ___U3CHasMaskU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_4() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CLengthU3Ek__BackingField_4)); } inline uint64_t get_U3CLengthU3Ek__BackingField_4() const { return ___U3CLengthU3Ek__BackingField_4; } inline uint64_t* get_address_of_U3CLengthU3Ek__BackingField_4() { return &___U3CLengthU3Ek__BackingField_4; } inline void set_U3CLengthU3Ek__BackingField_4(uint64_t value) { ___U3CLengthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_5() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_5() const { return ___U3CDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_5() { return &___U3CDataU3Ek__BackingField_5; } inline void set_U3CDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CDataAsTextU3Ek__BackingField_6() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CDataAsTextU3Ek__BackingField_6)); } inline String_t* get_U3CDataAsTextU3Ek__BackingField_6() const { return ___U3CDataAsTextU3Ek__BackingField_6; } inline String_t** get_address_of_U3CDataAsTextU3Ek__BackingField_6() { return &___U3CDataAsTextU3Ek__BackingField_6; } inline void set_U3CDataAsTextU3Ek__BackingField_6(String_t* value) { ___U3CDataAsTextU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataAsTextU3Ek__BackingField_6), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.WebSocket.Frames.WebSocketFrameReader struct WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB_marshaled_pinvoke { uint8_t ___U3CHeaderU3Ek__BackingField_0; int32_t ___U3CIsFinalU3Ek__BackingField_1; uint8_t ___U3CTypeU3Ek__BackingField_2; int32_t ___U3CHasMaskU3Ek__BackingField_3; uint64_t ___U3CLengthU3Ek__BackingField_4; Il2CppSafeArray/*NONE*/* ___U3CDataU3Ek__BackingField_5; char* ___U3CDataAsTextU3Ek__BackingField_6; }; // Native definition for COM marshalling of BestHTTP.WebSocket.Frames.WebSocketFrameReader struct WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB_marshaled_com { uint8_t ___U3CHeaderU3Ek__BackingField_0; int32_t ___U3CIsFinalU3Ek__BackingField_1; uint8_t ___U3CTypeU3Ek__BackingField_2; int32_t ___U3CHasMaskU3Ek__BackingField_3; uint64_t ___U3CLengthU3Ek__BackingField_4; Il2CppSafeArray/*NONE*/* ___U3CDataU3Ek__BackingField_5; Il2CppChar* ___U3CDataAsTextU3Ek__BackingField_6; }; // System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB { public: // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status int32_t ___status_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info String_t* ___info_1; public: inline static int32_t get_offset_of_status_0() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___status_0)); } inline int32_t get_status_0() const { return ___status_0; } inline int32_t* get_address_of_status_0() { return &___status_0; } inline void set_status_0(int32_t value) { ___status_0 = value; } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_pinvoke { int32_t ___status_0; char* ___info_1; }; // Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_com { int32_t ___status_0; Il2CppChar* ___info_1; }; // UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 { public: // UnityEngine.Camera/RenderRequestMode UnityEngine.Camera/RenderRequest::m_CameraRenderMode int32_t ___m_CameraRenderMode_0; // UnityEngine.RenderTexture UnityEngine.Camera/RenderRequest::m_ResultRT RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; // UnityEngine.Camera/RenderRequestOutputSpace UnityEngine.Camera/RenderRequest::m_OutputSpace int32_t ___m_OutputSpace_2; public: inline static int32_t get_offset_of_m_CameraRenderMode_0() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_CameraRenderMode_0)); } inline int32_t get_m_CameraRenderMode_0() const { return ___m_CameraRenderMode_0; } inline int32_t* get_address_of_m_CameraRenderMode_0() { return &___m_CameraRenderMode_0; } inline void set_m_CameraRenderMode_0(int32_t value) { ___m_CameraRenderMode_0 = value; } inline static int32_t get_offset_of_m_ResultRT_1() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_ResultRT_1)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_m_ResultRT_1() const { return ___m_ResultRT_1; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_m_ResultRT_1() { return &___m_ResultRT_1; } inline void set_m_ResultRT_1(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___m_ResultRT_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ResultRT_1), (void*)value); } inline static int32_t get_offset_of_m_OutputSpace_2() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_OutputSpace_2)); } inline int32_t get_m_OutputSpace_2() const { return ___m_OutputSpace_2; } inline int32_t* get_address_of_m_OutputSpace_2() { return &___m_OutputSpace_2; } inline void set_m_OutputSpace_2(int32_t value) { ___m_OutputSpace_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_marshaled_pinvoke { int32_t ___m_CameraRenderMode_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; int32_t ___m_OutputSpace_2; }; // Native definition for COM marshalling of UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_marshaled_com { int32_t ___m_CameraRenderMode_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; int32_t ___m_OutputSpace_2; }; // UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2 struct U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 : public RuntimeObject { public: // System.Int32 UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // T UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::tweenInfo ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 ___tweenInfo_2; // System.Single UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::5__2 float ___U3CelapsedTimeU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388, ___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(U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388, ___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_tweenInfo_2() { return static_cast(offsetof(U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388, ___tweenInfo_2)); } inline ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 get_tweenInfo_2() const { return ___tweenInfo_2; } inline ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * get_address_of_tweenInfo_2() { return &___tweenInfo_2; } inline void set_tweenInfo_2(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 value) { ___tweenInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tweenInfo_2))->___m_Target_0), (void*)NULL); } inline static int32_t get_offset_of_U3CelapsedTimeU3E5__2_3() { return static_cast(offsetof(U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388, ___U3CelapsedTimeU3E5__2_3)); } inline float get_U3CelapsedTimeU3E5__2_3() const { return ___U3CelapsedTimeU3E5__2_3; } inline float* get_address_of_U3CelapsedTimeU3E5__2_3() { return &___U3CelapsedTimeU3E5__2_3; } inline void set_U3CelapsedTimeU3E5__2_3(float value) { ___U3CelapsedTimeU3E5__2_3 = value; } }; // System.Action`1> struct Action_1_t566931F3B591902EEA08703E7C802BBA36F5E45F : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_tE9B8FB7D6B8EE48949424BC36924F45C2CCF6422 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_tD112D5C2E50DBED415A8B3CF3D95A95CA7C5FA97 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t1ACE0B3F44297C0CDEC60D2C62D3F4F448811BF2 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t8F86E5C1A46193B0CAA04D05308299915B029A80 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t725EB164DA876B1C7F0D1A16036B052B42A502B1 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t4917FCA92433E77C06FD17440A833C4DAAABE91B : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t72CCF6FE767612E705E15E801D1863E0960AC847 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t802F806ADCC72C916AFC1693FA25ADF7B35870FC : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t8A7078C6B1C5823055EB39F5B4B11E3FCC3EF96D : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tBF0CCB9E59C2F764B7EA9D114FCC9AE8F496B632 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t8B92CA21B704B440A6DC12595CB2BE53A69C9923 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t041297C594B84B5A92B04681365EE2E08BDA76CB : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t39700E7413088B3163779A338259C290B3F61FBA : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tB0A381228E9420BB38281D2548F6794872D6E54A : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tA0CED44E909D1896A63B952FBF84F886947E0A08 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tDE087FB8337F5181D6160B08FC098DCB4808E995 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tDA853A351AD8A1B7815C9574346D1EFF99E37464 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t2D9436CB230064D5F231405919B02EBCD8C1678A : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t2B33C6C2E077C8AA0861FADB5453D90C6F9A7B97 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t6CB14817AECDFE34211602B41B5B113EDC65CDE9 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t6AC03248FA227003D9D44BDEFB9293678F7E0FB3 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC05D57FF805FCA65F944CE652D3158E3EE3D7E4A : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD660463007FE67F8E34776CF61171BD33C60D3E6 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tE6CC4D518F02405DABFF4F4544D808BE99E18E6B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t8B284F41467A2C8CD294E410B4D5F825AD7EF87F : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t6FB6AF2B023D376D5FE33FBD9B27F83A70A99F2F : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tF0FD284A49EB7135379250254D6B49FA84383C09 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tF6EE3B40781F3C053ACA01EC0FAD81029C0B4941 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t35A46FAEE6B0A26D311444DF75B6EAFC59EBD914 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tF3E18927171AC95BD702F67C7A3FC3DB31F0D47C : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t0C9464DAFAC83E4C890AB72763A9AF6E6C3F2F29 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tED224678D7CAEBF06555F578D01EEB1D907DFCF4 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t2C045F1D14F22FA4360F101B9A67B7062A265A9D : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tA1BE77FA49BED98675E9B979020E85DD39C0BD35 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t72FEF9651F79BF4BC512AA29A2ADF37D1B519644 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t364F0D9B221C3DE8172066F20A43DDE20C39A687 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t16192421E2F7D77743EBFAEC8FBE1A0E2DD43A05 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t125C3903DFA73AEAF4B7D23B42718F461B6BEAA2 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tF000BBADFD5D6F6D1B9D9F47AB561C3C574CE32E : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t14225BCEFEF7A87B9836BA1CC40C611E313112D9 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC4505390E49A07DB62FB3CFF53E6483777F6B2A8 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t3EE3A8B0873D5AE69ED59FA276D00E713593A3B5 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t937C0DF30A4FDF9CBC38AF2FF7026F8B8FAA5466 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tE30FCA3DDB1735420C6F3EB30A054BDB7282683A : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t96CDC80F574CDB4F77A66F58AD5162291E49F44A : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tB24F19733D20FECE2C4ACB6DB80DC5FFEE872260 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t60A65A2425CC7171CD9A9192E97F7743336C4660 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t8AFF28CB6DEA8FF253B9EA853458FE787022BCEC : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tE896725C2B24E3E3DE2217D872D95605D282DCD4 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t0C1F417511439CBAA03909A69138FAF0BD19FA30 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC2B4AB26EC30C6FC4AD8C9172FE509B3B4E1C26B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tA58CFE969D9A4F96B471F6805F50CF3D407967D1 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t44D4848C00076A31AE71666780FF52FBFE6B285D : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t24F437B8AAF44A2E39F0BEA48E93BDB1C4619760 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t83A98815726EEB30703F4954E31F620B92C2AD78 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tAD2673D5C000B0DE999CDC21B694624C1F144EFF : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t36B36FC5408AA648552F08C00DB17830D808C596 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC4BF66A8BD99ED8D2FE8BF91DC0A6EAF55F99773 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t1EA3901C41007ADD2112E3A2D323CAAD7EB0795E : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t7ACC5782C8EA184FB67419B497510A11C9103BED : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t8841336E42D3B6C2516D9F8342E3B2ABA884710C : public MulticastDelegate_t { public: public: }; // System.Action`10 struct Action_10_tCB3D82DD35C1B5FAE126032A26487CC5C1993C00 : public MulticastDelegate_t { public: public: }; // System.Action`11 struct Action_11_tA2FDB9AE281E0ADA633266CB56C80EC5D642B047 : public MulticastDelegate_t { public: public: }; // System.Action`12 struct Action_12_tF1BF7969D0A090822CBA914CC802445A38E60D06 : public MulticastDelegate_t { public: public: }; // System.Action`13 struct Action_13_tEA351B44E7464D35319E0DE4CD06ACE8D961BFDA : public MulticastDelegate_t { public: public: }; // System.Action`14 struct Action_14_t82D63215D3F2D524D17EB122C1B6716B38FDF675 : public MulticastDelegate_t { public: public: }; // System.Action`15 struct Action_15_t0035ECE30243CC25B59548606893ABB530612C7B : public MulticastDelegate_t { public: public: }; // System.Action`16 struct Action_16_t5543E4E62E73A4F47D656479BC3C83337554BA94 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t48DF0C0D4F3A3AB463DECA881851C95F1A5B0E72 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t25DC8F06CC3BB18B9ACD58BF6E22E52CC42A70AA : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tDD9145FF6BEFC0F795374D3C54FE5138E8FDDC96 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tB46DEF21BEFDF9B046381C5FE787F08B0397DAB5 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t203B8EDE5424DD644ECFFB59775146C987B4A37D : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t79E622BFD20448CE0FA07276546862DD9CC94D21 : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_tEC6440DC29F1338D10CE08DCABA89D4266B77427 : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t0E5C5B4404BB14981BB46E416060FEDC3EAB6D3E : public MulticastDelegate_t { public: public: }; // System.Action`4 struct Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D : public MulticastDelegate_t { public: public: }; // System.Action`4 struct Action_4_t0E97DD6848031923736201DE6A983F114E84EFFF : public MulticastDelegate_t { public: public: }; // System.Action`5 struct Action_5_tCD70DCA74B54D4A78DC12BBBB0E87C24DCEA4E9E : public MulticastDelegate_t { public: public: }; // System.Action`6 struct Action_6_t7478C213DC6C4025627B7CE365FC7A57D3E0566A : public MulticastDelegate_t { public: public: }; // System.Action`7 struct Action_7_tB6AD31F9022B01DAC723E049D8C26E892EE858C8 : public MulticastDelegate_t { public: public: }; // System.Action`8 struct Action_8_t17B939F136AF9D6DBC904DB6A1CDBFF7AD0099D2 : public MulticastDelegate_t { public: public: }; // System.Action`9 struct Action_9_t857417190D85A86B9CDBC8E0AE1828269616CCDF : public MulticastDelegate_t { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF : public HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 : public HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 : public HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C : public HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A : public HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E : public HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB : public HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB : public HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 : public HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 : public HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 : public HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 : public HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA : public HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1 struct AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 : public HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::k__BackingField int32_t ___U3CTilesU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CTilesU3Ek__BackingField_7() { return static_cast(offsetof(AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93, ___U3CTilesU3Ek__BackingField_7)); } inline int32_t get_U3CTilesU3Ek__BackingField_7() const { return ___U3CTilesU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CTilesU3Ek__BackingField_7() { return &___U3CTilesU3Ek__BackingField_7; } inline void set_U3CTilesU3Ek__BackingField_7(int32_t value) { ___U3CTilesU3Ek__BackingField_7 = value; } }; // System.Func`2,System.Nullable`1> struct Func_2_tC6816526F3327CB168F701FED02EB54522A97009 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // UnityEngine.Profiling.Experimental.DebugScreenCapture struct DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 { public: // Unity.Collections.NativeArray`1 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___U3CrawImageDataReferenceU3Ek__BackingField_0; // UnityEngine.TextureFormat UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CimageFormatU3Ek__BackingField_1; // System.Int32 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CwidthU3Ek__BackingField_2; // System.Int32 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CheightU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CrawImageDataReferenceU3Ek__BackingField_0() { return static_cast(offsetof(DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1, ___U3CrawImageDataReferenceU3Ek__BackingField_0)); } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 get_U3CrawImageDataReferenceU3Ek__BackingField_0() const { return ___U3CrawImageDataReferenceU3Ek__BackingField_0; } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 * get_address_of_U3CrawImageDataReferenceU3Ek__BackingField_0() { return &___U3CrawImageDataReferenceU3Ek__BackingField_0; } inline void set_U3CrawImageDataReferenceU3Ek__BackingField_0(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 value) { ___U3CrawImageDataReferenceU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CimageFormatU3Ek__BackingField_1() { return static_cast(offsetof(DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1, ___U3CimageFormatU3Ek__BackingField_1)); } inline int32_t get_U3CimageFormatU3Ek__BackingField_1() const { return ___U3CimageFormatU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CimageFormatU3Ek__BackingField_1() { return &___U3CimageFormatU3Ek__BackingField_1; } inline void set_U3CimageFormatU3Ek__BackingField_1(int32_t value) { ___U3CimageFormatU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CwidthU3Ek__BackingField_2() { return static_cast(offsetof(DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1, ___U3CwidthU3Ek__BackingField_2)); } inline int32_t get_U3CwidthU3Ek__BackingField_2() const { return ___U3CwidthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CwidthU3Ek__BackingField_2() { return &___U3CwidthU3Ek__BackingField_2; } inline void set_U3CwidthU3Ek__BackingField_2(int32_t value) { ___U3CwidthU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CheightU3Ek__BackingField_3() { return static_cast(offsetof(DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1, ___U3CheightU3Ek__BackingField_3)); } inline int32_t get_U3CheightU3Ek__BackingField_3() const { return ___U3CheightU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CheightU3Ek__BackingField_3() { return &___U3CheightU3Ek__BackingField_3; } inline void set_U3CheightU3Ek__BackingField_3(int32_t value) { ___U3CheightU3Ek__BackingField_3 = value; } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.UIElements.StyleSheets.StylePropertyValue struct StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 { public: // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.StyleSheets.StylePropertyValue::sheet StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; // UnityEngine.UIElements.StyleValueHandle UnityEngine.UIElements.StyleSheets.StylePropertyValue::handle StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 ___handle_1; public: inline static int32_t get_offset_of_sheet_0() { return static_cast(offsetof(StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8, ___sheet_0)); } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * get_sheet_0() const { return ___sheet_0; } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F ** get_address_of_sheet_0() { return &___sheet_0; } inline void set_sheet_0(StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * value) { ___sheet_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sheet_0), (void*)value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8, ___handle_1)); } inline StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 get_handle_1() const { return ___handle_1; } inline StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 * get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 value) { ___handle_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleSheets.StylePropertyValue struct StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8_marshaled_pinvoke { StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 ___handle_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleSheets.StylePropertyValue struct StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8_marshaled_com { StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 ___handle_1; }; // UnityEngine.UIElements.StyleSheets.StyleValue struct StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5 { public: union { #pragma pack(push, tp, 1) struct { // UnityEngine.UIElements.StyleSheets.StylePropertyId UnityEngine.UIElements.StyleSheets.StyleValue::id int32_t ___id_0; }; #pragma pack(pop, tp) struct { int32_t ___id_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___keyword_1_OffsetPadding[4]; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleSheets.StyleValue::keyword int32_t ___keyword_1; }; #pragma pack(pop, tp) struct { char ___keyword_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___keyword_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___number_2_OffsetPadding[8]; // System.Single UnityEngine.UIElements.StyleSheets.StyleValue::number float ___number_2; }; #pragma pack(pop, tp) struct { char ___number_2_OffsetPadding_forAlignmentOnly[8]; float ___number_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___length_3_OffsetPadding[8]; // UnityEngine.UIElements.Length UnityEngine.UIElements.StyleSheets.StyleValue::length Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___length_3; }; #pragma pack(pop, tp) struct { char ___length_3_OffsetPadding_forAlignmentOnly[8]; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___length_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___color_4_OffsetPadding[8]; // UnityEngine.Color UnityEngine.UIElements.StyleSheets.StyleValue::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_4; }; #pragma pack(pop, tp) struct { char ___color_4_OffsetPadding_forAlignmentOnly[8]; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___resource_5_OffsetPadding[8]; // System.Runtime.InteropServices.GCHandle UnityEngine.UIElements.StyleSheets.StyleValue::resource GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___resource_5; }; #pragma pack(pop, tp) struct { char ___resource_5_OffsetPadding_forAlignmentOnly[8]; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___resource_5_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_keyword_1() { return static_cast(offsetof(StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5, ___keyword_1)); } inline int32_t get_keyword_1() const { return ___keyword_1; } inline int32_t* get_address_of_keyword_1() { return &___keyword_1; } inline void set_keyword_1(int32_t value) { ___keyword_1 = value; } inline static int32_t get_offset_of_number_2() { return static_cast(offsetof(StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5, ___number_2)); } inline float get_number_2() const { return ___number_2; } inline float* get_address_of_number_2() { return &___number_2; } inline void set_number_2(float value) { ___number_2 = value; } inline static int32_t get_offset_of_length_3() { return static_cast(offsetof(StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5, ___length_3)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_length_3() const { return ___length_3; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_length_3() { return &___length_3; } inline void set_length_3(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___length_3 = value; } inline static int32_t get_offset_of_color_4() { return static_cast(offsetof(StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5, ___color_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_4() const { return ___color_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_4() { return &___color_4; } inline void set_color_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_4 = value; } inline static int32_t get_offset_of_resource_5() { return static_cast(offsetof(StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5, ___resource_5)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_resource_5() const { return ___resource_5; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_resource_5() { return &___resource_5; } inline void set_resource_5(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___resource_5 = value; } }; // System.Action`1 struct Action_1_t3F946F35223EAD96B915BB2EE31DF639AEB062F6 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC4F944F406EA5B1368F8976C974911C1D75AA002 : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t8AAE5F5D9EC97A1EBD26E8ABE4111420D1F88E85 : public MulticastDelegate_t { public: public: }; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.Net.WebExceptionStatus System.Net.WebException::m_Status int32_t ___m_Status_17; // System.Net.WebResponse System.Net.WebException::m_Response WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___m_Response_18; // System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus int32_t ___m_InternalStatus_19; public: inline static int32_t get_offset_of_m_Status_17() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Status_17)); } inline int32_t get_m_Status_17() const { return ___m_Status_17; } inline int32_t* get_address_of_m_Status_17() { return &___m_Status_17; } inline void set_m_Status_17(int32_t value) { ___m_Status_17 = value; } inline static int32_t get_offset_of_m_Response_18() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Response_18)); } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * get_m_Response_18() const { return ___m_Response_18; } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 ** get_address_of_m_Response_18() { return &___m_Response_18; } inline void set_m_Response_18(WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * value) { ___m_Response_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Response_18), (void*)value); } inline static int32_t get_offset_of_m_InternalStatus_19() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_InternalStatus_19)); } inline int32_t get_m_InternalStatus_19() const { return ___m_InternalStatus_19; } inline int32_t* get_address_of_m_InternalStatus_19() { return &___m_InternalStatus_19; } inline void set_m_InternalStatus_19(int32_t value) { ___m_InternalStatus_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Threading.Tasks.Task[] struct TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478 : public RuntimeArray { public: ALIGN_FIELD (8) Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * m_Items[1]; public: inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** 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, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 * m_Items[1]; public: inline MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 ** 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, MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 * m_Items[1]; public: inline MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 ** 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, MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 * m_Items[1]; public: inline MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 ** 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, MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE * m_Items[1]; public: inline MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE ** 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, MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 * m_Items[1]; public: inline MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 ** 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, MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C * m_Items[1]; public: inline MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C ** 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, MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB * m_Items[1]; public: inline MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB ** 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, MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC * m_Items[1]; public: inline MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC ** 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, MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 * m_Items[1]; public: inline MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 ** 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, MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C * m_Items[1]; public: inline MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C ** 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, MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 * m_Items[1]; public: inline MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 ** 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, MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 * m_Items[1]; public: inline MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 ** 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, MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED * m_Items[1]; public: inline MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED ** 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, MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 * m_Items[1]; public: inline MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 ** 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, MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 * m_Items[1]; public: inline MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 ** 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, MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F * m_Items[1]; public: inline MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F ** 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, MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C * m_Items[1]; public: inline MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C ** 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, MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A * m_Items[1]; public: inline MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A ** 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, MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 * m_Items[1]; public: inline MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 ** 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, MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 * m_Items[1]; public: inline MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 ** 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, MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 * m_Items[1]; public: inline MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 ** 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, MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 * m_Items[1]; public: inline MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 ** 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, MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 * m_Items[1]; public: inline MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 ** 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, MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D * m_Items[1]; public: inline MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D ** 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, MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE * m_Items[1]; public: inline MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE ** 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, MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F * m_Items[1]; public: inline MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F ** 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, MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 * m_Items[1]; public: inline MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 ** 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, MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 * m_Items[1]; public: inline MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 ** 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, MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B * m_Items[1]; public: inline MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B ** 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, MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 * m_Items[1]; public: inline MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 ** 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, MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 * m_Items[1]; public: inline MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 ** 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, MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 * m_Items[1]; public: inline MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 ** 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, MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 * m_Items[1]; public: inline MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 ** 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, MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 * m_Items[1]; public: inline MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 ** 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, MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 * m_Items[1]; public: inline MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 ** 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, MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Memory.MemoryGroupView`1/MemoryOwnerWrapper[] struct MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942 : public RuntimeArray { public: ALIGN_FIELD (8) MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C * m_Items[1]; public: inline MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C ** 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, MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 Task_1_ConfigureAwait_m77F046E41AA78DD7C415EFF9093187EC22372FFE_gshared (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED ConfiguredTaskAwaitable_1_GetAwaiter_m94F6533C8B05218E68527F18BB68F5731129E12C_gshared_inline (ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m5E3746D1B0661A5BCD45816E83766F228A077D20_gshared (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.HttpWebRequest/d__234`1>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_mA5032C45BF07FE00A1191723AB6DCCF761383E65_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * ___stateMachine1, const RuntimeMethod* method); // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConfiguredTaskAwaiter_GetResult_m474427FF1EB12ECDF7097D8894EF2E59E299FA4A_gshared (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, RuntimeObject * ___result0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest/d__234`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B_gshared (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest/d__234`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunWithTimeoutU3Ed__234_1_SetStateMachine_m2AB0CF461AFDA61E756A47F5B6F66143BEDA526F_gshared (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_gshared (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_gshared (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E * __this, int32_t ___item10, int32_t ___item21, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_gshared (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * __this, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E ___item0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m148BFC5A420F98E704043CCE91A99209748977F5_gshared_inline (RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 * __this, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source7, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1>::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_gshared_inline (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m919DEFA27DDAD8104B2377D8E8D5F3674819A787_gshared_inline (RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 * __this, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m3225BF4940ACAA6CD5C8445614659ACE3A2E430B_gshared_inline (RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 * __this, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m9A1A05B9E8873529F42B7E94CA28D464602C6A1D_gshared_inline (RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 * __this, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m2DEB7C570AE2485DA3745C7FAA178A9FD661F119_gshared_inline (RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 * __this, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mEA624C83E91E90C48940287C470BD9F0CDAD8876_gshared_inline (RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 * __this, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mAE1A0EFBAE169E5697531BE4C9A3FD04A48D0331_gshared_inline (RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD * __this, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m02ECDB41FEF94F1CA348107C96E2BB8B4D340675_gshared_inline (RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 * __this, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m5BD84D5785ED7604BDF6A6C2CCBC858214042200_gshared_inline (RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B * __this, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m1A07A57D01772A4C442E5DCF9241FAE2042CFB34_gshared_inline (RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 * __this, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mB5DB914B649F9E39BBEF89B663DB4285FDB5CE66_gshared_inline (RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 * __this, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m28B53119962E1CB264F5FEA43258E49C92B33297_gshared_inline (RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 * __this, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m2D4167F98A8B9EABCCC30D23AFDF8E7D86A1CF15_gshared_inline (RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C * __this, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mF626F78F4D84804EC9AE5CDA0FC1DED1354B4083_gshared_inline (RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 * __this, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source7, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo(T,T,System.String) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_gshared (int32_t ___value0, int32_t ___minimum1, String_t* ___name2, const RuntimeMethod* method); // System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo(T,T,System.String) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBFC0F37B7251E3F2FC02910BD278013E8AC0AFAD_gshared (int32_t ___value0, int32_t ___maximum1, String_t* ___name2, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__ctor_mC30FDC4F672A8495141CC213126B7FEA2A1BDCEB (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::Delay(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_Delay_mD54722DBAF22507493263E9B1167A7F77EDDF80E (int32_t ___millisecondsDelay0, const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.CancellationTokenSource::get_Token() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD CancellationTokenSource_get_Token_m2A9A82BA3532B89870363E8C1DEAE2F1EFD3962C (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::WhenAny(System.Threading.Tasks.Task[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * Task_WhenAny_m59C7F18DABA670EACF71A2E2917C861ADB9D0341 (TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478* ___tasks0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF Task_1_ConfigureAwait_mC78870EA3C542415A8F3C96CB21361E216EB7ACD (Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF (*) (Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m77F046E41AA78DD7C415EFF9093187EC22372FFE_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ConfiguredTaskAwaitable_1_GetAwaiter_m52033BC84410325FD3DB73008DF1C488343C211C_inline (ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 (*) (ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m94F6533C8B05218E68527F18BB68F5731129E12C_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m7DB38F2F9334B814E71FD9B5FAFC3BB694D1BFF4 (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_m5E3746D1B0661A5BCD45816E83766F228A077D20_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.HttpWebRequest/d__234`1>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_m925003B17B259F46B2D4B99F560DD396F8FFB5D6 (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * ___awaiter0, U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *, ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *, U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_mA5032C45BF07FE00A1191723AB6DCCF761383E65_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ConfiguredTaskAwaiter_GetResult_mDEFE603C387563F3F9736E7E6D18B9D30C65A528 (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * __this, const RuntimeMethod* method) { return (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m474427FF1EB12ECDF7097D8894EF2E59E299FA4A_gshared)(__this, method); } // System.Void System.Threading.CancellationTokenSource::Cancel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Cancel_m2D87D42962FF166576B4FB3A34DF5C07F4AECEF1 (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * __this, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08 (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * __this, String_t* ___message0, int32_t ___status1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3 (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171 (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, RuntimeObject * ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *, RuntimeObject *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171_gshared)(__this, ___result0, method); } // System.Void System.Net.HttpWebRequest/d__234`1::MoveNext() inline void U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * __this, const RuntimeMethod* method) { (( void (*) (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *, const RuntimeMethod*))U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.HttpWebRequest/d__234`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void U3CRunWithTimeoutU3Ed__234_1_SetStateMachine_m2AB0CF461AFDA61E756A47F5B6F66143BEDA526F (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *, RuntimeObject*, const RuntimeMethod*))U3CRunWithTimeoutU3Ed__234_1_SetStateMachine_m2AB0CF461AFDA61E756A47F5B6F66143BEDA526F_gshared)(__this, ___stateMachine0, method); } // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __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); // System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::ValidTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_ValidTarget_m1A0F15E461C7359650F9B26BD2CE50EFCA2EA80A (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::get_ignoreTimeScale() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_mB626FF1519AD4745DA9C6F1ACFB06665F7775740_inline (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Single UnityEngine.Time::get_unscaledDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_m2C153F1E5C77C6AF655054BC6C76D0C334C0DC84 (const RuntimeMethod* method); // System.Single UnityEngine.UI.CoroutineTween.ColorTween::get_duration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ColorTween_get_duration_m0D54F8FF864F645287570B01A7263FDA284A3091_inline (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C (float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.CoroutineTween.ColorTween::TweenValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_TweenValue_m5F8B59F75D4CE627BC5F6E34A1345D41941FDCC6 (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * __this, float ___floatPercentage0, const RuntimeMethod* method); // System.Boolean TMPro.FloatTween::ValidTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_ValidTarget_m442169033D1B82D60A5CD4B51FD8509C79B8D69F (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * __this, const RuntimeMethod* method); // System.Boolean TMPro.FloatTween::get_ignoreTimeScale() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_m3B10773CBA33198B3ADDBBCC4693DC31F2E18B2D_inline (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * __this, const RuntimeMethod* method); // System.Single TMPro.FloatTween::get_duration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FloatTween_get_duration_mE1F7640DA84DE519733659F11D84DFB6F6C0711E_inline (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * __this, const RuntimeMethod* method); // System.Void TMPro.FloatTween::TweenValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_TweenValue_mC9D96B33108145F670145DE57210C0D3D24EC172 (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * __this, float ___floatPercentage0, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::ValidTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_ValidTarget_mE1A5EA20038733B467C8B810E63BE6617F7DAAFF (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::get_ignoreTimeScale() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_m40168239ACB9A32B1A87EAF382CBA87FB641743D_inline (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * __this, const RuntimeMethod* method); // System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_duration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FloatTween_get_duration_mD6CD9915EB7F798B9F07F20E096066B201CCFF73_inline (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.CoroutineTween.FloatTween::TweenValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_TweenValue_mF21AE3A616B020B1D351E237D1F3145B508ACB11 (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * __this, float ___floatPercentage0, const RuntimeMethod* method); // System.Void SixLabors.Guard::MustBeGreaterThanOrEqualTo(System.Int32,System.Int32,System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline (int32_t ___value0, int32_t ___min1, String_t* ___parameterName2, const RuntimeMethod* method); // System.Void SixLabors.Guard::MustBeLessThanOrEqualTo(System.Int32,System.Int32,System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline (int32_t ___value0, int32_t ___max1, String_t* ___parameterName2, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.ImageFrame::get_Width() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.ImageFrame::get_Height() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method); // System.Single System.MathF::Ceiling(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline (float ___f0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() inline void List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2 (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, const RuntimeMethod*))List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_gshared)(__this, method); } // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389 (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E * __this, int32_t ___item10, int32_t ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E *, int32_t, int32_t, const RuntimeMethod*))ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_gshared)(__this, ___item10, ___item21, method); } // System.Void System.Collections.Generic.List`1>::Add(!0) inline void List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4 (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * __this, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E , const RuntimeMethod*))List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_gshared)(__this, ___item0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m148BFC5A420F98E704043CCE91A99209748977F5_inline (RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 * __this, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, const RuntimeMethod*))RowIntervalOperation__ctor_m148BFC5A420F98E704043CCE91A99209748977F5_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // System.Int32 System.Collections.Generic.List`1>::get_Count() inline int32_t List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, const RuntimeMethod*))List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Rectangle::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06 (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, int32_t ___x0, int32_t ___y1, int32_t ___width2, int32_t ___height3, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method) { return (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *, int32_t, const RuntimeMethod*))Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.A8::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 A8_ToVector4_m4D4BFC90ED15E8C60035BFFFB01624E93170DFB7_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, const RuntimeMethod* method); // System.Void System.Numerics.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0 (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m919DEFA27DDAD8104B2377D8E8D5F3674819A787_inline (RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 * __this, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, const RuntimeMethod*))RowIntervalOperation__ctor_m919DEFA27DDAD8104B2377D8E8D5F3674819A787_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Abgr32_ToVector4_m924F1C64E0B8C9E78DAE1C9ACC62ACB47DE6DF95_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m3225BF4940ACAA6CD5C8445614659ACE3A2E430B_inline (RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 * __this, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, const RuntimeMethod*))RowIntervalOperation__ctor_m3225BF4940ACAA6CD5C8445614659ACE3A2E430B_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *, int32_t, const RuntimeMethod*))Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Argb32_ToVector4_m200DB92C4C26075816C2642BEEF959D4138E0396_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m9A1A05B9E8873529F42B7E94CA28D464602C6A1D_inline (RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 * __this, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, const RuntimeMethod*))RowIntervalOperation__ctor_m9A1A05B9E8873529F42B7E94CA28D464602C6A1D_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgr24::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgr24_ToVector4_m7873130365A223BE9CD4CF249A756101CB7F4D0D_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m2DEB7C570AE2485DA3745C7FAA178A9FD661F119_inline (RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 * __this, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, const RuntimeMethod*))RowIntervalOperation__ctor_m2DEB7C570AE2485DA3745C7FAA178A9FD661F119_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *, int32_t, const RuntimeMethod*))Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgr565::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgr565_ToVector4_m9344140C6896C34D694F147F3178F365E8364628_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_mEA624C83E91E90C48940287C470BD9F0CDAD8876_inline (RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 * __this, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, const RuntimeMethod*))RowIntervalOperation__ctor_mEA624C83E91E90C48940287C470BD9F0CDAD8876_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F *, int32_t, const RuntimeMethod*))Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgra32_ToVector4_m6EB772C90AC6F350083398265BD5B49694DD4194_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_mAE1A0EFBAE169E5697531BE4C9A3FD04A48D0331_inline (RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD * __this, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, const RuntimeMethod*))RowIntervalOperation__ctor_mAE1A0EFBAE169E5697531BE4C9A3FD04A48D0331_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *, int32_t, const RuntimeMethod*))Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra4444::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgra4444_ToVector4_mF82092024B39ADF13547767878335770CBA1C661_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m02ECDB41FEF94F1CA348107C96E2BB8B4D340675_inline (RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 * __this, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, const RuntimeMethod*))RowIntervalOperation__ctor_m02ECDB41FEF94F1CA348107C96E2BB8B4D340675_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra5551::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgra5551_ToVector4_m00FD22B9197B2056CF65D1043CBCD63648BE2F01_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m5BD84D5785ED7604BDF6A6C2CCBC858214042200_inline (RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B * __this, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, const RuntimeMethod*))RowIntervalOperation__ctor_m5BD84D5785ED7604BDF6A6C2CCBC858214042200_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Byte4::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Byte4_ToVector4_m631A8BECB4DE33F18003E9013F440657ED81E993_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m1A07A57D01772A4C442E5DCF9241FAE2042CFB34_inline (RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 * __this, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, const RuntimeMethod*))RowIntervalOperation__ctor_m1A07A57D01772A4C442E5DCF9241FAE2042CFB34_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.HalfSingle::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 HalfSingle_ToVector4_mAAD4D9B143192743F760A20FE4DBDB2184F0D64C_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromVector4_m5811DB25422D45F8A0A93C19FA6C472AEBD5C47C_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_mB5DB914B649F9E39BBEF89B663DB4285FDB5CE66_inline (RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 * __this, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, const RuntimeMethod*))RowIntervalOperation__ctor_mB5DB914B649F9E39BBEF89B663DB4285FDB5CE66_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.HalfVector2::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 HalfVector2_ToVector4_m07F67211B0196C5D476A7A0C7C69BB55D772B68E_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromVector4_m2EA26CF3A86EAD4833DE575AD62327504E88CB3C_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m28B53119962E1CB264F5FEA43258E49C92B33297_inline (RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 * __this, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, const RuntimeMethod*))RowIntervalOperation__ctor_m28B53119962E1CB264F5FEA43258E49C92B33297_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.HalfVector4::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 HalfVector4_ToVector4_m9C810A99354029815B9DD50E2E420BECB3EC737C_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_m2D4167F98A8B9EABCCC30D23AFDF8E7D86A1CF15_inline (RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C * __this, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, const RuntimeMethod*))RowIntervalOperation__ctor_m2D4167F98A8B9EABCCC30D23AFDF8E7D86A1CF15_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method) { return (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *, int32_t, const RuntimeMethod*))Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L16::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L16_ToVector4_m9B8FD9208E26DA896FB2FD896A2BB326A326712D_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromVector4_mC7454E67ED21E9D01AD6E4BA7971DAA77B419EC0_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/RowIntervalOperation::.ctor(SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Collections.Generic.List`1>,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowIntervalOperation__ctor_mF626F78F4D84804EC9AE5CDA0FC1DED1354B4083_inline (RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 * __this, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source7, const RuntimeMethod* method) { (( void (*) (RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *, int32_t, int32_t, int32_t, int32_t, int32_t, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, const RuntimeMethod*))RowIntervalOperation__ctor_mF626F78F4D84804EC9AE5CDA0FC1DED1354B4083_gshared_inline)(__this, ___cdfData0, ___tileYStartPositions1, ___tileWidth2, ___tileHeight3, ___tileCount4, ___halfTileWidth5, ___luminanceLevels6, ___source7, method); } // !0& System.Span`1::get_Item(System.Int32) inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L8_ToVector4_m8B03DD2C8BC3B7EA6C34700AEF814653DAD59757_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromVector4_m5B5E617F4DF270BD3AF9F3267690E7D1E1DC86B2_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo(T,T,System.String) inline void ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB (int32_t ___value0, int32_t ___minimum1, String_t* ___name2, const RuntimeMethod* method) { (( void (*) (int32_t, int32_t, String_t*, const RuntimeMethod*))ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_gshared)(___value0, ___minimum1, ___name2, method); } // System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo(T,T,System.String) inline void ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBFC0F37B7251E3F2FC02910BD278013E8AC0AFAD (int32_t ___value0, int32_t ___maximum1, String_t* ___name2, const RuntimeMethod* method) { (( void (*) (int32_t, int32_t, String_t*, const RuntimeMethod*))ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBFC0F37B7251E3F2FC02910BD278013E8AC0AFAD_gshared)(___value0, ___maximum1, ___name2, method); } // System.Byte SixLabors.ImageSharp.PixelFormats.A8::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t A8_get_PackedValue_m341FC6C53B24BB286C39A160D0E707843714C52B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.PixelFormats.A8::Pack(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline (float ___alpha0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::set_PackedValue(System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Division(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32__ctor_mEF4B0E4289037C5E6C4FD0751715F06CEEC569C4_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba32_ToVector4_m2320E84B610FA4F872A1BDDA53B4EE204017C4B7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromRgba32(SixLabors.ImageSharp.PixelFormats.Rgba32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___source0, const RuntimeMethod* method); // System.Numerics.Vector3 SixLabors.ImageSharp.PixelFormats.Bgr565::ToVector3() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Bgr565_ToVector3_mAD471CE16B416143B668BC4DFE413A0EE9339A02_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, const RuntimeMethod* method); // System.Void System.Numerics.Vector4::.ctor(System.Numerics.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m716D2EB70783450C3569F4B9B695D68F3CE9C811 (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * __this, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___value0, float ___w1, const RuntimeMethod* method); // System.Void System.Numerics.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::Pack(System.Numerics.Vector3&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_get_PackedValue_m81EBBF0DB96707467DF8406F9899FD40DE88AA55_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Multiply(System.Numerics.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, float ___right1, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_get_PackedValue_mB22D0960BA5420CD2375632163C8D93E617B1451_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_get_PackedValue_mC324FDB4EDC047790D80854CFD12DB86D31EA62D_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.PixelFormats.HalfSingle::ToSingle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HalfSingle_ToSingle_mA71AEB57FB66D04E9B80D976B6E1E1DC13A4ADA2_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper::Pack(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline (float ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.HalfVector2::ToVector2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D HalfVector2_ToVector2_m96A19C53CDBA0656A715EE3954CB64A917415B2D_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::Pack(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline (float ___x0, float ___y1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, uint32_t ___value0, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_get_PackedValue_mC9A49D885014D4943DD1B6C7FFBE17DD5E61821C_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.PixelFormats.HalfTypeHelper::Unpack(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8 (uint16_t ___value0, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::set_PackedValue(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.L16::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t L16_get_PackedValue_mB73D93F9829B6F793AC69F7C88D0077BEFB62A10_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.PixelFormats.L8::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t L8_get_PackedValue_m26A4A6FE9A33FC50E6C236D6B7ACCBEC7BB60043_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC (const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Numerics::Clamp(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Multiply(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Addition(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45 (const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.Numerics::Clamp(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___min1, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___max2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // SixLabors.ImageSharp.PixelFormats.Bgr24 SixLabors.ImageSharp.PixelFormats.Rgba32::get_Bgr() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_get_PackedValue_m1432BECE5783D0FAF5F03667419AAE98B35F13E4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_get_Zero_mACEA51197DC0E58F0D1A9E5F06B4E4FB459EAF3D (const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_get_One_m15396B518DD28586E12E43EB461367FCED17D1A1 (const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::Clamp(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___value10, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___min1, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___max2, const RuntimeMethod* method); // System.Void System.Numerics.Vector4::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * __this, float ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79 (const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfSingle::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfSingle_get_PackedValue_m73CF31428A76D0D77497BFAD17A559104027DDF3_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper::Pack(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m2EFAE2DA4AF2CC0175F4F189E6EFAAF01479A21A (int32_t ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::get_PackedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_get_PackedValue_m46C55EE17E09D678F3976798998642D5E3485745_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.ColorNumerics::Get16BitBT709Luminance(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline (float ___r0, float ___g1, float ___b2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.ColorNumerics::Get8BitBT709Luminance(System.Byte,System.Byte,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline (uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::set_PackedValue(System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::Max(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::Min(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::.ctor(System.Byte,System.Byte,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.HttpWebRequest/d__234`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B_gshared (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m52033BC84410325FD3DB73008DF1C488343C211C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mDEFE603C387563F3F9736E7E6D18B9D30C65A528_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m7DB38F2F9334B814E71FD9B5FAFC3BB694D1BFF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mC78870EA3C542415A8F3C96CB21361E216EB7ACD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 V_2; memset((&V_2), 0, sizeof(V_2)); ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF 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; Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * G_B13_0 = NULL; Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * G_B13_1 = NULL; Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * G_B12_0 = NULL; Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * G_B12_1 = NULL; { 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_0015; } } IL_000a: { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * L_2 = (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)il2cpp_codegen_object_new(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_il2cpp_TypeInfo_var); CancellationTokenSource__ctor_mC30FDC4F672A8495141CC213126B7FEA2A1BDCEB(L_2, /*hidden argument*/NULL); __this->set_U3CctsU3E5__2_5(L_2); } IL_0015: { } IL_0016: try {// begin try (depth: 2) { int32_t L_3 = V_0; if (!L_3) { goto IL_00a1; } } IL_001c: { int32_t L_4 = (int32_t)__this->get_timeout_2(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5; L_5 = Task_Delay_mD54722DBAF22507493263E9B1167A7F77EDDF80E((int32_t)L_4, /*hidden argument*/NULL); __this->set_U3CtimeoutTaskU3E5__1_4(L_5); Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * L_6 = (Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 *)__this->get_func_3(); CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * L_7 = (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)__this->get_U3CctsU3E5__2_5(); NullCheck((CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)L_7); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8; L_8 = CancellationTokenSource_get_Token_m2A9A82BA3532B89870363E8C1DEAE2F1EFD3962C((CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)L_7, /*hidden argument*/NULL); NullCheck((Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 *)L_6); Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_9; L_9 = (( Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * (*) (Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 *)L_6, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_U3CworkerTaskU3E5__3_7(L_9); TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478* L_10 = (TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478*)(TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478*)SZArrayNew(TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478_il2cpp_TypeInfo_var, (uint32_t)2); TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478* L_11 = (TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478*)L_10; Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_12 = (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)__this->get_U3CworkerTaskU3E5__3_7(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_12); TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478* L_13 = (TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478*)L_11; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_14 = (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)__this->get_U3CtimeoutTaskU3E5__1_4(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_14); Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * L_15; L_15 = Task_WhenAny_m59C7F18DABA670EACF71A2E2917C861ADB9D0341((TaskU5BU5D_t6A5B1C18F541D14C31FF11E9121670A18C80F478*)L_13, /*hidden argument*/NULL); NullCheck((Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 *)L_15); ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF L_16; L_16 = Task_1_ConfigureAwait_mC78870EA3C542415A8F3C96CB21361E216EB7ACD((Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 *)L_15, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mC78870EA3C542415A8F3C96CB21361E216EB7ACD_RuntimeMethod_var); V_3 = (ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF )L_16; ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 L_17; L_17 = ConfiguredTaskAwaitable_1_GetAwaiter_m52033BC84410325FD3DB73008DF1C488343C211C_inline((ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF *)(ConfiguredTaskAwaitable_1_t918267DA81D3E7795A7FD4026B63C95F76AE0EFF *)(&V_3), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m52033BC84410325FD3DB73008DF1C488343C211C_RuntimeMethod_var); V_2 = (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 )L_17; bool L_18; L_18 = ConfiguredTaskAwaiter_get_IsCompleted_m7DB38F2F9334B814E71FD9B5FAFC3BB694D1BFF4((ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *)(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *)(&V_2), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m7DB38F2F9334B814E71FD9B5FAFC3BB694D1BFF4_RuntimeMethod_var); if (L_18) { goto IL_00bd; } } IL_007e: { int32_t L_19 = (int32_t)0; V_0 = (int32_t)L_19; __this->set_U3CU3E1__state_0(L_19); ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 L_20 = V_2; __this->set_U3CU3Eu__1_8(L_20); AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * L_21 = (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)__this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_m925003B17B259F46B2D4B99F560DD396F8FFB5D6((AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)L_21, (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *)(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *)(&V_2), (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *)(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); IL2CPP_LEAVE(0x177, FINALLY_0132); } IL_00a1: { ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 L_22 = (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 )__this->get_U3CU3Eu__1_8(); V_2 = (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 )L_22; ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * L_23 = (ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *)__this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_23, sizeof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 )); int32_t L_24 = (int32_t)(-1); V_0 = (int32_t)L_24; __this->set_U3CU3E1__state_0(L_24); } IL_00bd: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_25; L_25 = ConfiguredTaskAwaiter_GetResult_mDEFE603C387563F3F9736E7E6D18B9D30C65A528((ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *)(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 *)(&V_2), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_mDEFE603C387563F3F9736E7E6D18B9D30C65A528_RuntimeMethod_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_26 = (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)__this->get_U3CtimeoutTaskU3E5__1_4(); if ((!(((RuntimeObject*)(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_25) == ((RuntimeObject*)(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_26)))) { goto IL_0124; } } IL_00cc: try {// begin try (depth: 3) CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * L_27 = (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)__this->get_U3CctsU3E5__2_5(); NullCheck((CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)L_27); CancellationTokenSource_Cancel_m2D87D42962FF166576B4FB3A34DF5C07F4AECEF1((CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)L_27, /*hidden argument*/NULL); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_28 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)__this->get_abort_6(); NullCheck((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_28); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_28, /*hidden argument*/NULL); goto IL_00e7; }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e4; } throw e; } CATCH_00e4: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e7; }// end catch (depth: 3) IL_00e7: { Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_29 = (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)__this->get_U3CworkerTaskU3E5__3_7(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * L_30 = ((U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->get_U3CU3E9__234_0_1(); Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * L_31 = (Func_2_tC6816526F3327CB168F701FED02EB54522A97009 *)L_30; G_B12_0 = L_31; G_B12_1 = L_29; if (L_31) { G_B13_0 = L_31; G_B13_1 = L_29; goto IL_010c; } } IL_00f5: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D * L_32 = ((U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->get_U3CU3E9_0(); Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * L_33 = (Func_2_tC6816526F3327CB168F701FED02EB54522A97009 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)); (( void (*) (Func_2_tC6816526F3327CB168F701FED02EB54522A97009 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(L_33, (RuntimeObject *)L_32, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); Func_2_tC6816526F3327CB168F701FED02EB54522A97009 * L_34 = (Func_2_tC6816526F3327CB168F701FED02EB54522A97009 *)L_33; ((U3CU3Ec__234_1_tA32D433EC2C3DC5AE0D654AE848F1E2D2A3BDB3D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9__234_0_1(L_34); G_B13_0 = L_34; G_B13_1 = G_B12_1; } IL_010c: { NullCheck((Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)G_B13_1); Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * L_35; L_35 = (( Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * (*) (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *, Func_2_tC6816526F3327CB168F701FED02EB54522A97009 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)G_B13_1, (Func_2_tC6816526F3327CB168F701FED02EB54522A97009 *)G_B13_0, (int32_t)((int32_t)327680), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_36 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_36, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEBF2718390EE473280CB1AC9DB1591547C00DF0E)), (int32_t)((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B_RuntimeMethod_var))); } IL_0124: { Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_37 = (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)__this->get_U3CworkerTaskU3E5__3_7(); NullCheck((Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)L_37); RuntimeObject * L_38; L_38 = (( RuntimeObject * (*) (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)L_37, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); V_1 = (RuntimeObject *)L_38; IL2CPP_LEAVE(0x163, FINALLY_0132); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0132; } FINALLY_0132: {// begin finally (depth: 2) { int32_t L_39 = V_0; if ((((int32_t)L_39) >= ((int32_t)0))) { goto IL_0149; } } IL_0136: { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * L_40 = (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)__this->get_U3CctsU3E5__2_5(); if (!L_40) { goto IL_0149; } } IL_013e: { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * L_41 = (CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 *)__this->get_U3CctsU3E5__2_5(); NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_0149: { IL2CPP_END_FINALLY(306) } }// end finally (depth: 2) IL2CPP_CLEANUP(306) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x177, IL_0177) IL2CPP_JUMP_TBL(0x163, IL_0163) } }// 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_014a; } throw e; } CATCH_014a: {// begin catch(System.Exception) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * L_42 = (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)__this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_43 = V_4; AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3((AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)L_42, (Exception_t *)L_43, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0177; }// end catch (depth: 1) IL_0163: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * L_44 = (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject * L_45 = V_1; AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171((AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)L_44, (RuntimeObject *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); } IL_0177: { return; } } IL2CPP_EXTERN_C void U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CRunWithTimeoutU3Ed__234_1_MoveNext_mAECD05134763310C39BDA84441E9B8ADB6A89C4B(_thisAdjusted, method); } // System.Void System.Net.HttpWebRequest/d__234`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunWithTimeoutU3Ed__234_1_SetStateMachine_m2AB0CF461AFDA61E756A47F5B6F66143BEDA526F_gshared (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * L_0 = (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)__this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D((AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)L_0, (RuntimeObject*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return; } } IL2CPP_EXTERN_C void U3CRunWithTimeoutU3Ed__234_1_SetStateMachine_m2AB0CF461AFDA61E756A47F5B6F66143BEDA526F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CRunWithTimeoutU3Ed__234_1_SetStateMachine_m2AB0CF461AFDA61E756A47F5B6F66143BEDA526F(_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 System.Linq.Enumerable/d__17`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSelectManyIteratorU3Ed__17_2__ctor_m2C9350E5476E0EC0F2B58A65994570D5DA3B746B_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __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__17`2::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSelectManyIteratorU3Ed__17_2_System_IDisposable_Dispose_m52BB66D08D95CF2DE574E1AF41EC1B2EA8160124_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __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 ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-4)))) > ((uint32_t)1)))) { goto IL_0012; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_002f; } } IL_0012: { } IL_0013: try {// begin try (depth: 1) { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)-4)))) { goto IL_001e; } } IL_0018: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_001e; } } IL_001c: { IL2CPP_LEAVE(0x2F, FINALLY_0028); } IL_001e: { } IL_001f: try {// begin try (depth: 2) IL2CPP_LEAVE(0x2F, FINALLY_0021); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 2) NullCheck((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_END_FINALLY(33) }// end finally (depth: 2) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x2F, FINALLY_0028); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: {// begin finally (depth: 1) NullCheck((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); IL2CPP_END_FINALLY(40) }// end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F, IL_002f) } IL_002f: { return; } } // System.Boolean System.Linq.Enumerable/d__17`2::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSelectManyIteratorU3Ed__17_2_MoveNext_mA1E6026E31E9DDF67ACA77134618B9727FAAEB94_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; RuntimeObject * V_3 = 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_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0082; } } IL_000e: { V_0 = (bool)0; goto IL_00c9; } IL_0015: { __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.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_3); __this->set_U3CU3E7__wrap1_7(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_00a4; } IL_0037: { RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_7(); NullCheck((RuntimeObject*)L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_5); V_2 = (RuntimeObject *)L_6; Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_7 = (Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *)__this->get_selector_5(); RuntimeObject * L_8 = V_2; NullCheck((Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *)L_7); RuntimeObject* L_9; L_9 = (( RuntimeObject* (*) (Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((RuntimeObject*)L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), (RuntimeObject*)L_9); __this->set_U3CU3E7__wrap2_8(L_10); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_008a; } IL_0064: { RuntimeObject* L_11 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_8(); NullCheck((RuntimeObject*)L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), (RuntimeObject*)L_11); V_3 = (RuntimeObject *)L_12; RuntimeObject * L_13 = V_3; __this->set_U3CU3E2__current_1(L_13); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00c9; } IL_0082: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_008a: { RuntimeObject* L_14 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_8(); NullCheck((RuntimeObject*)L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); if (L_15) { goto IL_0064; } } IL_0097: { NullCheck((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CU3E7__wrap2_8((RuntimeObject*)NULL); } IL_00a4: { RuntimeObject* L_16 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_7(); NullCheck((RuntimeObject*)L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); if (L_17) { goto IL_0037; } } IL_00b1: { NullCheck((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); __this->set_U3CU3E7__wrap1_7((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_00c9; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00c2; } FAULT_00c2: {// begin fault (depth: 1) NullCheck((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); IL2CPP_END_FINALLY(194) }// end fault IL2CPP_CLEANUP(194) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c9: { bool L_18 = V_0; return (bool)L_18; } } // System.Void System.Linq.Enumerable/d__17`2::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSelectManyIteratorU3Ed__17_2_U3CU3Em__Finally1_m9B96851BB2AAF249AB6EED41C548F0225ADBFEFC_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __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; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_7(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_7(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // System.Void System.Linq.Enumerable/d__17`2::<>m__Finally2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSelectManyIteratorU3Ed__17_2_U3CU3Em__Finally2_mA3FC08B5B8AB287E18FA8DF09864B0AECE883833_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __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; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_8(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_8(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001b: { return; } } // TResult System.Linq.Enumerable/d__17`2::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSelectManyIteratorU3Ed__17_2_System_Collections_Generic_IEnumeratorU3CTResultU3E_get_Current_m71A797C7B6140E8649E9CDF089B0DD038CB65532_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Void System.Linq.Enumerable/d__17`2::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSelectManyIteratorU3Ed__17_2_System_Collections_IEnumerator_Reset_m9F62E535E46D93D3F547AE106A9339181B05CEA8_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __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*)&U3CSelectManyIteratorU3Ed__17_2_System_Collections_IEnumerator_Reset_m9F62E535E46D93D3F547AE106A9339181B05CEA8_RuntimeMethod_var))); } } // System.Object System.Linq.Enumerable/d__17`2::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSelectManyIteratorU3Ed__17_2_System_Collections_IEnumerator_get_Current_mA947C5240F0111988BF20E939AE70F73DC7FD78C_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __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__17`2::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSelectManyIteratorU3Ed__17_2_System_Collections_Generic_IEnumerableU3CTResultU3E_GetEnumerator_m6F4AE49EA7C7223FA3149DF0C1DBAE0AE719402C_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __this, const RuntimeMethod* method) { U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * 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 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this; goto IL_0029; } IL_0022: { U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_3 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_0 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)L_3; } IL_0029: { U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_4 = V_0; RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E3__source_4(); NullCheck(L_4); L_4->set_source_3(L_5); U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_6 = V_0; Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_7 = (Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *)__this->get_U3CU3E3__selector_6(); NullCheck(L_6); L_6->set_selector_5(L_7); U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_8 = V_0; return (RuntimeObject*)L_8; } } // System.Collections.IEnumerator System.Linq.Enumerable/d__17`2::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSelectManyIteratorU3Ed__17_2_System_Collections_IEnumerable_GetEnumerator_mB49EEB580D91F53DCF4600161CD703A9642E71A7_gshared (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * __this, const RuntimeMethod* method) { { NullCheck((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); 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 UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2__ctor_m8A53CE5D7283849913EEEB22D0BFF4FA118BF7D6_gshared (U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * __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); return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2_System_IDisposable_Dispose_m45A928682AA1B169413A4F6BE5B4C72D04959338_gshared (U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__2_MoveNext_m0B7176E8E1BF9F503865EAEF5D604AE663685C0F_gshared (U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float G_B8_0 = 0.0f; U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * G_B8_1 = NULL; float G_B7_0 = 0.0f; U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * G_B7_1 = NULL; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * G_B9_2 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0013; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_00a8; } } { return (bool)0; } IL_0013: { __this->set_U3CU3E1__state_0((-1)); // if (!tweenInfo.ValidTarget()) ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * L_3 = (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)__this->get_address_of_tweenInfo_2(); bool L_4; L_4 = ColorTween_ValidTarget_m1A0F15E461C7359650F9B26BD2CE50EFCA2EA80A((ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { // yield break; return (bool)0; } IL_002f: { // var elapsedTime = 0.0f; __this->set_U3CelapsedTimeU3E5__2_3((0.0f)); goto IL_00af; } IL_003c: { // elapsedTime += tweenInfo.ignoreTimeScale ? Time.unscaledDeltaTime : Time.deltaTime; float L_5 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * L_6 = (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)__this->get_address_of_tweenInfo_2(); bool L_7; L_7 = ColorTween_get_ignoreTimeScale_mB626FF1519AD4745DA9C6F1ACFB06665F7775740_inline((ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)L_6, /*hidden argument*/NULL); G_B7_0 = L_5; G_B7_1 = ((U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 *)(__this)); if (L_7) { G_B8_0 = L_5; G_B8_1 = ((U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 *)(__this)); goto IL_005d; } } { float L_8; L_8 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); G_B9_0 = L_8; G_B9_1 = G_B7_0; G_B9_2 = ((U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 *)(G_B7_1)); goto IL_0062; } IL_005d: { float L_9; L_9 = Time_get_unscaledDeltaTime_m2C153F1E5C77C6AF655054BC6C76D0C334C0DC84(/*hidden argument*/NULL); G_B9_0 = L_9; G_B9_1 = G_B8_0; G_B9_2 = ((U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 *)(G_B8_1)); } IL_0062: { NullCheck(G_B9_2); G_B9_2->set_U3CelapsedTimeU3E5__2_3(((float)il2cpp_codegen_add((float)G_B9_1, (float)G_B9_0))); // var percentage = Mathf.Clamp01(elapsedTime / tweenInfo.duration); float L_10 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * L_11 = (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)__this->get_address_of_tweenInfo_2(); float L_12; L_12 = ColorTween_get_duration_m0D54F8FF864F645287570B01A7263FDA284A3091_inline((ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)L_11, /*hidden argument*/NULL); float L_13; L_13 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C((float)((float)((float)L_10/(float)L_12)), /*hidden argument*/NULL); V_1 = (float)L_13; // tweenInfo.TweenValue(percentage); ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * L_14 = (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)__this->get_address_of_tweenInfo_2(); float L_15 = V_1; ColorTween_TweenValue_m5F8B59F75D4CE627BC5F6E34A1345D41941FDCC6((ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)L_14, (float)L_15, /*hidden argument*/NULL); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00a8: { __this->set_U3CU3E1__state_0((-1)); } IL_00af: { // while (elapsedTime < tweenInfo.duration) float L_16 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * L_17 = (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)__this->get_address_of_tweenInfo_2(); float L_18; L_18 = ColorTween_get_duration_m0D54F8FF864F645287570B01A7263FDA284A3091_inline((ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)L_17, /*hidden argument*/NULL); if ((((float)L_16) < ((float)L_18))) { goto IL_003c; } } { // tweenInfo.TweenValue(1.0f); ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * L_19 = (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)__this->get_address_of_tweenInfo_2(); ColorTween_TweenValue_m5F8B59F75D4CE627BC5F6E34A1345D41941FDCC6((ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)(ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 *)L_19, (float)(1.0f), /*hidden argument*/NULL); // } return (bool)0; } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m6301285215DF10A4AAA8598F2EAA1E1DD45042E4_gshared (U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_mB27C00C83AC1BA90E3176CA3562A5C28008CEA04_gshared (U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * __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*)&U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_mB27C00C83AC1BA90E3176CA3562A5C28008CEA04_RuntimeMethod_var))); } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__2_System_Collections_IEnumerator_get_Current_m57D51524CACC29873BBC17867B2B9AF4E136B8BE_gshared (U3CStartU3Ed__2_tFB5B68ACD6B72236226A4DBFF90660409B533388 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); 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 TMPro.TweenRunner`1/d__2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2__ctor_m8954115F454E3B118FF020A28104F19C09A81DDB_gshared (U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * __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); return; } } // System.Void TMPro.TweenRunner`1/d__2::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2_System_IDisposable_Dispose_mA3DBF6800BB8565A9BFB8B00021B7F6DFEE4E6B9_gshared (U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean TMPro.TweenRunner`1/d__2::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__2_MoveNext_m9CAD7D65805C51207C4C12571129B5601A898EE3_gshared (U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float G_B8_0 = 0.0f; U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * G_B8_1 = NULL; float G_B7_0 = 0.0f; U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * G_B7_1 = NULL; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * G_B9_2 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0013; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_00a8; } } { return (bool)0; } IL_0013: { __this->set_U3CU3E1__state_0((-1)); // if (!tweenInfo.ValidTarget()) FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * L_3 = (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)__this->get_address_of_tweenInfo_2(); bool L_4; L_4 = FloatTween_ValidTarget_m442169033D1B82D60A5CD4B51FD8509C79B8D69F((FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { // yield break; return (bool)0; } IL_002f: { // var elapsedTime = 0.0f; __this->set_U3CelapsedTimeU3E5__2_3((0.0f)); goto IL_00af; } IL_003c: { // elapsedTime += tweenInfo.ignoreTimeScale ? Time.unscaledDeltaTime : Time.deltaTime; float L_5 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * L_6 = (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)__this->get_address_of_tweenInfo_2(); bool L_7; L_7 = FloatTween_get_ignoreTimeScale_m3B10773CBA33198B3ADDBBCC4693DC31F2E18B2D_inline((FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)L_6, /*hidden argument*/NULL); G_B7_0 = L_5; G_B7_1 = ((U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E *)(__this)); if (L_7) { G_B8_0 = L_5; G_B8_1 = ((U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E *)(__this)); goto IL_005d; } } { float L_8; L_8 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); G_B9_0 = L_8; G_B9_1 = G_B7_0; G_B9_2 = ((U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E *)(G_B7_1)); goto IL_0062; } IL_005d: { float L_9; L_9 = Time_get_unscaledDeltaTime_m2C153F1E5C77C6AF655054BC6C76D0C334C0DC84(/*hidden argument*/NULL); G_B9_0 = L_9; G_B9_1 = G_B8_0; G_B9_2 = ((U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E *)(G_B8_1)); } IL_0062: { NullCheck(G_B9_2); G_B9_2->set_U3CelapsedTimeU3E5__2_3(((float)il2cpp_codegen_add((float)G_B9_1, (float)G_B9_0))); // var percentage = Mathf.Clamp01(elapsedTime / tweenInfo.duration); float L_10 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * L_11 = (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)__this->get_address_of_tweenInfo_2(); float L_12; L_12 = FloatTween_get_duration_mE1F7640DA84DE519733659F11D84DFB6F6C0711E_inline((FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)L_11, /*hidden argument*/NULL); float L_13; L_13 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C((float)((float)((float)L_10/(float)L_12)), /*hidden argument*/NULL); V_1 = (float)L_13; // tweenInfo.TweenValue(percentage); FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * L_14 = (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)__this->get_address_of_tweenInfo_2(); float L_15 = V_1; FloatTween_TweenValue_mC9D96B33108145F670145DE57210C0D3D24EC172((FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)L_14, (float)L_15, /*hidden argument*/NULL); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00a8: { __this->set_U3CU3E1__state_0((-1)); } IL_00af: { // while (elapsedTime < tweenInfo.duration) float L_16 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * L_17 = (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)__this->get_address_of_tweenInfo_2(); float L_18; L_18 = FloatTween_get_duration_mE1F7640DA84DE519733659F11D84DFB6F6C0711E_inline((FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)L_17, /*hidden argument*/NULL); if ((((float)L_16) < ((float)L_18))) { goto IL_003c; } } { // tweenInfo.TweenValue(1.0f); FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * L_19 = (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)__this->get_address_of_tweenInfo_2(); FloatTween_TweenValue_mC9D96B33108145F670145DE57210C0D3D24EC172((FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)(FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 *)L_19, (float)(1.0f), /*hidden argument*/NULL); // } return (bool)0; } } // System.Object TMPro.TweenRunner`1/d__2::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8164A19C317B640D8CF956C2EA3C4B7A3A46B0F0_gshared (U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Void TMPro.TweenRunner`1/d__2::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_mF58777011A4807C8A4284A647CDFB02A3A796D50_gshared (U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * __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*)&U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_mF58777011A4807C8A4284A647CDFB02A3A796D50_RuntimeMethod_var))); } } // System.Object TMPro.TweenRunner`1/d__2::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__2_System_Collections_IEnumerator_get_Current_m5F6628F87AAEDD1F9D6B3BBB6C6D3946C864DDD9_gshared (U3CStartU3Ed__2_t304FCFAB5A6C91579B348828B88BB294DCACC83E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); 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 UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2__ctor_m777DC367C5EF46B457C685AAEBD9D31C6B2C34E2_gshared (U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * __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); return; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2_System_IDisposable_Dispose_mC9E895D500FA067165F0814E10E0911A498E14E3_gshared (U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__2_MoveNext_m1B9763E5E6412F008707DF439F30E37655FB6F7A_gshared (U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float G_B8_0 = 0.0f; U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * G_B8_1 = NULL; float G_B7_0 = 0.0f; U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * G_B7_1 = NULL; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * G_B9_2 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0013; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_00a8; } } { return (bool)0; } IL_0013: { __this->set_U3CU3E1__state_0((-1)); // if (!tweenInfo.ValidTarget()) FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * L_3 = (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)__this->get_address_of_tweenInfo_2(); bool L_4; L_4 = FloatTween_ValidTarget_mE1A5EA20038733B467C8B810E63BE6617F7DAAFF((FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { // yield break; return (bool)0; } IL_002f: { // var elapsedTime = 0.0f; __this->set_U3CelapsedTimeU3E5__2_3((0.0f)); goto IL_00af; } IL_003c: { // elapsedTime += tweenInfo.ignoreTimeScale ? Time.unscaledDeltaTime : Time.deltaTime; float L_5 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * L_6 = (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)__this->get_address_of_tweenInfo_2(); bool L_7; L_7 = FloatTween_get_ignoreTimeScale_m40168239ACB9A32B1A87EAF382CBA87FB641743D_inline((FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)L_6, /*hidden argument*/NULL); G_B7_0 = L_5; G_B7_1 = ((U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 *)(__this)); if (L_7) { G_B8_0 = L_5; G_B8_1 = ((U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 *)(__this)); goto IL_005d; } } { float L_8; L_8 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); G_B9_0 = L_8; G_B9_1 = G_B7_0; G_B9_2 = ((U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 *)(G_B7_1)); goto IL_0062; } IL_005d: { float L_9; L_9 = Time_get_unscaledDeltaTime_m2C153F1E5C77C6AF655054BC6C76D0C334C0DC84(/*hidden argument*/NULL); G_B9_0 = L_9; G_B9_1 = G_B8_0; G_B9_2 = ((U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 *)(G_B8_1)); } IL_0062: { NullCheck(G_B9_2); G_B9_2->set_U3CelapsedTimeU3E5__2_3(((float)il2cpp_codegen_add((float)G_B9_1, (float)G_B9_0))); // var percentage = Mathf.Clamp01(elapsedTime / tweenInfo.duration); float L_10 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * L_11 = (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)__this->get_address_of_tweenInfo_2(); float L_12; L_12 = FloatTween_get_duration_mD6CD9915EB7F798B9F07F20E096066B201CCFF73_inline((FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)L_11, /*hidden argument*/NULL); float L_13; L_13 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C((float)((float)((float)L_10/(float)L_12)), /*hidden argument*/NULL); V_1 = (float)L_13; // tweenInfo.TweenValue(percentage); FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * L_14 = (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)__this->get_address_of_tweenInfo_2(); float L_15 = V_1; FloatTween_TweenValue_mF21AE3A616B020B1D351E237D1F3145B508ACB11((FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)L_14, (float)L_15, /*hidden argument*/NULL); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00a8: { __this->set_U3CU3E1__state_0((-1)); } IL_00af: { // while (elapsedTime < tweenInfo.duration) float L_16 = (float)__this->get_U3CelapsedTimeU3E5__2_3(); FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * L_17 = (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)__this->get_address_of_tweenInfo_2(); float L_18; L_18 = FloatTween_get_duration_mD6CD9915EB7F798B9F07F20E096066B201CCFF73_inline((FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)L_17, /*hidden argument*/NULL); if ((((float)L_16) < ((float)L_18))) { goto IL_003c; } } { // tweenInfo.TweenValue(1.0f); FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * L_19 = (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)__this->get_address_of_tweenInfo_2(); FloatTween_TweenValue_mF21AE3A616B020B1D351E237D1F3145B508ACB11((FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)(FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 *)L_19, (float)(1.0f), /*hidden argument*/NULL); // } return (bool)0; } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0602252A1BF19B2394C4C8AF1818E393AF2A517B_gshared (U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_m833D1273B655967A4BEACAB1F6BFAEEB2B849979_gshared (U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * __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*)&U3CStartU3Ed__2_System_Collections_IEnumerator_Reset_m833D1273B655967A4BEACAB1F6BFAEEB2B849979_RuntimeMethod_var))); } } // System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/d__2::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__2_System_Collections_IEnumerator_get_Current_mAAB2C0556A1EB5BE5F5CA9C729ACE836A05D8158_gshared (U3CStartU3Ed__2_t9789962C60DA327F6B025DE2DD46F8C4CE6A5B12 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); 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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m848CE877DC7EB54E3A6A5E1F7A40EABDE6392EF4_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m0650B84467540643FEB726C80A9F867F0BA73EC1_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m7C89B401BF3E37F834F4149B834B84F6F61D6A56_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * L_1 = (MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * L_4 = V_1; NullCheck((MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *)L_4); (( void (*) (MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574* L_6 = (MemoryOwnerWrapperU5BU5D_tF495F93709D1D885B1301353808F9C07C7F7E574*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 * L_9 = (MemoryOwnerWrapper_t517BF7F506EC3B782F5F25888C67B08879909566 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 *)L_9); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 * L_14 = V_1; NullCheck((MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t55D4CD9EF0FEB8D39C0A3AC4A30C0299F58955B2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m47E79D6F40DB0A31E705E875732B263B32B77050_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257 * __this, const RuntimeMethod* method) { { Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_0 = (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )__this->get_U3CU3E2__current_1(); return (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m4B2A220238F611744A72BCE59C1BBEDE7DBF36CF_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m4B2A220238F611744A72BCE59C1BBEDE7DBF36CF_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m2175A043F209026E72D3BD407F7D551480FF6C8D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t1E84474218727DA54E32A8A6FF05E41C47A46257 * __this, const RuntimeMethod* method) { { Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_0 = (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )__this->get_U3CU3E2__current_1(); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_1 = (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m510287A270795BA6B4363463938AF4EDBCCFF27C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m9674F83C7CA7235E852D40387B20CA131280056D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m3123FD95A4F7AF8CC2920E4CF9E02B95EF96AC87_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * L_1 = (MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * L_4 = V_1; NullCheck((MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *)L_4); (( void (*) (MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202* L_6 = (MemoryOwnerWrapperU5BU5D_tC0F3571A074B3674BBD9328168F539DD2F105202*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 * L_9 = (MemoryOwnerWrapper_t1C6BE70DAA888A77F87B053943054D2033DB0E24 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A *)L_9); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_10; L_10 = VirtualFuncInvoker0< Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 * L_14 = V_1; NullCheck((MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tB29D25EA5E03888417A55258DE4C163B07185192 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m28FDBB9B58E04A6C4763204E5C157E4E1BD35961_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC * __this, const RuntimeMethod* method) { { Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_0 = (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )__this->get_U3CU3E2__current_1(); return (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m08FD8BCA71587CD188F7E83993910512D259D787_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m08FD8BCA71587CD188F7E83993910512D259D787_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m882521C741F1BDB60F9DA571B208A76886E63B67_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t853FC4B30957B45A0434A8E1E8F5E0FC4A6681AC * __this, const RuntimeMethod* method) { { Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_0 = (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )__this->get_U3CU3E2__current_1(); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_1 = (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m600D3DA3BEC71A965956EB5F24B2827B458DECAF_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m02EE30EBE82AE45792E71F8CEA7385B61069E9EE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mF10AC751173DC8A09A9166BDA4D4FFB37CF4216F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * L_1 = (MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * L_4 = V_1; NullCheck((MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *)L_4); (( void (*) (MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA* L_6 = (MemoryOwnerWrapperU5BU5D_t18A1360EEAE605299E9642EC7651462D2A1ACCEA*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 * L_9 = (MemoryOwnerWrapper_tA568427220FD5C924DF7604F3204BC415374EEE2 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC *)L_9); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_10; L_10 = VirtualFuncInvoker0< Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 * L_14 = V_1; NullCheck((MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t427B8F78D52F8CB75576A6AB51412018B0239401 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m2A08C8CEF7171A3B0D8BF2EAA3C56BAED1405057_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740 * __this, const RuntimeMethod* method) { { Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_0 = (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )__this->get_U3CU3E2__current_1(); return (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC2D16257A9E94A9BBDA2AFBBF8125B42CD1D4B3E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC2D16257A9E94A9BBDA2AFBBF8125B42CD1D4B3E_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m5AD790904FE886D84A13FCBBF12382D9CF0EF02F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5AD6CCD3B8D8A6E8C8388D97AAC997BC971B9740 * __this, const RuntimeMethod* method) { { Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_0 = (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )__this->get_U3CU3E2__current_1(); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_1 = (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mA21988C5202BA3305C478A5BC61017C958AD3B04_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m8B2F3ACCF49DE72D9DC56FA5C92025F207AF9E2E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m3FD84E9BE520F621EE23A832BD8DF7B77B0AB688_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * L_1 = (MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * L_4 = V_1; NullCheck((MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *)L_4); (( void (*) (MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92* L_6 = (MemoryOwnerWrapperU5BU5D_t071C3D70C8F4DF828DAF9D558ECDEC61F39D8B92*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE * L_9 = (MemoryOwnerWrapper_tD5938D2FEEF290D6679B613904D82FA0553807BE *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE *)L_9); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_10; L_10 = VirtualFuncInvoker0< Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A * L_14 = V_1; NullCheck((MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tAED3B536DBE0D29D22DA7D44DEE382AA7FDA197A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m599F69E1A61411E7EE80489539FFF13204B55A3F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105 * __this, const RuntimeMethod* method) { { Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_0 = (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )__this->get_U3CU3E2__current_1(); return (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC2648049A7AC95EB558F62A4A58BD080C097F909_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC2648049A7AC95EB558F62A4A58BD080C097F909_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mDA3BFD95D5EA6E52E2345EF213511261AFC64E26_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFBE66D6E47D79FFD6E6C13D4EDD46F627EDEA105 * __this, const RuntimeMethod* method) { { Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_0 = (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )__this->get_U3CU3E2__current_1(); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_1 = (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m34D7D6897D7C564B3A5F4FF59DF8F69F2BE016F4_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m7C7445080B37C7406C1F175BB4E70200892C2177_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m04CBC83BDFEFC4C6DE7A1EF9554C41B5D10423CD_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * L_1 = (MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * L_4 = V_1; NullCheck((MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *)L_4); (( void (*) (MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E* L_6 = (MemoryOwnerWrapperU5BU5D_tE90288B57A7D0B8D9D37C2C2A316A8674BCEE12E*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 * L_9 = (MemoryOwnerWrapper_tF7817FC73E3CC2BEC0336C25D0DFC765B65D3B99 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 *)L_9); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 * L_14 = V_1; NullCheck((MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tA0BD8CEED4E8334ADF546B46CF20866042DC30B2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m6F44A864311396D679521F91605AD5A5C13EE258_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91 * __this, const RuntimeMethod* method) { { Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_0 = (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )__this->get_U3CU3E2__current_1(); return (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mAB93CEFB7FB4C893939C764E9388807714E0A38D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mAB93CEFB7FB4C893939C764E9388807714E0A38D_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mA6342E890812B03038AB6430DAB87F5DAA6210AB_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t004C7F5573FC36770C7279A2AB201067134E2B91 * __this, const RuntimeMethod* method) { { Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_0 = (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )__this->get_U3CU3E2__current_1(); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_1 = (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mB5145E820C80D8238D00D41211D5D87253857D6C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mF58AB7AA9184A17E35F30DB179BD5B8153429447_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m1D7B0018ACD6A8D81050588FDE2C6E6673AF0BAC_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * L_1 = (MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * L_4 = V_1; NullCheck((MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *)L_4); (( void (*) (MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0* L_6 = (MemoryOwnerWrapperU5BU5D_t9A741286D7D56F824242A256B5BF38ADA8DA32F0*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C * L_9 = (MemoryOwnerWrapper_tD453C247BCD519011C1D844FB864AD1DCA0CBA3C *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C *)L_9); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 * L_14 = V_1; NullCheck((MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tBD6E3871D47246D8ED1018C54552648AF38F9909 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m96BEECBC8585509AF3AC7DD80E7102F313A38963_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06 * __this, const RuntimeMethod* method) { { Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_0 = (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )__this->get_U3CU3E2__current_1(); return (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mB624667DBAE291B7A1AC70368ED26BD7B2E536C2_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mB624667DBAE291B7A1AC70368ED26BD7B2E536C2_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m5D2EF8B73E3C440E1AFA0DF0DB3C4C6FD1DF7C0B_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7E9BFCEBE020089CE5D64C4E9ED2711303113C06 * __this, const RuntimeMethod* method) { { Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_0 = (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )__this->get_U3CU3E2__current_1(); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_1 = (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mED791D5DD105D20DAFD3C810758688B395448C75_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m601FCCCDD95B0F554F2CE41342F18801DE2D808E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m53C285F8BA543E62263AD58B30040375D2210D36_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * L_1 = (MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * L_4 = V_1; NullCheck((MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *)L_4); (( void (*) (MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C* L_6 = (MemoryOwnerWrapperU5BU5D_t70990F1F08C1548A7AF3C96E1156D91E95D5A67C*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB * L_9 = (MemoryOwnerWrapper_tC6B41B960849E06A00FA0F010745AFEADD2645EB *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 *)L_9); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_10; L_10 = VirtualFuncInvoker0< Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 * L_14 = V_1; NullCheck((MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t02492EAEC5818C8BBED368495787F83A62918B99 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mA8BBADEEF6EA9BA921127C74A671352DE2B13C33_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798 * __this, const RuntimeMethod* method) { { Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_0 = (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )__this->get_U3CU3E2__current_1(); return (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBBE80A2312B33C36CF8DD59F27F786D687C955BA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBBE80A2312B33C36CF8DD59F27F786D687C955BA_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mCB08398BB74044768EC74D38255055B417D0E161_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE32A51F020A40F58394242B7001B89F3EB144798 * __this, const RuntimeMethod* method) { { Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_0 = (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )__this->get_U3CU3E2__current_1(); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_1 = (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m4A02C5445F1995F7697AF297C6F8F0A3B7678EFD_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mB3EB8D2BAA907564BDE32D583A32BF43E90E1434_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m6A1F8F39CE542667CCC60C4DCFE8F33EE43DB7C2_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * L_1 = (MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * L_4 = V_1; NullCheck((MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *)L_4); (( void (*) (MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D* L_6 = (MemoryOwnerWrapperU5BU5D_tF3342862755DFDB6C5E63C3D6FBB47B8732A279D*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC * L_9 = (MemoryOwnerWrapper_tB82F773B947CAEE20D055412C249D4AFC573C5DC *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 *)L_9); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_10; L_10 = VirtualFuncInvoker0< Memory_1_t989A25F213E59B429D409844716D883464EB981E >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E * L_14 = V_1; NullCheck((MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t526CDAAF3BEFC4D6CC611777EBB49FF4DBD19A6E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t989A25F213E59B429D409844716D883464EB981E U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mB8C88685CED2705954A2D146CFB5F524C7CC6545_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00 * __this, const RuntimeMethod* method) { { Memory_1_t989A25F213E59B429D409844716D883464EB981E L_0 = (Memory_1_t989A25F213E59B429D409844716D883464EB981E )__this->get_U3CU3E2__current_1(); return (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m71510B1966070625BF41B73DC0A1374080836197_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m71510B1966070625BF41B73DC0A1374080836197_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mEC602285CFCA29CEF2EDB59A5C613B03E22E8E99_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB7EC386B524747DEB83437610BEBA991B5EEAC00 * __this, const RuntimeMethod* method) { { Memory_1_t989A25F213E59B429D409844716D883464EB981E L_0 = (Memory_1_t989A25F213E59B429D409844716D883464EB981E )__this->get_U3CU3E2__current_1(); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_1 = (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m6A252DE0162ACCA665B16BCB7D800FC1A96FDE37_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mDE9E219C917929049EF0A0B2FC457EF2001B0706_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mFE2993D16D94D106D540013BC5C7DFADD4B18AA0_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * L_1 = (MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * L_4 = V_1; NullCheck((MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *)L_4); (( void (*) (MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1* L_6 = (MemoryOwnerWrapperU5BU5D_t29430A557F60AEC6EA6BF780F870ADC8C0DD6FF1*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 * L_9 = (MemoryOwnerWrapper_tD240B07041B93752CA8F686CCA6C1A7FFB3E6E50 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 *)L_9); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_10; L_10 = VirtualFuncInvoker0< Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE * L_14 = V_1; NullCheck((MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t03AC285812DDF1EF2D2343E087F1512E6A93B8EE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mFA60C5FF54CBACED431151E6E23A7597DF5E0042_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A * __this, const RuntimeMethod* method) { { Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_0 = (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )__this->get_U3CU3E2__current_1(); return (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m9D33FA5CA9F4B46284B62EE47A83B5A97A2EC41C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m9D33FA5CA9F4B46284B62EE47A83B5A97A2EC41C_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m7B3F8F91AE641CB61D73F85D41D71FD5F7D29053_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6600A43FCB301279C1B0C5F5C4B729434A795F4A * __this, const RuntimeMethod* method) { { Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_0 = (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )__this->get_U3CU3E2__current_1(); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_1 = (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m473A0FA553AA2A05CF11BA21766D2618BBE1291D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m2AD931786D264977A6CB88CD53D9D213E5661556_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m2E0A8BAA162AA57D8C8D2FFCA2E7086A5E4F7668_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * L_1 = (MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * L_4 = V_1; NullCheck((MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *)L_4); (( void (*) (MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA* L_6 = (MemoryOwnerWrapperU5BU5D_tF49FB2462471628FCBDDC49DBBDF69449D7FDECA*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C * L_9 = (MemoryOwnerWrapper_tB7DEBB8F33021A9D43FB81CF589D7990A64BC40C *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 *)L_9); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA * L_14 = V_1; NullCheck((MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t4A0E2FE5F75C0F43A27A36B7C82F0361605720DA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m8B0F47D18521FD133556BF6A5437D69461EA935A_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872 * __this, const RuntimeMethod* method) { { Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_0 = (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )__this->get_U3CU3E2__current_1(); return (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mA3A3104489598369AB57AA7B325081F6EBC22260_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mA3A3104489598369AB57AA7B325081F6EBC22260_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mD47019FC679DB7A411F2CD05D65760E9834D0675_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t67561CAB774ECCA0E8E105375A6FFF3493DEF872 * __this, const RuntimeMethod* method) { { Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_0 = (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )__this->get_U3CU3E2__current_1(); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_1 = (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m4FDA19692B6F0B5C4CCC1424280D1A7251113C05_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mD1123D4B2EDD260EE51D01227FA5A670EB4634C4_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m097D20713D344092FA79EB3450FADAF386BD5537_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * L_1 = (MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * L_4 = V_1; NullCheck((MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *)L_4); (( void (*) (MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158* L_6 = (MemoryOwnerWrapperU5BU5D_t7308BDBD6A6A55CB07547F41DC96853C1B4DD158*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 * L_9 = (MemoryOwnerWrapper_tCAD710548CCCB70FCE82CB9A9BFE1F1D61F59046 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA *)L_9); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE * L_14 = V_1; NullCheck((MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t2B1AF32126C19A6A08F8E677E51CA01928E0F1EE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mC4092424770D52CB61F5A28AEAC09AC01A2FA3C7_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8 * __this, const RuntimeMethod* method) { { Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_0 = (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )__this->get_U3CU3E2__current_1(); return (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m35E8C8F62A878D980B69A16BABB0AAAC67740CA3_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m35E8C8F62A878D980B69A16BABB0AAAC67740CA3_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m0CB6A643BE074EAFD7F22FED95BE610BCAC2F79A_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFD19F1FAB36DC595B123836BB0AB977AA80266A8 * __this, const RuntimeMethod* method) { { Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_0 = (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )__this->get_U3CU3E2__current_1(); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_1 = (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m5620438F71FFC3FEFBA6566AABFE68D33F563375_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m18D27B3059BD737772F35CEBAEF7772C2696CF08_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m53F3D775187618F45F806FED532A8ACA6BC8D5F4_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * L_1 = (MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * L_4 = V_1; NullCheck((MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *)L_4); (( void (*) (MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C* L_6 = (MemoryOwnerWrapperU5BU5D_tAE50B18660DDFD51BDFDCDF29F37F28ED0E6466C*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 * L_9 = (MemoryOwnerWrapper_tA42EF885E79EFA377143E5C925D6309728BB55F5 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 *)L_9); Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 * L_14 = V_1; NullCheck((MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t6254F3C6F6E394D895BB90112672B975DA5B3149 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mFACDADF9591C86A2546E3C2C2F4B3931F1C8CF8C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83 * __this, const RuntimeMethod* method) { { Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_0 = (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )__this->get_U3CU3E2__current_1(); return (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m7FEB96E25C7C5D15FCF3B361054C9EBF1B623823_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m7FEB96E25C7C5D15FCF3B361054C9EBF1B623823_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m81EC633103FF960F37AC68955DF1ABCD0A864922_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB80CB8362D20405CA3291DB060730B679E39DA83 * __this, const RuntimeMethod* method) { { Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_0 = (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )__this->get_U3CU3E2__current_1(); Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 L_1 = (Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m8ADA0EAB16B6489AAB1593FA847840C50F8AB00A_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mE75ED709ADA653E59B2DCB74FD77F116D4AB6062_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m3ACDF3F1B0D6FBD14299E40A4BC029E3B308E950_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * L_1 = (MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * L_4 = V_1; NullCheck((MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *)L_4); (( void (*) (MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062* L_6 = (MemoryOwnerWrapperU5BU5D_tF95CE75826F8A8AC5E5460839F1E4A7FAB557062*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED * L_9 = (MemoryOwnerWrapper_t29078688DFD45DA543737D5111D7E7611106C8ED *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB *)L_9); Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF * L_14 = V_1; NullCheck((MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t3558E695EBC51931DE668FC5C9B159962CFB1DEF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m2E415A6CAA1EC340446F4E87A17B210C7030B7DA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029 * __this, const RuntimeMethod* method) { { Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_0 = (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )__this->get_U3CU3E2__current_1(); return (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBBA40A12AE2661DFE5A69CCB9768E7AC6FEA4E73_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBBA40A12AE2661DFE5A69CCB9768E7AC6FEA4E73_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m57679B1BD0DB8A44FF5877E8337180CD82BCB0C4_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB6CC84233D78F944AF40B0EA9DFBEAD5CD1D5029 * __this, const RuntimeMethod* method) { { Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_0 = (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )__this->get_U3CU3E2__current_1(); Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 L_1 = (Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m5F7BC3F49ABEA984DE4CBD9FB5DE9D36A9F4A35F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m8BD498542456C9818730FE7B376833B1A939DF76_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m5C8FB3C1C2916EA5274377C0ECD2EBF959895218_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * L_1 = (MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * L_4 = V_1; NullCheck((MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *)L_4); (( void (*) (MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7* L_6 = (MemoryOwnerWrapperU5BU5D_t176BE104B8C488F887BD1DA497E5B1AD58B287F7*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 * L_9 = (MemoryOwnerWrapper_t13D6D3B2B166853C1462F4F1286F2D2CD5746D66 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 *)L_9); Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 * L_14 = V_1; NullCheck((MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tB226EA9A014E81CD783F8AB4AB84367853D776A7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mF05E0FA8BC74258D7A615557902A1E76D7451588_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2 * __this, const RuntimeMethod* method) { { Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_0 = (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )__this->get_U3CU3E2__current_1(); return (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mECCBFB6097A1506334AED58E42E153D003A5789D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mECCBFB6097A1506334AED58E42E153D003A5789D_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m5534A04EFB20420507077A8D28CA418F73734F6B_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE6617609B6528E4514117BE77612216EE69043C2 * __this, const RuntimeMethod* method) { { Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_0 = (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )__this->get_U3CU3E2__current_1(); Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 L_1 = (Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m3845B2AFF130DCB1F531DBB4DE671F9AA226865B_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mC6B7A4A365E21E3AEBE49688F55D5675825C6AD5_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mC7870E358D44152BFE760527E054970827AAD4CC_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * L_1 = (MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * L_4 = V_1; NullCheck((MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *)L_4); (( void (*) (MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB* L_6 = (MemoryOwnerWrapperU5BU5D_t7ED5B7842B69BDB062D5A67E3B30914D072CFCAB*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 * L_9 = (MemoryOwnerWrapper_t7C158D27E187E9636FBAF72A23750795CE95F9C1 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A *)L_9); Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 * L_14 = V_1; NullCheck((MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t8841B1990F0642EDDD2DC6E1F67B5484F7AD9F58 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mAE4EC8A9071FAAA7515A202245069A84973B81EA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9 * __this, const RuntimeMethod* method) { { Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_0 = (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )__this->get_U3CU3E2__current_1(); return (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF182B79F4F35B0A53C3AE9CE45700EE68F8CBFEE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF182B79F4F35B0A53C3AE9CE45700EE68F8CBFEE_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m0CC45B0425140F9C0FE62319AE248AB2F6A7D17F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t118AE9A6B0D6CA5F334295FD2CA90A4308EDC2A9 * __this, const RuntimeMethod* method) { { Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_0 = (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )__this->get_U3CU3E2__current_1(); Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 L_1 = (Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m861CE6153EBE3E5038815C42D9EEA914C165F4A1_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m69CD98DA86BF7856635604F73AA04F201214F75A_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m67F2A9D604BE62A4BB0131FEAAAD3E4BFBBB07EB_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * L_1 = (MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * L_4 = V_1; NullCheck((MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *)L_4); (( void (*) (MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE* L_6 = (MemoryOwnerWrapperU5BU5D_tB170A15D1B3AAABC46CDEDB98B8C15933E6153BE*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F * L_9 = (MemoryOwnerWrapper_tC8196A7311BFB68FF974FA482E280A1931FD0B4F *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C *)L_9); Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD * L_14 = V_1; NullCheck((MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t301A1F7D5D672F8686DF80320B1965F9D41C5DDD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m9DCC19636C141AE4372E0F4BE0802A51A6C69D56_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E * __this, const RuntimeMethod* method) { { Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_0 = (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )__this->get_U3CU3E2__current_1(); return (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m0A15EC07C3A7EF3339621AB7A82138D1807058CE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m0A15EC07C3A7EF3339621AB7A82138D1807058CE_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mF651688C007314E99B6E9BD3ABA53683CA75852D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tA4BD18EA53EA5926521F53B015760B411872C12E * __this, const RuntimeMethod* method) { { Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_0 = (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )__this->get_U3CU3E2__current_1(); Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 L_1 = (Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mFF871FFEB0E085B0A24BF187D730D8D32571BC63_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m7B502FC7BA87C21CB9C9D9BFE0E66FFC5A8E1A5E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m98FA8BBB8E509106DD35FC4D7339F46B2D551EB1_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * L_1 = (MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * L_4 = V_1; NullCheck((MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *)L_4); (( void (*) (MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0* L_6 = (MemoryOwnerWrapperU5BU5D_tB42A40D8DFA685D5A1DEF687CBD0DA13099F78E0*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C * L_9 = (MemoryOwnerWrapper_t5C1FAC7D3B50680862E8615052A33239457C4D0C *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B *)L_9); Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_10; L_10 = VirtualFuncInvoker0< Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F * L_14 = V_1; NullCheck((MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t5D9AA5545D6122B8307F5C2F82F04D7A0A4BAD0F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mA4EB727E0E8A43C9FB36AD0AB3264E0748E12D1D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB * __this, const RuntimeMethod* method) { { Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_0 = (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )__this->get_U3CU3E2__current_1(); return (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m0C63CBB43E4C601989CF699D715442793648E076_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m0C63CBB43E4C601989CF699D715442793648E076_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mF0AEDA0A592010A127E6697BEECDDBFC623B92B9_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t151877FA41A273AAA7A2E0F31BAFCCA5821B99FB * __this, const RuntimeMethod* method) { { Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_0 = (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )__this->get_U3CU3E2__current_1(); Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA L_1 = (Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m2EF934328171C41C901B7B1ECC91EFDD58B34B9D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m25EC420A7B70D2C198DC94BCFB6FA7E595005DF8_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mBE318F885474AE8F5EBC57E7E75C0EEA6F930737_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * L_1 = (MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * L_4 = V_1; NullCheck((MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *)L_4); (( void (*) (MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4* L_6 = (MemoryOwnerWrapperU5BU5D_t032A37B5E31DF85BA217DD45C5F3960D25E68DE4*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A * L_9 = (MemoryOwnerWrapper_t2BD0552AF25BD7BB0197AD87C1561B9159A19E8A *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF *)L_9); Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 * L_14 = V_1; NullCheck((MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tE078BA73135B373A247A369BD8760FDD662E3C74 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m955502C2E3E41A0E1E7D1C47E989B61C53E650CA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5 * __this, const RuntimeMethod* method) { { Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_0 = (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )__this->get_U3CU3E2__current_1(); return (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m11AD5EA7095E27FCC00D746EA776F51D8807E4AE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m11AD5EA7095E27FCC00D746EA776F51D8807E4AE_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m0EBC2B0B0825872BDA7861628667CAFB284EB5E2_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFE08001AA8D16DD3671A70614C3330D04D83DCE5 * __this, const RuntimeMethod* method) { { Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_0 = (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )__this->get_U3CU3E2__current_1(); Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 L_1 = (Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m2E31B4089C4D8BBC13476EC826CBB368ACD7FE3B_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m96992F549B6E1F4E3DC01ACD17C6B382895C737C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m74E531608620B191D748035AD4F9C9174C2A417C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * L_1 = (MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * L_4 = V_1; NullCheck((MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *)L_4); (( void (*) (MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074* L_6 = (MemoryOwnerWrapperU5BU5D_tAAD82BE39E1CFB821A81772DA49AB7F9C8B4E074*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 * L_9 = (MemoryOwnerWrapper_tCB0F439169D7982FDD5208C3B477E8894E0CDC26 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 *)L_9); Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_10; L_10 = VirtualFuncInvoker0< Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 * L_14 = V_1; NullCheck((MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tB98A72F50C16273D6FAF2BE7770F1D04B213BEE0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mD25CBD249C1A7E3FF6193DD3EE7FFD34746C22BB_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152 * __this, const RuntimeMethod* method) { { Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_0 = (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )__this->get_U3CU3E2__current_1(); return (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE956463EC9347FBDA24B786910A08E2D76D55B80_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE956463EC9347FBDA24B786910A08E2D76D55B80_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m8AB5B36DA1E309F12A4BEB1F603AF2DE0D3FF7CD_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t2E4A9D036C597818710D766230F3BBDB5FFE9152 * __this, const RuntimeMethod* method) { { Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_0 = (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )__this->get_U3CU3E2__current_1(); Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C L_1 = (Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mDBE26F3BE7E9FF5CD694E3E60BD0EEC601B61518_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m64334E55D8846B66699D4FDDC74D154787D0B185_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m1B13FC471EF406EAA46063EE9F376A1ED3029B44_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * L_1 = (MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * L_4 = V_1; NullCheck((MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *)L_4); (( void (*) (MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7* L_6 = (MemoryOwnerWrapperU5BU5D_t43DAE438984F0A77CC96B1A967F64F99E7D1BBC7*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 * L_9 = (MemoryOwnerWrapper_tC1D23310279487F20D2387F7C317AB0A714600A7 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B *)L_9); Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 * L_14 = V_1; NullCheck((MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t699BFB8F06D6E2E7C6A99FA8DF6FB838304E35F4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mE9D0A6FB7F0E558021005972F1ABE2E91B8289AE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96 * __this, const RuntimeMethod* method) { { Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_0 = (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )__this->get_U3CU3E2__current_1(); return (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m1D98CAC81975B224CF7C2A5184C02FE0442B1FCD_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m1D98CAC81975B224CF7C2A5184C02FE0442B1FCD_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m2E2A9F1B2DFC3F452F43F16ABC50227842EFDBE6_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74F4249FF5CB1A370660435CD6E2C62B4C6F7E96 * __this, const RuntimeMethod* method) { { Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_0 = (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )__this->get_U3CU3E2__current_1(); Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 L_1 = (Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mF7E9B1CD5096D50536809D42B8FFD5BD411B9129_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m96B9AF0AC2BC3E4F31F65FD892BD42462AEDBB50_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m7D4EEC0F625A2D11AD0A57BFAB5EEECF7CDEA5CC_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * L_1 = (MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * L_4 = V_1; NullCheck((MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *)L_4); (( void (*) (MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116* L_6 = (MemoryOwnerWrapperU5BU5D_t61171517203AA37887B5CF322FB4F9FD28169116*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 * L_9 = (MemoryOwnerWrapper_t862EB37A27AF81915D1AFB5682489E9394E0C0E1 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 *)L_9); Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 * L_14 = V_1; NullCheck((MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t74FAFCDA80D11091C84AC286814303FBF4B881C2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m10368BAA626422EE30877ABF3081E6F68652AF55_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02 * __this, const RuntimeMethod* method) { { Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_0 = (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )__this->get_U3CU3E2__current_1(); return (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mD822AABA505B5EB52A0601BFA1F8D8DA92C68085_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mD822AABA505B5EB52A0601BFA1F8D8DA92C68085_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mF72D85E33BF6519E20ECE654EC3049FB95EEFD5C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tAC61B0BCD224B0E316BDE05D535023D5650D3F02 * __this, const RuntimeMethod* method) { { Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_0 = (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )__this->get_U3CU3E2__current_1(); Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 L_1 = (Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m7B3DEE8CE537DF7DFECCC54908017A9C4799C389_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mD912D1431281E3C7B498F2C6444EADA9C11664B4_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m741DC87852876E8BD88E67B2D94374D5444C9749_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * L_1 = (MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * L_4 = V_1; NullCheck((MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *)L_4); (( void (*) (MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE* L_6 = (MemoryOwnerWrapperU5BU5D_t82BF84BFEA9FDE00CDF400F5EE497B00A4BEB7CE*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 * L_9 = (MemoryOwnerWrapper_t31BE4AE264B14584A94C9862E8297DEABA55DD36 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D *)L_9); Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 * L_14 = V_1; NullCheck((MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t07FD3160A49DC5F1F70A07C04474104B1853D784 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m8D8F6C23D0D434EE757DDFDCD711274A43FDB17E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E * __this, const RuntimeMethod* method) { { Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_0 = (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )__this->get_U3CU3E2__current_1(); return (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m688B4282B69E5B6E6BFBD479A29E7E13EF20F66C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m688B4282B69E5B6E6BFBD479A29E7E13EF20F66C_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m0E9557E2212C574AD996C660369257FB15F9DFCC_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7F006CFC27D72AF47339DEB8528EB56198D01F9E * __this, const RuntimeMethod* method) { { Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_0 = (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )__this->get_U3CU3E2__current_1(); Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 L_1 = (Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m92B05DE0ECE9BC7A2BA59129CD515E4021B5D43F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m76ED6A2C2052E2900BB1F7C20F78F4EBCA74E20C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m6DDACB5FB15DA8A2ED460693FACAB13DAEBEA60D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * L_1 = (MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * L_4 = V_1; NullCheck((MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *)L_4); (( void (*) (MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE* L_6 = (MemoryOwnerWrapperU5BU5D_t8909A273410C798274BF8AE073210BA43C07EDFE*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 * L_9 = (MemoryOwnerWrapper_t774A418C74154599D1E9228E95EA153D9F390605 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B *)L_9); Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 * L_14 = V_1; NullCheck((MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tC07202FA30AB0066565765755415127E746F23F7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mAE37E05BFBB61EA1C71EB3238E701C0322950D45_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238 * __this, const RuntimeMethod* method) { { Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_0 = (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )__this->get_U3CU3E2__current_1(); return (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mA1EC4FE2A0CC34807C7F102EBF0146861999AA8A_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mA1EC4FE2A0CC34807C7F102EBF0146861999AA8A_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mDACF6F389B070EB4489A4DF16491E5CBD9389A2A_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tFABB3F8436BFC39106E135EA07995E676E6E5238 * __this, const RuntimeMethod* method) { { Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_0 = (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )__this->get_U3CU3E2__current_1(); Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 L_1 = (Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m3EA93F6DA41B59FB1E7560F3F704F2E9DDD04492_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m3732652B887339A352DD685EB1F9A2D51C202D23_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m0AF1A459687CAE170E08DD27104D0F0FA7C424BE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * L_1 = (MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * L_4 = V_1; NullCheck((MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *)L_4); (( void (*) (MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE* L_6 = (MemoryOwnerWrapperU5BU5D_tCEB69ACF596382CFD2345E6C38169274F91C41CE*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D * L_9 = (MemoryOwnerWrapper_tC29D477EBAC4AED91C41A3D89891F9EAB12BFF0D *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A *)L_9); Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_10; L_10 = VirtualFuncInvoker0< Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 * L_14 = V_1; NullCheck((MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tABF4C7846BFE2C6F342EFC0364B3B47F55970C35 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mB0F461E4565620200855DFCDA3CDE87A93CEF7FF_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965 * __this, const RuntimeMethod* method) { { Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_0 = (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )__this->get_U3CU3E2__current_1(); return (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m2A6C54569ED662FD9B317A9DD732CDD110EB1A51_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m2A6C54569ED662FD9B317A9DD732CDD110EB1A51_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m7D5E15F60E1B9BCABE13E333D91FEC198F2DA045_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t8E56E4157603082C422CD3421C636E6B1301E965 * __this, const RuntimeMethod* method) { { Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_0 = (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )__this->get_U3CU3E2__current_1(); Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D L_1 = (Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m579A2BABCC3653E1D3A088B065D6D81D4C7F8B27_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mB305A52AC731F86EF6B9B30509BA799C2BA86F46_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m0F145C690CCB0750A296EA66F6ED5D6C8A0938A0_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * L_1 = (MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * L_4 = V_1; NullCheck((MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *)L_4); (( void (*) (MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2* L_6 = (MemoryOwnerWrapperU5BU5D_t3C5769889EE0F011D2CE7901522F724026994CE2*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE * L_9 = (MemoryOwnerWrapper_t2465A24469535B06D3723673E3BD18CCA491A4AE *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC *)L_9); Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 * L_14 = V_1; NullCheck((MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t2A63C19BCDACC01E17FE5718C8666B54BD501FA0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m3EB729CF2B0085911ADB586B1FCC5A2555449A49_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B * __this, const RuntimeMethod* method) { { Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_0 = (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )__this->get_U3CU3E2__current_1(); return (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m61B0A12C7232D1152ECECF6B851ADEF224533AF6_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m61B0A12C7232D1152ECECF6B851ADEF224533AF6_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mBC4D8BA9BDB16989A9A42F3A46D6178A1B986182_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tEA5B778772C1702D5EE9ED8CFE19E76AE729131B * __this, const RuntimeMethod* method) { { Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_0 = (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )__this->get_U3CU3E2__current_1(); Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 L_1 = (Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mCCD4A39EE6097F6CF9A1783F1C27F23288135A81_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m5A04D66857F274107234393ECBA170885DB38DBE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m870BC4E2F2A475A35B42B983832F6DAE15CB59D6_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * L_1 = (MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * L_4 = V_1; NullCheck((MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *)L_4); (( void (*) (MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D* L_6 = (MemoryOwnerWrapperU5BU5D_t2B209A0D09C047846DD88C37AC4489D661A7CC1D*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F * L_9 = (MemoryOwnerWrapper_t1105927C8011BA869577673C8FB87290ABFFAC2F *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 *)L_9); Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 * L_14 = V_1; NullCheck((MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t0383ED0EE4AE052D56DFEE1F22CAEB73DB1BA084 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m9450C7B2D49BA60B961051214D88520F973C467E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09 * __this, const RuntimeMethod* method) { { Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_0 = (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )__this->get_U3CU3E2__current_1(); return (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m3A0BE07A128AC60A1F8E3955E053ECB835D0FB28_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m3A0BE07A128AC60A1F8E3955E053ECB835D0FB28_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m9644D1E5DB59B6DD1BA8C3D46A6CF99DAD42B101_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCAF6084B18AEF4F8050D36D77941997BB0C90E09 * __this, const RuntimeMethod* method) { { Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_0 = (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )__this->get_U3CU3E2__current_1(); Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 L_1 = (Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m8C36A394100BD4CF3D5068FB7CE3FE0D5013B39E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m92C81B1D168AFAAA863482FFD0FCDA2F640614DA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mEF0293DE5BD8AB3DE71896956F33AC49845ECFB3_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * L_1 = (MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * L_4 = V_1; NullCheck((MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *)L_4); (( void (*) (MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F* L_6 = (MemoryOwnerWrapperU5BU5D_t6D4EB079BB53DB6ED113A6663851BD45CFFA811F*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 * L_9 = (MemoryOwnerWrapper_tF88E66112603894278BA833A2C9D60C4872AE781 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B *)L_9); Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_10; L_10 = VirtualFuncInvoker0< Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D * L_14 = V_1; NullCheck((MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t750BA9376DCA6C43FD1450148EDAFB945EE5EA8D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m5284CC258DCF51D95899ECB268C751D3AD74A8A0_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839 * __this, const RuntimeMethod* method) { { Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_0 = (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )__this->get_U3CU3E2__current_1(); return (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m56A6C1078E0C9B7E4EA92ACBE1FDD8789924FBCC_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m56A6C1078E0C9B7E4EA92ACBE1FDD8789924FBCC_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m03DFB1DB2BDBA821050C598EE671106A707988F9_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tE79EAC9AB4462BAB9F811F2489BCFA74392D1839 * __this, const RuntimeMethod* method) { { Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_0 = (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )__this->get_U3CU3E2__current_1(); Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B L_1 = (Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m66D693C71B9F0EE472EFED3735C1EA5841FFEC3D_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m1DA02A8899EEC3132C8889188B0EBDABF7DF2073_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mEEB875BCD196A83FE5CFF532CDFC9F51FCB214F6_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * L_1 = (MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * L_4 = V_1; NullCheck((MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *)L_4); (( void (*) (MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181* L_6 = (MemoryOwnerWrapperU5BU5D_tFA6220A1A8F963FD4D3A8D1DFF1A4619E58F6181*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 * L_9 = (MemoryOwnerWrapper_t197B210199C50EA8F0941C06B96A13F2680BBC54 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 *)L_9); Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_10; L_10 = VirtualFuncInvoker0< Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 * L_14 = V_1; NullCheck((MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tFB3E57006B735D0E6D3093EB2F9654BA218F14B3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mF409A2DFD580D1CB25A5A32B5E953A7FD7D9BBBC_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2 * __this, const RuntimeMethod* method) { { Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_0 = (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )__this->get_U3CU3E2__current_1(); return (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBDACED7C226DF2A5241BC841E8522D1C75BAF4CE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mBDACED7C226DF2A5241BC841E8522D1C75BAF4CE_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m6E2E3EA37C8C6C22E276DEDDDDAD990DAF39D3B9_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7AC8E1A3AAE241E36039DE77620E5DEB4FCF7AE2 * __this, const RuntimeMethod* method) { { Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_0 = (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )__this->get_U3CU3E2__current_1(); Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF L_1 = (Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mC0AC3AE2F19FB40BAF355211F309A1E4DC4F6402_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m6CD781C8B78953691E06BC456EFD811E1A986B81_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mCB8EF457891FE86F244FCF5EB392219207647DAF_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * L_1 = (MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * L_4 = V_1; NullCheck((MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *)L_4); (( void (*) (MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F* L_6 = (MemoryOwnerWrapperU5BU5D_t5B81C24980DD49E9B4D6DF2561296C3E203E8E6F*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B * L_9 = (MemoryOwnerWrapper_tCF6979859C30999032CA397B59DBE07CF375D41B *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A *)L_9); Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E * L_14 = V_1; NullCheck((MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t4323586572AEB8756E9EF55C22FE3F22D5C62A2E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m63D824DAC3B336A4037F3CBB6A32814FA0B252D5_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C * __this, const RuntimeMethod* method) { { Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_0 = (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )__this->get_U3CU3E2__current_1(); return (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF8BAE1F02E6FD0E0CE1B28EDEFF2DC38C1B85279_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF8BAE1F02E6FD0E0CE1B28EDEFF2DC38C1B85279_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m839BB13658CBEB0EDE1ACF80321E4C992CF264BD_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t6D2AA619AA87870814A26A98A6FBF0DECB09E43C * __this, const RuntimeMethod* method) { { Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_0 = (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )__this->get_U3CU3E2__current_1(); Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 L_1 = (Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mF450CC50E4C3FA9CD91B0304FDDF08DCAFE8CE84_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mE845610776849F1E6D96A60C1FEE741B16F2BC23_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mBC21BC5C67522FC9B2DDA580EE6FF179C06ED7D7_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * L_1 = (MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * L_4 = V_1; NullCheck((MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *)L_4); (( void (*) (MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289* L_6 = (MemoryOwnerWrapperU5BU5D_t374CE3592DD7E50496283CBED36A2FF94103C289*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 * L_9 = (MemoryOwnerWrapper_tCB6FD144EBFB86225155C8D85B0956B388570529 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 *)L_9); Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_10; L_10 = VirtualFuncInvoker0< Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC * L_14 = V_1; NullCheck((MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tFD3AB62E0FCDA712C18E42071682164DF281C4DC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mBF4BCD69D2CA23F713F21EBA6D0EAF55D0567AB5_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A * __this, const RuntimeMethod* method) { { Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_0 = (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )__this->get_U3CU3E2__current_1(); return (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE4B8CE172BDA35237D81FF78F0A74AF5F26F208E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE4B8CE172BDA35237D81FF78F0A74AF5F26F208E_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m62594A75F0B46623C8AA282BEAF2AA7879FBC6B2_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t7A43E046EAD4D2539F08EC58727FF72FFCD2252A * __this, const RuntimeMethod* method) { { Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_0 = (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )__this->get_U3CU3E2__current_1(); Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E L_1 = (Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m94D99DC909B9C05EE8ADC389C09C9F2A0A389638_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m5498094417543A92842E28EEF626C25006F564EF_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m525337DB028E767819728AD5D88DE8A4C0A9D138_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * L_1 = (MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * L_4 = V_1; NullCheck((MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *)L_4); (( void (*) (MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C* L_6 = (MemoryOwnerWrapperU5BU5D_t0B9B5C5215037A9A92CF5AA52CAB071CE4198A0C*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 * L_9 = (MemoryOwnerWrapper_tA46FB69C4445710462DC962006D8EDEB4BF539B2 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD *)L_9); Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_10; L_10 = VirtualFuncInvoker0< Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 * L_14 = V_1; NullCheck((MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t438E13C7BAA8310988356E7A29F7BCAC75AC7317 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mBC87041640EBC64BE52584CFD4F0A341FADBEF77_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278 * __this, const RuntimeMethod* method) { { Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_0 = (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )__this->get_U3CU3E2__current_1(); return (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m59FB5199817AAA643F09E9C96C1E73EDFFC03E37_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m59FB5199817AAA643F09E9C96C1E73EDFFC03E37_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m23F31B12875C6642E8B1FCCD6D22A687C3956D96_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tCEAC5D5C8212045AF817DD4ABC9BCFDE49720278 * __this, const RuntimeMethod* method) { { Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_0 = (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )__this->get_U3CU3E2__current_1(); Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA L_1 = (Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m7192E9F34345ED9E59E8AD581B52D3D4F526D0CA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m7D97765D93D70D589455A37EDAE0DCF36CAEC339_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mB5EA58CF245E451312534942E37DA365A316A78B_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * L_1 = (MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * L_4 = V_1; NullCheck((MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *)L_4); (( void (*) (MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952* L_6 = (MemoryOwnerWrapperU5BU5D_tF8C10EA3E3DF7E572ACA27ADF84728AB7B29A952*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 * L_9 = (MemoryOwnerWrapper_tB26EDC6E0BDFB878FF89163DA0CDDE888BBD15E6 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 *)L_9); Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_10; L_10 = VirtualFuncInvoker0< Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 * L_14 = V_1; NullCheck((MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t5233665EE5A1E4334B3CCA2D108F4EFD8A697057 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m05E3E80EB9EAA3B3ADA196C50252D650E1D0FBC2_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71 * __this, const RuntimeMethod* method) { { Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_0 = (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )__this->get_U3CU3E2__current_1(); return (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC25813521E5E04451E0B7FBE7F249147316508EE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mC25813521E5E04451E0B7FBE7F249147316508EE_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m59657F3C5D3324BBDC14CD62E37AFF12DE8498BE_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t51F4DBA30D37FE84FEABA0D5CE32821891A39C71 * __this, const RuntimeMethod* method) { { Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_0 = (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )__this->get_U3CU3E2__current_1(); Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B L_1 = (Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m8CDAF5D2E3C9D8FCC4E3673694ABB39D1B2C9EE7_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m697EC087CF8F6B367DB9B9E6B31449D5BA5A086F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m40EB208FAB041A49A8BD2276DE93F2A0A57B1DB0_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * L_1 = (MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * L_4 = V_1; NullCheck((MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *)L_4); (( void (*) (MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB* L_6 = (MemoryOwnerWrapperU5BU5D_tA165ABAD96E0E1D714047D536D18375AFE17C5EB*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 * L_9 = (MemoryOwnerWrapper_tD3FA64941060D23EAC122A044B21E3B57FE9C5D4 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tEC1238441776B628014509035989771661756E25 *)L_9); Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_10; L_10 = VirtualFuncInvoker0< Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tEC1238441776B628014509035989771661756E25 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB * L_14 = V_1; NullCheck((MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t68FB4775238AD324E12BDF2D1EEA465C34F255CB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m3A61E9FC2E434F7716D5D80F9BD0E679D29BE229_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB * __this, const RuntimeMethod* method) { { Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_0 = (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )__this->get_U3CU3E2__current_1(); return (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m45E284F7915D7D8B87602E5296382BF25BCCAE3E_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m45E284F7915D7D8B87602E5296382BF25BCCAE3E_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mB8B22856119BFF1016EA819A830526DE00991F16_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t12B6B8BF58951A02EE96ADF3D54019412A308DDB * __this, const RuntimeMethod* method) { { Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_0 = (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )__this->get_U3CU3E2__current_1(); Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE L_1 = (Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m9030E8A67B6AF9A1427A6B8E49B388AED19FAFEA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m3D8CDB069FA9DFAFB74678E2AF8E1EBDA69EDBBC_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mC8783F2553CA1CDAC40D3F3BBE6B06B400C2B3AA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * L_1 = (MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * L_4 = V_1; NullCheck((MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *)L_4); (( void (*) (MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD* L_6 = (MemoryOwnerWrapperU5BU5D_t985DF849AD61ABDEE40186FA66011C42AA54A4FD*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 * L_9 = (MemoryOwnerWrapper_t729A8EB43D3E0175BEC886959DF8A9251F33BEA2 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB *)L_9); Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_10; L_10 = VirtualFuncInvoker0< Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D * L_14 = V_1; NullCheck((MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_tE9556B2B617A769832A81EB3BF39D9BAED1CF99D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_mB0E6ECCF9D9F75E556575EE13F4236E69EC67691_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A * __this, const RuntimeMethod* method) { { Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_0 = (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )__this->get_U3CU3E2__current_1(); return (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF90746DA340BF589A1794135E6A8411FD259605B_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mF90746DA340BF589A1794135E6A8411FD259605B_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mDAFBB301403355DCD2AF274F50B6D8039644D9C9_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_tB944F0DFF2AE9AD9E4507AF605163ED8762AFC2A * __this, const RuntimeMethod* method) { { Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_0 = (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )__this->get_U3CU3E2__current_1(); Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_1 = (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_m221BE767DF2C19D7EC37BECFF146DD68F3BD1C60_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_m3DD3A8643F29868A371DA25B29916A7EA166AA0F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_m79EC166F01022E971A97E09E45982F28A7CAE382_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * L_1 = (MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * L_4 = V_1; NullCheck((MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *)L_4); (( void (*) (MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C* L_6 = (MemoryOwnerWrapperU5BU5D_tFD1956E84B3DAAB5A9165FB54BCC7AB702B2484C*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 * L_9 = (MemoryOwnerWrapper_t91E5953B61ED0857702B599937D37E90B81F6A82 *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 *)L_9); Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_10; L_10 = VirtualFuncInvoker0< Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA * L_14 = V_1; NullCheck((MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t8C9A710272910DCA1C71377624398F2B803DDFFA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m8F406263E2784C398C38EEEDDE29333DFB43277F_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557 * __this, const RuntimeMethod* method) { { Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_0 = (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )__this->get_U3CU3E2__current_1(); return (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE51CEAF6150F8A2329DC68575BD74524A83BB5ED_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_mE51CEAF6150F8A2329DC68575BD74524A83BB5ED_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_m7C76981AC16F8A1A12B5F462A19C0A930ED29469_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t74FD7A490142D21F4D13D09F39D5BF13AAE13557 * __this, const RuntimeMethod* method) { { Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_0 = (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )__this->get_U3CU3E2__current_1(); Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA L_1 = (Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14__ctor_mBF0A20A66814C771F27F6BD01A0C7CEC955E5465_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387 * __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); return; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_IDisposable_Dispose_mA4A2E51FB2B59764050B6DD722DC9D066B636D66_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_MoveNext_mD81E954B0578405C8EE25BEBBC88E8AF5F53B6AA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * L_1 = (MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *)__this->get_U3CU3E4__this_2(); V_1 = (MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *)L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * L_4 = V_1; NullCheck((MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *)L_4); (( void (*) (MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CiU3E5__2_3(0); goto IL_0065; } IL_002d: { MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * L_5 = V_1; NullCheck(L_5); MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942* L_6 = (MemoryOwnerWrapperU5BU5D_tDABF5FED1AA9B1AE5D2F51CA2F1592AD6C56E942*)L_5->get_memoryWrappers_1(); int32_t L_7 = (int32_t)__this->get_U3CiU3E5__2_3(); NullCheck(L_6); int32_t L_8 = L_7; MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C * L_9 = (MemoryOwnerWrapper_t14B9452B77A20D31B58AB17AC6B2C1EC4218352C *)(L_6)->GetAt(static_cast(L_8)); NullCheck((MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 *)L_9); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_10; L_10 = VirtualFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(7 /* System.Memory`1 System.Buffers.MemoryManager`1::get_Memory() */, (MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 *)L_9); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); int32_t L_11 = (int32_t)__this->get_U3CiU3E5__2_3(); V_2 = (int32_t)L_11; int32_t L_12 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0065: { int32_t L_13 = (int32_t)__this->get_U3CiU3E5__2_3(); MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D * L_14 = V_1; NullCheck((MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *)L_14); int32_t L_15; L_15 = (( int32_t (*) (MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((MemoryGroupView_1_t4053E871144E98570DD5E51C1A324618A209EE9D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_002d; } } { return (bool)0; } } // System.Memory`1 SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.Generic.IEnumerator>.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_MemoryU3CTU3EU3E_get_Current_m148079C454FB5F7C37DAB655E410126619245A9C_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387 * __this, const RuntimeMethod* method) { { Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_0 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )__this->get_U3CU3E2__current_1(); return (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_0; } } // System.Void SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m1386136F960748E43AFB7ACFEF59FA8E047ABFAA_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387 * __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*)&U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_Reset_m1386136F960748E43AFB7ACFEF59FA8E047ABFAA_RuntimeMethod_var))); } } // System.Object SixLabors.ImageSharp.Memory.MemoryGroupView`1/>-GetEnumerator>d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_System_Collections_IEnumerator_get_Current_mCCB88EC3EE342EA1E00EB904BFA52F921EF2A3DF_gshared (U3CSystemU2DCollectionsU2DGenericU2DIEnumerableU3CSystemU2DMemoryU3CTU3EU3EU2DGetEnumeratorU3Ed__14_t5F7DBFE84293FF9EE30C1FCFBB1E127453BF3387 * __this, const RuntimeMethod* method) { { Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_0 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )__this->get_U3CU3E2__current_1(); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_1 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), &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/d__71`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1__ctor_mEE4DE5DEF6B5C57C4C0B1860AA3D0247EFEE82BD_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __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__71`1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_System_IDisposable_Dispose_mB8A8E56F0D89DA0BC038AA94EE2E21D3C8D85FBD_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __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; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-4)))) { case 0: { goto IL_0037; } case 1: { goto IL_002d; } case 2: { goto IL_0041; } case 3: { goto IL_0041; } case 4: { goto IL_0041; } case 5: { goto IL_002d; } case 6: { goto IL_0037; } } } { return; } IL_002d: { } IL_002e: try {// begin try (depth: 1) IL2CPP_LEAVE(0x41, FINALLY_0030); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) NullCheck((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_END_FINALLY(48) }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0037: { } IL_0038: try {// begin try (depth: 1) IL2CPP_LEAVE(0x41, FINALLY_003a); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) NullCheck((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); IL2CPP_END_FINALLY(58) }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0041: { return; } } // System.Boolean System.Linq.Enumerable/d__71`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CUnionIteratorU3Ed__71_1_MoveNext_m979F37CCBD8070AC2C24152205AB2C927DC6841F_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; 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; switch (L_1) { case 0: { goto IL_0020; } case 1: { goto IL_0082; } case 2: { goto IL_00eb; } } } IL_0019: { V_0 = (bool)0; goto IL_0118; } IL_0020: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_2 = (RuntimeObject*)__this->get_comparer_3(); Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E * L_3 = (Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); __this->set_U3CsetU3E5__1_7(L_3); RuntimeObject* L_4 = (RuntimeObject*)__this->get_first_5(); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), (RuntimeObject*)L_4); __this->set_U3CU3E7__wrap1_10(L_5); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_008a; } IL_0053: { RuntimeObject* L_6 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_6); Il2CppChar L_7; L_7 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), (RuntimeObject*)L_6); V_2 = (Il2CppChar)L_7; Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E * L_8 = (Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *)__this->get_U3CsetU3E5__1_7(); Il2CppChar L_9 = V_2; NullCheck((Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *)L_8); bool L_10; L_10 = (( bool (*) (Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *)L_8, (Il2CppChar)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); if (!L_10) { goto IL_008a; } } IL_006d: { Il2CppChar L_11 = V_2; __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0118; } IL_0082: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_008a: { RuntimeObject* L_12 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (L_13) { goto IL_0053; } } IL_0097: { NullCheck((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_10((RuntimeObject*)NULL); RuntimeObject* L_14 = (RuntimeObject*)__this->get_second_8(); NullCheck((RuntimeObject*)L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), (RuntimeObject*)L_14); __this->set_U3CU3E7__wrap1_10(L_15); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_00f3; } IL_00bf: { RuntimeObject* L_16 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_16); Il2CppChar L_17; L_17 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), (RuntimeObject*)L_16); V_3 = (Il2CppChar)L_17; Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E * L_18 = (Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *)__this->get_U3CsetU3E5__1_7(); Il2CppChar L_19 = V_3; NullCheck((Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *)L_18); bool L_20; L_20 = (( bool (*) (Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Set_1_t139D28099D6B0F4747BD34DCAA53914DCB8A438E *)L_18, (Il2CppChar)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); if (!L_20) { goto IL_00f3; } } IL_00d9: { Il2CppChar L_21 = V_3; __this->set_U3CU3E2__current_1(L_21); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_0118; } IL_00eb: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_00f3: { RuntimeObject* L_22 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); if (L_23) { goto IL_00bf; } } IL_0100: { NullCheck((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); __this->set_U3CU3E7__wrap1_10((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_0118; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0111; } FAULT_0111: {// begin fault (depth: 1) NullCheck((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); IL2CPP_END_FINALLY(273) }// end fault IL2CPP_CLEANUP(273) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0118: { bool L_24 = V_0; return (bool)L_24; } } // System.Void System.Linq.Enumerable/d__71`1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_U3CU3Em__Finally1_m9F1E556F9C5D06BEE28F195E6B55AA805897BB9B_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __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; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // System.Void System.Linq.Enumerable/d__71`1::<>m__Finally2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_U3CU3Em__Finally2_mAB7FC344D7F7CB8906FCBC7B29DF27B6E78DF722_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __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; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // TSource System.Linq.Enumerable/d__71`1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar U3CUnionIteratorU3Ed__71_1_System_Collections_Generic_IEnumeratorU3CTSourceU3E_get_Current_m1F8A04F30951131B99BEB81552E5DA5D1E9F7619_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_U3CU3E2__current_1(); return (Il2CppChar)L_0; } } // System.Void System.Linq.Enumerable/d__71`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_Reset_m15D55548DE9CD9C017FF86C0879E3C50A63EAF49_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __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*)&U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_Reset_m15D55548DE9CD9C017FF86C0879E3C50A63EAF49_RuntimeMethod_var))); } } // System.Object System.Linq.Enumerable/d__71`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_get_Current_m941248834CB6EA35F6030704DC4C639A3991B418_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_U3CU3E2__current_1(); Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8), &L_1); return (RuntimeObject *)L_2; } } // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__71`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CUnionIteratorU3Ed__71_1_System_Collections_Generic_IEnumerableU3CTSourceU3E_GetEnumerator_mD78521A6B1EA6C78D9A37CD1CDDD6C6D1365C1D1_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __this, const RuntimeMethod* method) { U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * 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 = (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this; goto IL_0029; } IL_0022: { U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * L_3 = (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); (( void (*) (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_0 = (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)L_3; } IL_0029: { U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * L_4 = V_0; RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E3__first_6(); NullCheck(L_4); L_4->set_first_5(L_5); U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * L_6 = V_0; RuntimeObject* L_7 = (RuntimeObject*)__this->get_U3CU3E3__second_9(); NullCheck(L_6); L_6->set_second_8(L_7); U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * L_8 = V_0; RuntimeObject* L_9 = (RuntimeObject*)__this->get_U3CU3E3__comparer_4(); NullCheck(L_8); L_8->set_comparer_3(L_9); U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * L_10 = V_0; return (RuntimeObject*)L_10; } } // System.Collections.IEnumerator System.Linq.Enumerable/d__71`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerable_GetEnumerator_m08B495534AB3E76B453BBFDF4D3E3A48CEFBEDF3_gshared (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D * __this, const RuntimeMethod* method) { { NullCheck((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t6FBFE88B7B754D198F4C625BC1257EF00638E76D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); 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__71`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1__ctor_m54C6EBA9113D5F50B57DC5C2653E9770A1AF202B_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __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__71`1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_System_IDisposable_Dispose_mD249F4A65A5994E9AE78649197B3D6495456A6CC_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __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; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-4)))) { case 0: { goto IL_0037; } case 1: { goto IL_002d; } case 2: { goto IL_0041; } case 3: { goto IL_0041; } case 4: { goto IL_0041; } case 5: { goto IL_002d; } case 6: { goto IL_0037; } } } { return; } IL_002d: { } IL_002e: try {// begin try (depth: 1) IL2CPP_LEAVE(0x41, FINALLY_0030); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) NullCheck((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_END_FINALLY(48) }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0037: { } IL_0038: try {// begin try (depth: 1) IL2CPP_LEAVE(0x41, FINALLY_003a); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) NullCheck((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); IL2CPP_END_FINALLY(58) }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0041: { return; } } // System.Boolean System.Linq.Enumerable/d__71`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CUnionIteratorU3Ed__71_1_MoveNext_m9FF471EC12081A80699424C034284B55AE414ACD_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; RuntimeObject * V_3 = 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; switch (L_1) { case 0: { goto IL_0020; } case 1: { goto IL_0082; } case 2: { goto IL_00eb; } } } IL_0019: { V_0 = (bool)0; goto IL_0118; } IL_0020: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_2 = (RuntimeObject*)__this->get_comparer_3(); Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * L_3 = (Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); __this->set_U3CsetU3E5__1_7(L_3); RuntimeObject* L_4 = (RuntimeObject*)__this->get_first_5(); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), (RuntimeObject*)L_4); __this->set_U3CU3E7__wrap1_10(L_5); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_008a; } IL_0053: { RuntimeObject* L_6 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), (RuntimeObject*)L_6); V_2 = (RuntimeObject *)L_7; Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * L_8 = (Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *)__this->get_U3CsetU3E5__1_7(); RuntimeObject * L_9 = V_2; NullCheck((Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *)L_8); bool L_10; L_10 = (( bool (*) (Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); if (!L_10) { goto IL_008a; } } IL_006d: { RuntimeObject * L_11 = V_2; __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0118; } IL_0082: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_008a: { RuntimeObject* L_12 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (L_13) { goto IL_0053; } } IL_0097: { NullCheck((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_10((RuntimeObject*)NULL); RuntimeObject* L_14 = (RuntimeObject*)__this->get_second_8(); NullCheck((RuntimeObject*)L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), (RuntimeObject*)L_14); __this->set_U3CU3E7__wrap1_10(L_15); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_00f3; } IL_00bf: { RuntimeObject* L_16 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), (RuntimeObject*)L_16); V_3 = (RuntimeObject *)L_17; Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * L_18 = (Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *)__this->get_U3CsetU3E5__1_7(); RuntimeObject * L_19 = V_3; NullCheck((Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *)L_18); bool L_20; L_20 = (( bool (*) (Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 *)L_18, (RuntimeObject *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); if (!L_20) { goto IL_00f3; } } IL_00d9: { RuntimeObject * L_21 = V_3; __this->set_U3CU3E2__current_1(L_21); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_0118; } IL_00eb: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_00f3: { RuntimeObject* L_22 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); if (L_23) { goto IL_00bf; } } IL_0100: { NullCheck((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); __this->set_U3CU3E7__wrap1_10((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_0118; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0111; } FAULT_0111: {// begin fault (depth: 1) NullCheck((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this); (( void (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); IL2CPP_END_FINALLY(273) }// end fault IL2CPP_CLEANUP(273) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0118: { bool L_24 = V_0; return (bool)L_24; } } // System.Void System.Linq.Enumerable/d__71`1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_U3CU3Em__Finally1_mE54393A11DDA6CA9EC990C96C5607866C866B1C0_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __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; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // System.Void System.Linq.Enumerable/d__71`1::<>m__Finally2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_U3CU3Em__Finally2_m72B8B92816F179D5A74913C284E3279E9A332881_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __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; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_10(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // TSource System.Linq.Enumerable/d__71`1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CUnionIteratorU3Ed__71_1_System_Collections_Generic_IEnumeratorU3CTSourceU3E_get_Current_m6AC6CA6F63620DDDCE7C023DDD67D1DB272E2189_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return (RuntimeObject *)L_0; } } // System.Void System.Linq.Enumerable/d__71`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_Reset_mFC329932B85634EB7B857E18502F5692073B7918_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __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*)&U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_Reset_mFC329932B85634EB7B857E18502F5692073B7918_RuntimeMethod_var))); } } // System.Object System.Linq.Enumerable/d__71`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerator_get_Current_m9ABC28E935C0547ECEE2A87546BF2FA9E4B6472E_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __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__71`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CUnionIteratorU3Ed__71_1_System_Collections_Generic_IEnumerableU3CTSourceU3E_GetEnumerator_m09F00DB4887ADAD03E8AD5A96D94CC59B649636E_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __this, const RuntimeMethod* method) { U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * 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 = (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this; goto IL_0029; } IL_0022: { U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_3 = (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); (( void (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_0 = (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)L_3; } IL_0029: { U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_4 = V_0; RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E3__first_6(); NullCheck(L_4); L_4->set_first_5(L_5); U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_6 = V_0; RuntimeObject* L_7 = (RuntimeObject*)__this->get_U3CU3E3__second_9(); NullCheck(L_6); L_6->set_second_8(L_7); U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_8 = V_0; RuntimeObject* L_9 = (RuntimeObject*)__this->get_U3CU3E3__comparer_4(); NullCheck(L_8); L_8->set_comparer_3(L_9); U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_10 = V_0; return (RuntimeObject*)L_10; } } // System.Collections.IEnumerator System.Linq.Enumerable/d__71`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CUnionIteratorU3Ed__71_1_System_Collections_IEnumerable_GetEnumerator_mBE0DC848A8AA875E8980B98D5CA0317D43321F7F_gshared (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * __this, const RuntimeMethod* method) { { NullCheck((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); 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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m30700B26CF641CAD6120C938F3C8C9A546A30FC6_gshared (ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m0114316312FB962EE77D219BB4B2B8314796A0C7_gshared (ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_mD4BAC101F12869F0D48709218ACF1E24CE32F741_gshared (ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m85C13470FA7AE2811AED635B3D98465CCF9A139C_gshared (ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m65E269C42E6EDFFED04C6E79464EF655639033C8_gshared (ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m8C5C87A0508F19C7E538E58BACEBFD807E954FAB_gshared (ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_mAF58AAC320634DA296FBB7D2FADE6FA3C2B79724_gshared (ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m43E91F664A49C9E8B5FE5BB4CDF627B10F18DD80_gshared (ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m8CFB05E7E113BC91F250E07EB6F5B437E80280C6_gshared (ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m21D077472794114D3F578E199C6D198CE057A2FE_gshared (ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m7DBEA41C0EF71622C00E4413C81863FAD4F170F4_gshared (ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_mF49C39C320BF4F05D35541EDB66728F4CEFA43F8_gshared (ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m315D568A9F68A9BFB882183887246941706E8703_gshared (ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m8CF0675AF134B4031398E8AE40F3CBDCC103DD06_gshared (ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m142CBC8CD3F9D57D1975D1F2829D6F9FE85DF98B_gshared (ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_mBD84808B306BCBC746A85EF2C8A978D4EBBF1FF1_gshared (ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2E2FAE9DB8BA54099DE64B8CE5BA6335115765AB_gshared (ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m117611F71C8D353D343977C7CFDB11542ECDA761_gshared (ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mBD1544F2C1F40137CF2AFE286E713024C45814DC_gshared (Action_1_t566931F3B591902EEA08703E7C802BBA36F5E45F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m4E1E1433B046DBAD9A81707E2F666990856537F9_gshared (Action_1_t566931F3B591902EEA08703E7C802BBA36F5E45F * __this, AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, AsyncLocalValueChangedArgs_1_t1EB8728C4C1B42E364EDD3E960EA6DE9AB102F6A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m974F813CC375A0EDD87F1FEE0B4679D121EA58F4_gshared (Action_1_tE9B8FB7D6B8EE48949424BC36924F45C2CCF6422 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m87659AB41E329F7E6B0476B3F8438E823AE8A053_gshared (Action_1_tE9B8FB7D6B8EE48949424BC36924F45C2CCF6422 * __this, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mB091385378D84CE86DCEB2F384597E3E927EE280_gshared (Action_1_tD112D5C2E50DBED415A8B3CF3D95A95CA7C5FA97 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m3F2F076724F698760089F40EEB2B33CC1B108682_gshared (Action_1_tD112D5C2E50DBED415A8B3CF3D95A95CA7C5FA97 * __this, KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m99F0BB9E21BA3F30F51E25D3B0338B94B9D5120E_gshared (Action_1_t1ACE0B3F44297C0CDEC60D2C62D3F4F448811BF2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m40F373D28E220C0AD7C4519A570B0C7F398F9C55_gshared (Action_1_t1ACE0B3F44297C0CDEC60D2C62D3F4F448811BF2 * __this, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m17C19AB0B12DC126DA1E885D09A955AF7BCDC8D9_gshared (Action_1_t8F86E5C1A46193B0CAA04D05308299915B029A80 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m8D6BDCE590C6C5D2E536AD66A6869CE72CA5FED7_gshared (Action_1_t8F86E5C1A46193B0CAA04D05308299915B029A80 * __this, KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mF2B45D2CE2CA2F3AF4F8AF081F446FC632F01CBC_gshared (Action_1_t725EB164DA876B1C7F0D1A16036B052B42A502B1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m12D8F18F78CA1A29D14B489891C9E9E9CCDCD135_gshared (Action_1_t725EB164DA876B1C7F0D1A16036B052B42A502B1 * __this, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mFDE1039452004384E230BFC32CDC4B8C626EEE8C_gshared (Action_1_t4917FCA92433E77C06FD17440A833C4DAAABE91B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mF08B7D9DDE68C8C20853EE0AB713CBE0E7A384D9_gshared (Action_1_t4917FCA92433E77C06FD17440A833C4DAAABE91B * __this, ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mE28CBFB1E2FF19760B5F9BE27AEF4271E57D161B_gshared (Action_1_t72CCF6FE767612E705E15E801D1863E0960AC847 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m306337862C5CD26923F7A60413E939F42ED25BC0_gshared (Action_1_t72CCF6FE767612E705E15E801D1863E0960AC847 * __this, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1754B8E76D811FD9F3B8ED94C7006A73BDE0FE8A_gshared (Action_1_t802F806ADCC72C916AFC1693FA25ADF7B35870FC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mCC0F780D35CFB4DE565FA620AB7DC0869F56DB88_gshared (Action_1_t802F806ADCC72C916AFC1693FA25ADF7B35870FC * __this, ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1F49A3FD38104DE15EF181DB8F499BA76DE2B138_gshared (Action_1_t8A7078C6B1C5823055EB39F5B4B11E3FCC3EF96D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m6312E1E8CCC1DFC41640F0F8E110C23F80EC19EC_gshared (Action_1_t8A7078C6B1C5823055EB39F5B4B11E3FCC3EF96D * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m70EE688AA709E1FFEDC2E1ED52CDBA50A92552A6_gshared (Action_1_tBF0CCB9E59C2F764B7EA9D114FCC9AE8F496B632 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mE099E46E73FB8093165B899100B9D405B4549751_gshared (Action_1_tBF0CCB9E59C2F764B7EA9D114FCC9AE8F496B632 * __this, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mF0813B832DA9B9BD6491B423A43D4224FA8B3E9B_gshared (Action_1_t8B92CA21B704B440A6DC12595CB2BE53A69C9923 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB8AF1AE44D7464767D4038C233DA56E41F59F148_gshared (Action_1_t8B92CA21B704B440A6DC12595CB2BE53A69C9923 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_gshared (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_gshared (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, bool ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m65FFB01C1461841F423E3F012886E922F8A7D66B_gshared (Action_1_t041297C594B84B5A92B04681365EE2E08BDA76CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m9697226350F8640800713309E78CEE5BE0D3C52D_gshared (Action_1_t041297C594B84B5A92B04681365EE2E08BDA76CB * __this, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m743B529BCD493B70F50F099C49F419B398657A0F_gshared (Action_1_t39700E7413088B3163779A338259C290B3F61FBA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mEF32C95ADE3C03CB25282DAF4949BCC89847A3FD_gshared (Action_1_t39700E7413088B3163779A338259C290B3F61FBA * __this, BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m4ACCB334EB8A5F07D4F66655D645B2D3D6D48C54_gshared (Action_1_tB0A381228E9420BB38281D2548F6794872D6E54A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mD83C3B56EEAE4D7D6D1D10B15EB19C671FE293B6_gshared (Action_1_tB0A381228E9420BB38281D2548F6794872D6E54A * __this, uint8_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m037B933D69E74515519649E92E76F29E503D74D5_gshared (Action_1_tA0CED44E909D1896A63B952FBF84F886947E0A08 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m0D9C9A17517925114A4B9E4E6F7038EE07EB91F2_gshared (Action_1_tA0CED44E909D1896A63B952FBF84F886947E0A08 * __this, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mC66228EC30064EAF935E3C34BF580CFE622800E2_gshared (Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m5B1200EF4D5C99DB408231A61AC82EDD11FA0551_gshared (Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172 * __this, Il2CppChar ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m149E6C9CB1CF36C44364E242381108BB0428B040_gshared (Action_1_tDE087FB8337F5181D6160B08FC098DCB4808E995 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m5B58DF58C90402AC56F728CF47B95D74FAD58333_gshared (Action_1_tDE087FB8337F5181D6160B08FC098DCB4808E995 * __this, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m451F08FA4C6C747735FB7C93B355DA7A994A9181_gshared (Action_1_tDA853A351AD8A1B7815C9574346D1EFF99E37464 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mA0136506DD93911A9E40E324205E7C0FD631AE2A_gshared (Action_1_tDA853A351AD8A1B7815C9574346D1EFF99E37464 * __this, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA4D4CED5F707DB1C3A7D0ABF0B90B516268B2D1A_gshared (Action_1_t2D9436CB230064D5F231405919B02EBCD8C1678A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m321FD785170570567F321D60CBCFA27CFA895113_gshared (Action_1_t2D9436CB230064D5F231405919B02EBCD8C1678A * __this, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mD57A6C5632750BDA87DEC794D2F85BCB67D9D8E0_gshared (Action_1_t2B33C6C2E077C8AA0861FADB5453D90C6F9A7B97 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mA86B57391DB29929865F56DFD6AF47A232937841_gshared (Action_1_t2B33C6C2E077C8AA0861FADB5453D90C6F9A7B97 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m0AFCEF513C559438F3F3C4DC36BC2A606BA03F42_gshared (Action_1_t6CB14817AECDFE34211602B41B5B113EDC65CDE9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m999E0CE5B4875608C4D492A8CF0759F8FB5024A1_gshared (Action_1_t6CB14817AECDFE34211602B41B5B113EDC65CDE9 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m45597DD37190A6BCE20581C07B57036D98830A53_gshared (Action_1_t6AC03248FA227003D9D44BDEFB9293678F7E0FB3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mEA75263065B36DB23A3EB64DB7E1B128625958B8_gshared (Action_1_t6AC03248FA227003D9D44BDEFB9293678F7E0FB3 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m92F22630AC446DC97C681D04651AA3DA9C4BC434_gshared (Action_1_tC05D57FF805FCA65F944CE652D3158E3EE3D7E4A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m5F5949B3192D1FCEC2B0A5309A9DCB24E549D975_gshared (Action_1_tC05D57FF805FCA65F944CE652D3158E3EE3D7E4A * __this, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m587097F7F33BC649AEB534C5C234FE9916F68806_gshared (Action_1_tD660463007FE67F8E34776CF61171BD33C60D3E6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m200111AF2452DBD7ADE6911B0289EC5176A1CB27_gshared (Action_1_tD660463007FE67F8E34776CF61171BD33C60D3E6 * __this, double ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2CEEBB7C88CAAE28C84FD386C04916229DEEBCC9_gshared (Action_1_tE6CC4D518F02405DABFF4F4544D808BE99E18E6B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m7FE2474542FAF0506C5E9070567CDA33A9CF89A9_gshared (Action_1_tE6CC4D518F02405DABFF4F4544D808BE99E18E6B * __this, GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1F9A0479DFA31BA504A9E4A426E02B0964217983_gshared (Action_1_t8B284F41467A2C8CD294E410B4D5F825AD7EF87F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m972AA82899B73258CCE86EAD9131BD9E0BE20895_gshared (Action_1_t8B284F41467A2C8CD294E410B4D5F825AD7EF87F * __this, IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, IccTagTableEntry_t6E3F1E6F9986B7A4810C37F5332983697D586D60 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m8242C1E8D3BCCA34706C41BEDFB59E6649CB305D_gshared (Action_1_t6FB6AF2B023D376D5FE33FBD9B27F83A70A99F2F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m63D9B80149E2D3A5073A5593007FA612FAD8930B_gshared (Action_1_t6FB6AF2B023D376D5FE33FBD9B27F83A70A99F2F * __this, int16_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mC14E24B188C6C29726CFCBC0E98734C95A1F6F7F_gshared (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD_gshared (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * __this, int32_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m5A0949EFB73F1BDBEBE3CB814917A79FBF9B3DEA_gshared (Action_1_tF0FD284A49EB7135379250254D6B49FA84383C09 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m0D209CF360D14991E324C1E8CEF44ADCD3221F07_gshared (Action_1_tF0FD284A49EB7135379250254D6B49FA84383C09 * __this, int32_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2FFBA70879C106A64CB60C455BC4CF9DF896E0D1_gshared (Action_1_tF6EE3B40781F3C053ACA01EC0FAD81029C0B4941 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mDABCC367F5B402CD2E273BD9A36D49766FA516DA_gshared (Action_1_tF6EE3B40781F3C053ACA01EC0FAD81029C0B4941 * __this, int64_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m84BBC9642040ECAE3AC7F520D5A6E0D83B2D7A7B_gshared (Action_1_t35A46FAEE6B0A26D311444DF75B6EAFC59EBD914 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m59CB18B3BB980449BBE1A62B13D9E2311797B7A4_gshared (Action_1_t35A46FAEE6B0A26D311444DF75B6EAFC59EBD914 * __this, intptr_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2D67EC2094A560416C75F2F4BD37DAD77B3EC67F_gshared (Action_1_tF3E18927171AC95BD702F67C7A3FC3DB31F0D47C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m3BE015252C3625DF46528AFBF636A118F5932545_gshared (Action_1_tF3E18927171AC95BD702F67C7A3FC3DB31F0D47C * __this, InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, InterpretedFrameInfo_tC2C153C83030E30AC9BEC762C0B549D6340A1DF7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m20CE965449027BE3E31C13144BB337BB0207526B_gshared (Action_1_t0C9464DAFAC83E4C890AB72763A9AF6E6C3F2F29 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m8F330BE6D7EEB2981375F2F61ED110497D8238DD_gshared (Action_1_t0C9464DAFAC83E4C890AB72763A9AF6E6C3F2F29 * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D_gshared (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22_gshared (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___obj0); else GenericVirtualActionInvoker0::Invoke(targetMethod, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0); else VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA4F537DD1C37DF82449E0D79647AD77CAA81027D_gshared (Action_1_tED224678D7CAEBF06555F578D01EEB1D907DFCF4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mD408A15F1FC9A6166A2CC43804DAE1A53F310AA5_gshared (Action_1_tED224678D7CAEBF06555F578D01EEB1D907DFCF4 * __this, ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m763012CCA6F5AEA40DA303BB7A199981E7CE9625_gshared (Action_1_t2C045F1D14F22FA4360F101B9A67B7062A265A9D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mE042C03461F5D8323CC3C97681FC851CB807ABF0_gshared (Action_1_t2C045F1D14F22FA4360F101B9A67B7062A265A9D * __this, PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, PngTextData_tD7F988276A1F870D7D65FB236C308F7628E38128 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m8AAC46B2E2E9D12B7F471656CA6802B7C448702D_gshared (Action_1_tA1BE77FA49BED98675E9B979020E85DD39C0BD35 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m7BA8E48D3DCCA36AD2E31ED0241EE384F5DC0FC7_gshared (Action_1_tA1BE77FA49BED98675E9B979020E85DD39C0BD35 * __this, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mD219A65B95083F037483F41DD20336F2ECE91FB1_gshared (Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m7F2C53BDA33D1A40A1F5970358B4480F72FD6FF8_gshared (Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m661D14563E381091C100762DD3D9C10801C66DC1_gshared (Action_1_t72FEF9651F79BF4BC512AA29A2ADF37D1B519644 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m3A06A93AA41AC236C531C794EFE2B6A4E7833004_gshared (Action_1_t72FEF9651F79BF4BC512AA29A2ADF37D1B519644 * __this, RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m07DB36B4921941C64404297B66990DCFD2160AAA_gshared (Action_1_t364F0D9B221C3DE8172066F20A43DDE20C39A687 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m86B9D73B0D25F246948F3173D53A8EC8ADB88ABA_gshared (Action_1_t364F0D9B221C3DE8172066F20A43DDE20C39A687 * __this, RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m03DAD8E405DE1FC5C5D76EEFC49D58B0BD26E02E_gshared (Action_1_t16192421E2F7D77743EBFAEC8FBE1A0E2DD43A05 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m815C64B9A76525FA23AC84B61311D2BBB3D08F23_gshared (Action_1_t16192421E2F7D77743EBFAEC8FBE1A0E2DD43A05 * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m49E5053ED319B768D166884FC5C4C9DF51784736_gshared (Action_1_t125C3903DFA73AEAF4B7D23B42718F461B6BEAA2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m92C21ADE4EA68347AF2A47A4A33B755E46B096FD_gshared (Action_1_t125C3903DFA73AEAF4B7D23B42718F461B6BEAA2 * __this, RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RenderChainTextEntry_t2B7733A1A5036FC66D89122F798A839F058AE7C7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mB522840261A7CDDC50D25C7F7B10ED18EBF752E6_gshared (Action_1_tF000BBADFD5D6F6D1B9D9F47AB561C3C574CE32E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB01EA14B1D036FBB664FB5B2C4C28E3F34CFCD71_gshared (Action_1_tF000BBADFD5D6F6D1B9D9F47AB561C3C574CE32E * __this, int8_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m7514CC492FC5E63D7FA62E0FB54CF5E5956D8EC3_gshared (Action_1_t14225BCEFEF7A87B9836BA1CC40C611E313112D9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mFA527E6133F4203B24252243F2E7769E1C9874E8_gshared (Action_1_t14225BCEFEF7A87B9836BA1CC40C611E313112D9 * __this, float ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m834C7AE9B84E12368EEB981A0904CCE7E396D1EB_gshared (Action_1_t3F946F35223EAD96B915BB2EE31DF639AEB062F6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m9E1083C9C995C45FFC66941058679BB81EFD409A_gshared (Action_1_t3F946F35223EAD96B915BB2EE31DF639AEB062F6 * __this, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mBB8B6D1977FCA39666510AE413A890FBA8E56AD6_gshared (Action_1_tC4505390E49A07DB62FB3CFF53E6483777F6B2A8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mD00B7453EE2403A4D27523409A17F5A11636C1E3_gshared (Action_1_tC4505390E49A07DB62FB3CFF53E6483777F6B2A8 * __this, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m487F4A033DA0BC7541079A1B8A7F779DC4D6AC94_gshared (Action_1_tC4F944F406EA5B1368F8976C974911C1D75AA002 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m0FB796B7FC00926CE3510973DAA4E1451832FF4B_gshared (Action_1_tC4F944F406EA5B1368F8976C974911C1D75AA002 * __this, StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m4B632A12DE02BA66F474C50B44BE4C48E152E49F_gshared (Action_1_t3EE3A8B0873D5AE69ED59FA276D00E713593A3B5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mA8047026002E06134BE61CF71673D73110B84E9B_gshared (Action_1_t3EE3A8B0873D5AE69ED59FA276D00E713593A3B5 * __this, StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, StyleVariable_tEF01599E5D91F65B4405F88847D7F6AA87B210BD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mEA34694208AC4008F9504B64BFCEDB00C0B38A55_gshared (Action_1_t937C0DF30A4FDF9CBC38AF2FF7026F8B8FAA5466 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m784137E32DA39AEBB87BC7526A039E509F1A3F76_gshared (Action_1_t937C0DF30A4FDF9CBC38AF2FF7026F8B8FAA5466 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m6421B783D687DC41B3F9DB1E9C268494BC664AD1_gshared (Action_1_tE30FCA3DDB1735420C6F3EB30A054BDB7282683A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mBDBA27AF86DDC2C26747869E643C1AABD73AD8E1_gshared (Action_1_tE30FCA3DDB1735420C6F3EB30A054BDB7282683A * __this, UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mFAF9AAF07342934E57BA704A6718BCB66E1854A9_gshared (Action_1_t96CDC80F574CDB4F77A66F58AD5162291E49F44A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m8F0A6192C81862BDE60F42BB6B1FCDD7567C5C84_gshared (Action_1_t96CDC80F574CDB4F77A66F58AD5162291E49F44A * __this, UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m7EBD47FA352B9738407225019CDD301AE17B3957_gshared (Action_1_tB24F19733D20FECE2C4ACB6DB80DC5FFEE872260 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m81365E0093BC893F2F782F646808B5F02CFB4460_gshared (Action_1_tB24F19733D20FECE2C4ACB6DB80DC5FFEE872260 * __this, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mE4C62B54CE3A2E5BF178A8A78789066839963388_gshared (Action_1_t60A65A2425CC7171CD9A9192E97F7743336C4660 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mA704CA35C8CB483B46AA84B63C2D5D1123816424_gshared (Action_1_t60A65A2425CC7171CD9A9192E97F7743336C4660 * __this, uint16_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mB8FCC5F47C0FA8DEC4D0A69672F3F4BDE07B216C_gshared (Action_1_t8AFF28CB6DEA8FF253B9EA853458FE787022BCEC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m9B9D94AA77F0E1C780B21CBE3A03C2260E885C44_gshared (Action_1_t8AFF28CB6DEA8FF253B9EA853458FE787022BCEC * __this, uint32_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mF1883E267D824F0113421801F867A36BF6A7478C_gshared (Action_1_tE896725C2B24E3E3DE2217D872D95605D282DCD4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m89CA7DA064CEFD9AF6BBBB67A58C4CA20992486A_gshared (Action_1_tE896725C2B24E3E3DE2217D872D95605D282DCD4 * __this, uint64_t ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mBBC3B2C82B0A67756FD381AE090DE9906D072959_gshared (Action_1_t0C1F417511439CBAA03909A69138FAF0BD19FA30 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mEFD1F4D2553118E96AEC728947F75B44B825B7C6_gshared (Action_1_t0C1F417511439CBAA03909A69138FAF0BD19FA30 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mD29F69656A96CF462948CCE4D36A112A0914A743_gshared (Action_1_tC2B4AB26EC30C6FC4AD8C9172FE509B3B4E1C26B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mD8FC2508788073123B01417E407279DC8E807C8E_gshared (Action_1_tC2B4AB26EC30C6FC4AD8C9172FE509B3B4E1C26B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m7E39FFA9028502985381C9D8544A755727CF91BA_gshared (Action_1_tA58CFE969D9A4F96B471F6805F50CF3D407967D1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAFC80DAB6094A7A76F9131FEE9D3782AA977CFFF_gshared (Action_1_tA58CFE969D9A4F96B471F6805F50CF3D407967D1 * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m7E8FDFB08FD7A59BB7CC272AF1A51B814F79F9A5_gshared (Action_1_t44D4848C00076A31AE71666780FF52FBFE6B285D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m568B9312D961E41C05C59C785EA413C15BEB7D58_gshared (Action_1_t44D4848C00076A31AE71666780FF52FBFE6B285D * __this, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mEF6082A196888F9AC25E8B436EB347C747D368C7_gshared (Action_1_t24F437B8AAF44A2E39F0BEA48E93BDB1C4619760 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mD17E0DAEA33625E829089AA494A049F2D2BC713B_gshared (Action_1_t24F437B8AAF44A2E39F0BEA48E93BDB1C4619760 * __this, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m8150C6C65DAD11E7027D37BA978E19FEC4E10143_gshared (Action_1_t83A98815726EEB30703F4954E31F620B92C2AD78 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m5EA7553BD5E07A757921601C475388E759DDCED1_gshared (Action_1_t83A98815726EEB30703F4954E31F620B92C2AD78 * __this, OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m54285A8202173A1D2D1D57FCACF06FB0646F3B49_gshared (Action_1_tAD2673D5C000B0DE999CDC21B694624C1F144EFF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB095CABF6B6677C5D62FF119D760CEF9DC4394DD_gshared (Action_1_tAD2673D5C000B0DE999CDC21B694624C1F144EFF * __this, RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m4ABC393AA392D7FE6E5D825FDD273351EC33F7B0_gshared (Action_1_t36B36FC5408AA648552F08C00DB17830D808C596 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m60EC788EBDA3AAC1CC09D891BAF8185B71E72C4B_gshared (Action_1_t36B36FC5408AA648552F08C00DB17830D808C596 * __this, FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mD6ABB051F0BB57EF4541118268435A9B98458524_gshared (Action_1_tC4BF66A8BD99ED8D2FE8BF91DC0A6EAF55F99773 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mA699E25F03B6D8574F361F4D30DCB40447A56D02_gshared (Action_1_tC4BF66A8BD99ED8D2FE8BF91DC0A6EAF55F99773 * __this, Frame_t277B57D2C572A3B179CEA0357869DB245F52128D ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Frame_t277B57D2C572A3B179CEA0357869DB245F52128D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Frame_t277B57D2C572A3B179CEA0357869DB245F52128D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Frame_t277B57D2C572A3B179CEA0357869DB245F52128D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m0697C12F7D0C473E21D5F9A02EC41C99DA6A9AAF_gshared (Action_1_t1EA3901C41007ADD2112E3A2D323CAAD7EB0795E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mCCAF8FD606FAC952AE7A5CC60151D901148ABD73_gshared (Action_1_t1EA3901C41007ADD2112E3A2D323CAAD7EB0795E * __this, TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, TextureInfo_tD08547B0C7CCA578BCF7493CE018FC48EDF65069 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mB5AA6A3EE1BE8B4A6973EE25846383F6AAD57CB0_gshared (Action_1_t7ACC5782C8EA184FB67419B497510A11C9103BED * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mBA1D3044D9AD8DD6627633A3F613B3A24D40B741_gshared (Action_1_t7ACC5782C8EA184FB67419B497510A11C9103BED * __this, WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m6EEF01276BB622A7DF3E0B77B954AF3E22B3E0BA_gshared (Action_1_t8841336E42D3B6C2516D9F8342E3B2ABA884710C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m5918DD6F04812B7D9FE213228BFBC7DFEA71535D_gshared (Action_1_t8841336E42D3B6C2516D9F8342E3B2ABA884710C * __this, InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD ___obj0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, InstructionView_tDFAD12AD4DF45E2C42F932657312888680A8FEBD , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`10::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_10__ctor_mCD3F89762F457ED5858449555A3EC6BBE3C83415_gshared (Action_10_tCB3D82DD35C1B5FAE126032A26487CC5C1993C00 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`10::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_10_Invoke_mBCCA57E1DCB4577112FA532834182389CD157ED7_gshared (Action_10_tCB3D82DD35C1B5FAE126032A26487CC5C1993C00 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, RuntimeObject * ___arg109, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 10) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, targetMethod); } } else if (___parameterCount != 10) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker9< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109); else GenericVirtualActionInvoker9< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker9< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109); else VirtualActionInvoker9< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`11::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_11__ctor_m0EF41E8D3E2E7CD7863CC984BB14932E74B827E5_gshared (Action_11_tA2FDB9AE281E0ADA633266CB56C80EC5D642B047 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`11::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_11_Invoke_m233A23066D325DF6D2490917830AA1A8DA9A83EB_gshared (Action_11_tA2FDB9AE281E0ADA633266CB56C80EC5D642B047 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, RuntimeObject * ___arg109, RuntimeObject * ___arg1110, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 11) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, targetMethod); } } else if (___parameterCount != 11) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker10< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110); else GenericVirtualActionInvoker10< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker10< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110); else VirtualActionInvoker10< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`12::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_12__ctor_m9EF13563CE01FD6EA96CDFDC5788C6B9C28B9EC9_gshared (Action_12_tF1BF7969D0A090822CBA914CC802445A38E60D06 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`12::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_12_Invoke_m54F5BD07243213717B2E872BDAA58016DE24AD71_gshared (Action_12_tF1BF7969D0A090822CBA914CC802445A38E60D06 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, RuntimeObject * ___arg109, RuntimeObject * ___arg1110, RuntimeObject * ___arg1211, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 12) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, targetMethod); } } else if (___parameterCount != 12) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker11< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211); else GenericVirtualActionInvoker11< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker11< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211); else VirtualActionInvoker11< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`13::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_13__ctor_m6E55D96703F7BAC0A1404288FBC5BDF31EED2B2D_gshared (Action_13_tEA351B44E7464D35319E0DE4CD06ACE8D961BFDA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`13::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_13_Invoke_m1EA1F617F5D87928E7F7198E9034A80BFEB29D9C_gshared (Action_13_tEA351B44E7464D35319E0DE4CD06ACE8D961BFDA * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, RuntimeObject * ___arg109, RuntimeObject * ___arg1110, RuntimeObject * ___arg1211, RuntimeObject * ___arg1312, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 13) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, targetMethod); } } else if (___parameterCount != 13) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker12< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312); else GenericVirtualActionInvoker12< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker12< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312); else VirtualActionInvoker12< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`14::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_14__ctor_m11486A70F1CDF4CBBF682A4F47F62863E4CB3B19_gshared (Action_14_t82D63215D3F2D524D17EB122C1B6716B38FDF675 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`14::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_14_Invoke_m5DB7E775FD378B8B1076009B20C459CEE9695B0C_gshared (Action_14_t82D63215D3F2D524D17EB122C1B6716B38FDF675 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, RuntimeObject * ___arg109, RuntimeObject * ___arg1110, RuntimeObject * ___arg1211, RuntimeObject * ___arg1312, RuntimeObject * ___arg1413, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 14) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, targetMethod); } } else if (___parameterCount != 14) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker13< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413); else GenericVirtualActionInvoker13< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker13< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413); else VirtualActionInvoker13< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`15::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_15__ctor_m30884665EC1D945568943DC56BD4F0DEDFAD57A5_gshared (Action_15_t0035ECE30243CC25B59548606893ABB530612C7B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`15::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_15_Invoke_m8E985CF6E334B268CC09EAA78DF4377C6E057093_gshared (Action_15_t0035ECE30243CC25B59548606893ABB530612C7B * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, RuntimeObject * ___arg109, RuntimeObject * ___arg1110, RuntimeObject * ___arg1211, RuntimeObject * ___arg1312, RuntimeObject * ___arg1413, RuntimeObject * ___arg1514, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 15) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, targetMethod); } } else if (___parameterCount != 15) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker14< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514); else GenericVirtualActionInvoker14< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker14< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514); else VirtualActionInvoker14< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`16::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_16__ctor_m7EF17DA5D1BD76AAA90A4C893584EC278B0C2AB1_gshared (Action_16_t5543E4E62E73A4F47D656479BC3C83337554BA94 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`16::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_16_Invoke_m57A1BA2625F3FE00A6EB2AC4FCC591935851B484_gshared (Action_16_t5543E4E62E73A4F47D656479BC3C83337554BA94 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, RuntimeObject * ___arg109, RuntimeObject * ___arg1110, RuntimeObject * ___arg1211, RuntimeObject * ___arg1312, RuntimeObject * ___arg1413, RuntimeObject * ___arg1514, RuntimeObject * ___arg1615, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 16) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615, targetMethod); } } else if (___parameterCount != 16) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker15< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615); else GenericVirtualActionInvoker15< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker15< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615); else VirtualActionInvoker15< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, ___arg109, ___arg1110, ___arg1211, ___arg1312, ___arg1413, ___arg1514, ___arg1615, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mAC24FA5902DAAC2873D8C570991B04EC720C74B1_gshared (Action_2_t48DF0C0D4F3A3AB463DECA881851C95F1A5B0E72 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m78CF37BE0E2DA0636BF6BE7A9FD603AEFEC71C5C_gshared (Action_2_t48DF0C0D4F3A3AB463DECA881851C95F1A5B0E72 * __this, bool ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m5DF47A8FB9602878B889F257B1E462118ED0C0FF_gshared (Action_2_t25DC8F06CC3BB18B9ACD58BF6E22E52CC42A70AA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mD5F5B824945E6C184183E1C03FE50F4400EFCD8A_gshared (Action_2_t25DC8F06CC3BB18B9ACD58BF6E22E52CC42A70AA * __this, uint8_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (uint8_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint8_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, uint8_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6AD878BD1A45383811124F75EC4A9232238CC765_gshared (Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m64730B1411BFF7DC297BF28F4F281C232215D287_gshared (Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * __this, int32_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mD005A0CCFFD77790ADB8E1E418161A6F27A30C64_gshared (Action_2_tDD9145FF6BEFC0F795374D3C54FE5138E8FDDC96 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m8BBAA8DB79C997A6A50E8482DE93CF79B0FCAA42_gshared (Action_2_tDD9145FF6BEFC0F795374D3C54FE5138E8FDDC96 * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE2D0D933C072AD75AFEBE18BDEBB5B82D3D1BC27_gshared (Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m8618F8C9821C179F630B5BA59C30532296525AD3_gshared (Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4 * __this, int32_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mF25B58BCEED1ADAB1ECAA8070229667422ABA543_gshared (Action_2_tB46DEF21BEFDF9B046381C5FE787F08B0397DAB5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mD6F63F7E953B62F4F872D7915CF74C3FA18D113A_gshared (Action_2_tB46DEF21BEFDF9B046381C5FE787F08B0397DAB5 * __this, RuntimeObject * ___arg10, bool ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtualActionInvoker1< bool >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtualActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mF242FCD2A773E7BFE1E1C8EDA50D427413B2A097_gshared (Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mAA2FFFC084F845E770473201F3F4DD6805F0F3FE_gshared (Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57 * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtualActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtualActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m60DAAA2A0145306F160B759BC2135A372C0E40B3_gshared (Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mC943DAA9E4F01E4F0831342E543545B3299BE73A_gshared (Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtualActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtualActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtualActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtualActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mBF021DB1597EDCB67BAA9C0DC194A27C72B4B539_gshared (Action_2_t203B8EDE5424DD644ECFFB59775146C987B4A37D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m65B93BC27749E963372B5FA8C03694A055242BED_gshared (Action_2_t203B8EDE5424DD644ECFFB59775146C987B4A37D * __this, RuntimeObject * ___arg10, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtualActionInvoker1< WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtualActionInvoker1< WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34_gshared (Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mE521692D96D2D8F21943EB8452C5A32FE49E884B_gshared (Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * __this, Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C ___arg10, bool ___arg21, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C , bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C , bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C , bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_mBEAB77E50D02119D0142DBEF2936F4546399D4EA_gshared (Action_3_t79E622BFD20448CE0FA07276546862DD9CC94D21 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_m7ECC98D42F910D21564F92A31E330DE4A2F19470_gshared (Action_3_t79E622BFD20448CE0FA07276546862DD9CC94D21 * __this, int32_t ___arg10, RuntimeObject * ___arg21, int64_t ___arg32, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (int32_t, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } #ifdef __clang__ #pragma clang 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.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_m4037AB7CFA605CBE0CBAFDA61343B15DE687170B_gshared (Action_3_t8AAE5F5D9EC97A1EBD26E8ABE4111420D1F88E85 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_mE6207E79548C2B5BB01E0B723716FFDE8C3D4FFC_gshared (Action_3_t8AAE5F5D9EC97A1EBD26E8ABE4111420D1F88E85 * __this, RuntimeObject * ___arg10, bool ___arg21, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 ___arg32, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (RuntimeObject *, bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtualActionInvoker2< bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtualActionInvoker2< bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, DebugScreenCapture_t82C35632EAE92C143A87097DC34C70EFADB750B1 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_mE71BBBF7068850E235B8AB372E90BB3D0658658D_gshared (Action_3_tEC6440DC29F1338D10CE08DCABA89D4266B77427 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_m06F53884F3969F46B5F93AB4EC0B4D364EF7DA38_gshared (Action_3_tEC6440DC29F1338D10CE08DCABA89D4266B77427 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, int64_t ___arg32, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, int64_t >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtualActionInvoker2< RuntimeObject *, int64_t >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtualActionInvoker2< RuntimeObject *, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_m2C9082E7979FF084723BC9078175D8F984DCA7BD_gshared (Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_mEED3876BFD66A20FF3B650D39CBA214B8E750F7E_gshared (Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_mE080163B556FD0BDA756D68D4A6E1A55A03ED2F1_gshared (Action_3_t0E5C5B4404BB14981BB46E416060FEDC3EAB6D3E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`3::Invoke(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_m589EF5FB524C32EB8F135D296EDF0595B289F7F3_gshared (Action_3_t0E5C5B4404BB14981BB46E416060FEDC3EAB6D3E * __this, RuntimeObject * ___arg10, uint16_t ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (RuntimeObject *, uint16_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, uint16_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< uint16_t, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtualActionInvoker2< uint16_t, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< uint16_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtualActionInvoker2< uint16_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, uint16_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, uint16_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, uint16_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`4::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_4__ctor_m13BE596D4BB6EE74E7BABCD899B54676A90C51E5_gshared (Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`4::Invoke(T1,T2,T3,T4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_4_Invoke_mD03D333D96010139284DD83844A3872D5945BFAC_gshared (Action_4_tDB82015AB9EE6C7A4D051C5068F94F41BD15DE0D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } else if (___parameterCount != 4) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43); else GenericVirtualActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43); else VirtualActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`4::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_4__ctor_m48578D4B8ED1C72857654C84320B364BD2E39E30_gshared (Action_4_t0E97DD6848031923736201DE6A983F114E84EFFF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`4::Invoke(T1,T2,T3,T4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_4_Invoke_m6A0A62753286BFC4FA017EE7D317FE58F2C04441_gshared (Action_4_t0E97DD6848031923736201DE6A983F114E84EFFF * __this, PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A ___arg10, RuntimeObject * ___arg21, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___arg32, RuntimeObject * ___arg43, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef void (*FunctionPointerType) (PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A , RuntimeObject *, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A , RuntimeObject *, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___arg10) - 1), ___arg21, ___arg32, ___arg43, targetMethod); } else { typedef void (*FunctionPointerType) (void*, PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A , RuntimeObject *, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`5::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_5__ctor_m8708ADB359A30C551F1F60D763905AFF9CFFD186_gshared (Action_5_tCD70DCA74B54D4A78DC12BBBB0E87C24DCEA4E9E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`5::Invoke(T1,T2,T3,T4,T5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_5_Invoke_m0B04601D07A906D40794DC88722357F44DF7BF8A_gshared (Action_5_tCD70DCA74B54D4A78DC12BBBB0E87C24DCEA4E9E * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 5) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, targetMethod); } } else if (___parameterCount != 5) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54); else GenericVirtualActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54); else VirtualActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`6::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_6__ctor_m3C95F0B27D8C8D344E58135C527C8C4AF49BE275_gshared (Action_6_t7478C213DC6C4025627B7CE365FC7A57D3E0566A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`6::Invoke(T1,T2,T3,T4,T5,T6) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_6_Invoke_m149B4B9A9119930F8E0BB1526BF647FCF941B8B4_gshared (Action_6_t7478C213DC6C4025627B7CE365FC7A57D3E0566A * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 6) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, targetMethod); } } else if (___parameterCount != 6) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker5< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65); else GenericVirtualActionInvoker5< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker5< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65); else VirtualActionInvoker5< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`7::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_7__ctor_mF8F93F8D5BDD4F81D795394A648F1153AF11FB4F_gshared (Action_7_tB6AD31F9022B01DAC723E049D8C26E892EE858C8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`7::Invoke(T1,T2,T3,T4,T5,T6,T7) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_7_Invoke_mFF2F7B8114C848ACB49DA4D58523333A35F5476C_gshared (Action_7_tB6AD31F9022B01DAC723E049D8C26E892EE858C8 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 7) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, targetMethod); } } else if (___parameterCount != 7) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker6< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76); else GenericVirtualActionInvoker6< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker6< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76); else VirtualActionInvoker6< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`8::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_8__ctor_m68B2AC9F1F55A6C04B9A0BC8636E4E25C425F111_gshared (Action_8_t17B939F136AF9D6DBC904DB6A1CDBFF7AD0099D2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`8::Invoke(T1,T2,T3,T4,T5,T6,T7,T8) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_8_Invoke_m9E97B9F5FE0C6BF537A5D69726E05BA34F97D9C1_gshared (Action_8_t17B939F136AF9D6DBC904DB6A1CDBFF7AD0099D2 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 8) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, targetMethod); } } else if (___parameterCount != 8) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker7< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87); else GenericVirtualActionInvoker7< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker7< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87); else VirtualActionInvoker7< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Action`9::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_9__ctor_mA1477A2FD9C9C9659BBE9A3729E084AE6C4BF2CA_gshared (Action_9_t857417190D85A86B9CDBC8E0AE1828269616CCDF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action`9::Invoke(T1,T2,T3,T4,T5,T6,T7,T8,T9) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_9_Invoke_m006E10CCD8424B2730FD9C0C1C3A0F597C915EE3_gshared (Action_9_t857417190D85A86B9CDBC8E0AE1828269616CCDF * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, RuntimeObject * ___arg43, RuntimeObject * ___arg54, RuntimeObject * ___arg65, RuntimeObject * ___arg76, RuntimeObject * ___arg87, RuntimeObject * ___arg98, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 9) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, targetMethod); } } else if (___parameterCount != 9) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker8< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98); else GenericVirtualActionInvoker8< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker8< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98); else VirtualActionInvoker8< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, ___arg43, ___arg54, ___arg65, ___arg76, ___arg87, ___arg98, targetMethod); } } } } #ifdef __clang__ #pragma clang 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.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_mD62E49290212E462E11E343BAE9AD1E3DC691339_gshared (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *)__this); (( void (*) (HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m988A5DC872C81A837D14C40B7EE8F51FE0A2C8DA_gshared (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m5837EE2ECCA008007D500C294C5B265B9B885A60_gshared (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF * __this, ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_22 = (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_23 = V_8; ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_24 = ___source0; NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_23); (( void (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_23, (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_24, (HistogramEqualizationProcessor_1_t3AE48DCB9C57CF1B776AC22317578DE446B2DC1B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_44 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_44); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_45; L_45 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m148BFC5A420F98E704043CCE91A99209748977F5_inline((RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 *)(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 *)(&V_12), (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 *)(RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_51 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_51); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_52; L_52 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_52, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_62 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_62); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_63; L_63 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_63, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_72 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_72); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_73; L_73 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_73, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_83 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_83); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_84; L_84 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_84, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_93 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_93); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_94; L_94 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_94, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_99 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_99); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_100; L_100 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_100, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_107 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_107); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_108; L_108 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_108, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_115 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_115); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_116; L_116 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tBFE322071CF3CA744CE66B025D6F71ECE75DC4FF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_116, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mC8E1C770A0ECFD2E2236E49C894BCAC8F439ADD4_gshared (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source0, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_1); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_3; L_3 = (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_6; L_6 = Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_6; CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_10 = V_3; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_11 = (*(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = A8_ToVector4_m4D4BFC90ED15E8C60035BFFFB01624E93170DFB7_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m741535876A50198F8ABDA8E4EFEBAFE9DA511022_gshared (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source0, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_6); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_8; L_8 = (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_11; L_11 = Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_11; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_12 = V_8; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_13 = (*(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_12); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_13, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = A8_ToVector4_m4D4BFC90ED15E8C60035BFFFB01624E93170DFB7_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m43F78AD3B1D858D1474B4CB60226ECCB15FEA430_gshared (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source0, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_2); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_4; L_4 = (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_11; L_11 = Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_11; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_12 = V_8; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_13 = (*(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_12); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_13, (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = A8_ToVector4_m4D4BFC90ED15E8C60035BFFFB01624E93170DFB7_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m673CFE733C47030C9376036ADCD10F7625D18EAB_gshared (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___sourcePixel0, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m4C012E5E38741EB59E2A6A4969414A4754EE5290_gshared (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___sourcePixel0, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mC1A650C9723C0C64CCFA53A0296379FC72DAEB2E_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_m6EF6E78B2EBB451CBB92845459B6AE6BFE53A78C_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m0DB5041D47D12F6E67C350A734ADA3448FB7D782_gshared (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *)__this); (( void (*) (HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m829AB0ACE99D63DDB96442DCFD843B5BC985B24D_gshared (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m72888339A7E2543ADB925CFA12A4C320CEA0E5AB_gshared (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 * __this, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_22 = (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_23 = V_8; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_24 = ___source0; NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_23); (( void (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_23, (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_24, (HistogramEqualizationProcessor_1_t37B5ACCEFE52684474DB203BD9608217F79634BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_44 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_44); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_45; L_45 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m919DEFA27DDAD8104B2377D8E8D5F3674819A787_inline((RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 *)(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 *)(&V_12), (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 *)(RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_51 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_51); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_52; L_52 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_52, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_62 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_62); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_63; L_63 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_63, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_72 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_72); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_73; L_73 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_73, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_83 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_83); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_84; L_84 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_84, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_93 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_93); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_94; L_94 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_94, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_99 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_99); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_100; L_100 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_100, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_107 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_107); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_108; L_108 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_108, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_115 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_115); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_116; L_116 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAF9AF8E62A53F671B7A7590F7C5FB7833FE404B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_116, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mED71F09E13D93F2B8ADCEED2D899F57A8DD71D65_gshared (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source0, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_1); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_3; L_3 = (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_6; L_6 = Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_6; CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_10 = V_3; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_11 = (*(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Abgr32_ToVector4_m924F1C64E0B8C9E78DAE1C9ACC62ACB47DE6DF95_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m6092EBAB2F553FBF07D5E953D3B352F777FE6571_gshared (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source0, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_6); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_8; L_8 = (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_11; L_11 = Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_11; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_12 = V_8; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_13 = (*(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_12); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_13, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Abgr32_ToVector4_m924F1C64E0B8C9E78DAE1C9ACC62ACB47DE6DF95_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_mEB0B44CF3A6D3EDE8E6F2A0B7AD54D24A43C2787_gshared (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source0, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_2); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_4; L_4 = (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_11; L_11 = Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_11; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_12 = V_8; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_13 = (*(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_12); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_13, (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Abgr32_ToVector4_m924F1C64E0B8C9E78DAE1C9ACC62ACB47DE6DF95_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m36D7C41DC67651850721C99581DA515F8450E4EE_gshared (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___sourcePixel0, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m1161A37CBA03288C236A60B5E10B6168F19E8564_gshared (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___sourcePixel0, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_m182CCE0B3D93E6FBA6901BF28F609E454CDA3A3D_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mE15C284CB7A156A6EFB54E3CC6A2E71433B0F22A_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_mE0445129BD644866F965B47E2D4256D7E711E29B_gshared (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *)__this); (( void (*) (HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_mD8DE57BF1B443B01CAEB92B91F12933C8EA14ED7_gshared (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m9271D6AE2291485EE4474636474EB2283B1575F9_gshared (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 * __this, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_22 = (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_23 = V_8; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_24 = ___source0; NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_23); (( void (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_23, (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_24, (HistogramEqualizationProcessor_1_t5DADAD3EF1E02347870AA8D2725A4FD4D93A0B40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_44 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_44); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_45; L_45 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m3225BF4940ACAA6CD5C8445614659ACE3A2E430B_inline((RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 *)(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 *)(&V_12), (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 *)(RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_51 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_51); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_52; L_52 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_52, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_62 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_62); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_63; L_63 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_63, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_72 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_72); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_73; L_73 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_73, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_83 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_83); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_84; L_84 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_84, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_93 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_93); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_94; L_94 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_94, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_99 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_99); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_100; L_100 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_100, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_107 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_107); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_108; L_108 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_108, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_115 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_115); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_116; L_116 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tC6AC755AB66C6968FA45EF053C09BD717A6AE357 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_116, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_m71F85953DB929CA424F2627C4F7ED18F79E94DA2_gshared (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source0, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_1); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_3; L_3 = (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_6; L_6 = Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_6; CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_10 = V_3; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_11 = (*(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Argb32_ToVector4_m200DB92C4C26075816C2642BEEF959D4138E0396_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m721650722235EDDB34038F479B2975E93A6EF9B2_gshared (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source0, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_6); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_8; L_8 = (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_11; L_11 = Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_11; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_12 = V_8; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_13 = (*(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_12); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_13, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Argb32_ToVector4_m200DB92C4C26075816C2642BEEF959D4138E0396_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m73B4DC236BC76B1069FC61CEF52D033AF49EC532_gshared (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source0, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_2); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_4; L_4 = (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_11; L_11 = Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_11; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_12 = V_8; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_13 = (*(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_12); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_13, (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Argb32_ToVector4_m200DB92C4C26075816C2642BEEF959D4138E0396_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m0718E7EE094AD4EA00B9C9EF2A165FBC22FECF76_gshared (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___sourcePixel0, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m40A507F3347921F27F17EC311BDEA026FB1A1DDD_gshared (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___sourcePixel0, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mC7151D0698E2038964D398147BAF151988C229E6_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mEC5844DF7F23C24296A77B744A56B987886462F8_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m50153D43CBAF4435825E51A0D83FB8ABE3CA95A2_gshared (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *)__this); (( void (*) (HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m0FB281432487E8E29A7B769709A0D8A9B31BA848_gshared (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m964491BB2B6C4869B20B7E3495FC722BE74AE482_gshared (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C * __this, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_22 = (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_23 = V_8; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_24 = ___source0; NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_23); (( void (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_23, (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_24, (HistogramEqualizationProcessor_1_t3687B3725A2FAFED9E69BA4B52510B3624C90B3F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_44 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_44); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_45; L_45 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m9A1A05B9E8873529F42B7E94CA28D464602C6A1D_inline((RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 *)(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 *)(&V_12), (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 *)(RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_51 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_51); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_52; L_52 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_52, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_62 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_62); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_63; L_63 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_63, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_72 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_72); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_73; L_73 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_73, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_83 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_83); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_84; L_84 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_84, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_93 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_93); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_94; L_94 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_94, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_99 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_99); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_100; L_100 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_100, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_107 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_107); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_108; L_108 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_108, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_115 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_115); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_116; L_116 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5416F323678BB700CB6961603154A6160DE6295C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_116, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_m908AD0F08359F843A53B882F8427350FFB0ED5DF_gshared (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source0, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_1); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_3; L_3 = (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_6; L_6 = Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_6; CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_10 = V_3; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_11 = (*(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Bgr24_ToVector4_m7873130365A223BE9CD4CF249A756101CB7F4D0D_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m89AB1D353D675BBD0332172F7515E0F6AAE87CFC_gshared (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source0, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_6); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_8; L_8 = (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_11; L_11 = Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_11; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_12 = V_8; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_13 = (*(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_12); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_13, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgr24_ToVector4_m7873130365A223BE9CD4CF249A756101CB7F4D0D_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m2E058417AC17D541EDDA357FB1E16D653F9FB1A3_gshared (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source0, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_2); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_4; L_4 = (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_11; L_11 = Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_11; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_12 = V_8; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_13 = (*(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_12); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_13, (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgr24_ToVector4_m7873130365A223BE9CD4CF249A756101CB7F4D0D_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m2058A80C64E4A0EC523635F9E65E4E500729725E_gshared (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___sourcePixel0, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_mF9749E13DB09217977FA109F8527E0EEBF797B61_gshared (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___sourcePixel0, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mF3AB85CB14AC4013BEFB78FFCFDD9EC2E5855AB8_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mA1BFA288226129719BFF15CD8BB5A5BAA454D161_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m554361DCCE4D2F752F1C3D40385374AB30B88258_gshared (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *)__this); (( void (*) (HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m8454B1EFA764C08FE3B5A68454E7F3E888684999_gshared (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m5210A6B7A894466C7FBDEA22FA7DBBEACE5B1983_gshared (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A * __this, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_22 = (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_23 = V_8; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_24 = ___source0; NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_23); (( void (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_23, (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_24, (HistogramEqualizationProcessor_1_t1F6A6FFADABA79F750B4511B125BD198A3B71444 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_44 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_44); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_45; L_45 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m2DEB7C570AE2485DA3745C7FAA178A9FD661F119_inline((RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 *)(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 *)(&V_12), (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 *)(RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_51 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_51); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_52; L_52 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_52, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_62 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_62); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_63; L_63 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_63, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_72 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_72); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_73; L_73 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_73, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_83 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_83); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_84; L_84 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_84, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_93 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_93); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_94; L_94 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_94, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_99 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_99); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_100; L_100 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_100, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_107 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_107); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_108; L_108 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_108, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_115 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_115); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_116; L_116 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tD6996FB0AE57B749EB39797DA1CD49009254872A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_116, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_m5C25C0597CDA18703F071893DB72DCCDB44E62F6_gshared (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source0, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_1); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_3; L_3 = (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_6; L_6 = Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_6; CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_10 = V_3; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_11 = (*(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Bgr565_ToVector4_m9344140C6896C34D694F147F3178F365E8364628_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_mE4ACE462A6CBD12128538DCD72C9672413EE9CF2_gshared (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source0, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_6); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_8; L_8 = (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_11; L_11 = Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_11; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_12 = V_8; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_13 = (*(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_12); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_13, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgr565_ToVector4_m9344140C6896C34D694F147F3178F365E8364628_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_mD390149692CC41EA7CBCD72E7C3FC2C56C632934_gshared (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source0, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_2); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_4; L_4 = (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_11; L_11 = Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_11; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_12 = V_8; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_13 = (*(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_12); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_13, (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgr565_ToVector4_m9344140C6896C34D694F147F3178F365E8364628_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m76A974B0F342E3445D21887E6599E3F85C1F8F48_gshared (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___sourcePixel0, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m021AF299E2E1FEAF5E9EFCEC9D6FA10037653ED8_gshared (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___sourcePixel0, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_m4BCA75CF80BC410AF32B6112728919C4F5A58161_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_m3CF997CC6F4F4C36918B5799DE860F01AD02E0B7_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m269DF12418FCE1FCB3A68E44D58D73C812D0F0B1_gshared (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *)__this); (( void (*) (HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m0B98974DE24E29074A767152FDCD516E4CB6EF2A_gshared (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m3F1CAA9EA56CF3B23F24C5401AA24FE82D49A1DD_gshared (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E * __this, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_22 = (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_23 = V_8; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_24 = ___source0; NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_23); (( void (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_23, (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_24, (HistogramEqualizationProcessor_1_t013BCAFAD89439D20AD017E62B20ACC2702F6D44 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_44 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_44); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_45; L_45 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_mEA624C83E91E90C48940287C470BD9F0CDAD8876_inline((RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 *)(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 *)(&V_12), (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 *)(RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_51 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_51); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_52; L_52 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_52, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_62 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_62); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_63; L_63 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_63, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_72 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_72); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_73; L_73 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_73, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_83 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_83); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_84; L_84 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_84, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_93 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_93); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_94; L_94 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_94, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_99 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_99); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_100; L_100 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_100, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_107 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_107); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_108; L_108 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_108, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_115 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_115); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_116; L_116 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t70052C09C00B410E529713232BEEACC9E096E45E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_116, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mBC26E5926D31E081BA2A5A876724620483440D27_gshared (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source0, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_tC089F74404A3C46975952EE686EC533667BB207F V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_1); Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_3; L_3 = (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_6; L_6 = Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_6; CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_10 = V_3; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_11 = (*(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Bgra32_ToVector4_m6EB772C90AC6F350083398265BD5B49694DD4194_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m7EBB813B57ECE639B9DFE5337342A17F3E270C24_gshared (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source0, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_tC089F74404A3C46975952EE686EC533667BB207F V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_6); Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_8; L_8 = (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_11; L_11 = Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_11; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_12 = V_8; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_13 = (*(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_12); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_13, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgra32_ToVector4_m6EB772C90AC6F350083398265BD5B49694DD4194_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_mAABF90B275868A6F7C5D313179C4CAE09A71DFD7_gshared (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source0, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tC089F74404A3C46975952EE686EC533667BB207F V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_2); Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_4; L_4 = (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_11; L_11 = Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_11; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_12 = V_8; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_13 = (*(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_12); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_13, (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgra32_ToVector4_m6EB772C90AC6F350083398265BD5B49694DD4194_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m4A3BD119C31D616E7CABE238F72ED1F43F9F42D6_gshared (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___sourcePixel0, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m79D53BD6C4CB0DB6CA1183920685E6E487D8DBCF_gshared (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___sourcePixel0, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_m95F1F5C9E7F06F7199FC4D62A37614330CA02281_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mF7DAF1BEADF804085EB5AFD4C6D30D2D82B0110D_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_mC0BA3C576BF5125D97D787573B216C135AB5227F_gshared (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *)__this); (( void (*) (HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m2840B5BEC0DDD324983441D6888803391236AE71_gshared (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m27E71F7E497D798F814F1050E2072840AF2D1E4A_gshared (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB * __this, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_22 = (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_23 = V_8; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_24 = ___source0; NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_23); (( void (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_23, (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_24, (HistogramEqualizationProcessor_1_tBFCC987088F30786D2DB6746E7F6E8EF2545409D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_44 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_44); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_45; L_45 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_mAE1A0EFBAE169E5697531BE4C9A3FD04A48D0331_inline((RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD *)(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD *)(&V_12), (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD *)(RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_51 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_51); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_52; L_52 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_52, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_62 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_62); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_63; L_63 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_63, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_72 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_72); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_73; L_73 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_73, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_83 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_83); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_84; L_84 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_84, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_93 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_93); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_94; L_94 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_94, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_99 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_99); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_100; L_100 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_100, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_107 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_107); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_108; L_108 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_108, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_115 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_115); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_116; L_116 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t28FEC0E6DF32D45EE5CF7EC93125F1A374E38DFB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_116, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mE14F594410F944B5EBA8436F4A15E17E069A0C60_gshared (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source0, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_1); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_3; L_3 = (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_6; L_6 = Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_6; CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_10 = V_3; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_11 = (*(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Bgra4444_ToVector4_mF82092024B39ADF13547767878335770CBA1C661_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m1101512AE37ADB264DBFA950F168A23970C96333_gshared (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source0, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_6); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_8; L_8 = (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_11; L_11 = Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_11; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_12 = V_8; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_13 = (*(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_12); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_13, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgra4444_ToVector4_mF82092024B39ADF13547767878335770CBA1C661_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m8BB06DB7EA492F9E4B8DFCCE1E02A786E0C9C35A_gshared (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source0, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_2); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_4; L_4 = (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_11; L_11 = Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_11; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_12 = V_8; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_13 = (*(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_12); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_13, (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgra4444_ToVector4_mF82092024B39ADF13547767878335770CBA1C661_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_mAE861298C68A3097FC678BBB415AEB80950A207D_gshared (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___sourcePixel0, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m56F59BA03ABB3F5C424EFC6D823F269A9555360F_gshared (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___sourcePixel0, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mA42FB9B494C45D879C242BB2DAD61B304BB1C755_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mDAF4CF07DE5AD170D5011A4EF4F656BF87F3F011_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m3CF728390FBCE9587AC878039DB7A8D819B1B435_gshared (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *)__this); (( void (*) (HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m5262F3AB1DB1386146D7AD3FDC5159FF7561DCF2_gshared (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_mA7676F3B0DC993D4937DAE76AF3AC303E912C2E8_gshared (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB * __this, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_22 = (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_23 = V_8; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_24 = ___source0; NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_23); (( void (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_23, (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_24, (HistogramEqualizationProcessor_1_tCF4C2CD3B00C65C589F4B55477FB5889340B54B3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_44 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_44); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_45; L_45 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m02ECDB41FEF94F1CA348107C96E2BB8B4D340675_inline((RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 *)(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 *)(&V_12), (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 *)(RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_51 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_51); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_52; L_52 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_52, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_62 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_62); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_63; L_63 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_63, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_72 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_72); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_73; L_73 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_73, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_83 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_83); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_84; L_84 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_84, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_93 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_93); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_94; L_94 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_94, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_99 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_99); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_100; L_100 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_100, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_107 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_107); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_108; L_108 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_108, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_115 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_115); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_116; L_116 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5FD5933588A478DE002CB58C88950509792639BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_116, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mE7D3F629DDDF2D3DE4833E3498B9703A2AAFCA35_gshared (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source0, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_1); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_3; L_3 = (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_6; L_6 = Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_6; CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_10 = V_3; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_11 = (*(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Bgra5551_ToVector4_m00FD22B9197B2056CF65D1043CBCD63648BE2F01_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m650A08086ACA82227F9AEDAE498E3D9F9CA8F414_gshared (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source0, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_6); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_8; L_8 = (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_11; L_11 = Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_11; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_12 = V_8; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_13 = (*(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_12); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_13, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgra5551_ToVector4_m00FD22B9197B2056CF65D1043CBCD63648BE2F01_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m4E3F2BEB439CD552899C06AED71F4BCD4DA08A8C_gshared (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source0, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_2); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_4; L_4 = (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_11; L_11 = Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_11; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_12 = V_8; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_13 = (*(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_12); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_13, (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Bgra5551_ToVector4_m00FD22B9197B2056CF65D1043CBCD63648BE2F01_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m4FE6EFD32260C0CA6F1739C1A8C2349DE01DCD69_gshared (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___sourcePixel0, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_mEBDFA5437D1A7826FFA9C77BE5AF36FF8F7A3F46_gshared (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___sourcePixel0, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mA65258FDC70AD02FAA9D829EC5AFBEDB6583CBAD_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_m44EA42DB15B6B692CEEECC9E822C0BD9E23817AE_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_mD2F15988639FE9E982ED69E93117D796842BF069_gshared (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *)__this); (( void (*) (HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_mF17A5D620F2302E805207AD747CD25EA9329BE9C_gshared (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_mDFD5DA8E6C1A0BE31DEC3345D3F668FA8B9F31B4_gshared (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 * __this, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_22 = (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_23 = V_8; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_24 = ___source0; NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_23); (( void (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_23, (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_24, (HistogramEqualizationProcessor_1_tBD51DDC1A45C22CAD7934EEC9322B9436885334F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_44 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_44); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_45; L_45 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m5BD84D5785ED7604BDF6A6C2CCBC858214042200_inline((RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B *)(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B *)(&V_12), (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B *)(RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_51 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_51); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_52; L_52 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_52, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_62 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_62); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_63; L_63 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_63, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_72 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_72); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_73; L_73 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_73, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_83 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_83); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_84; L_84 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_84, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_93 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_93); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_94; L_94 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_94, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_99 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_99); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_100; L_100 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_100, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_107 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_107); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_108; L_108 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_108, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_115 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_115); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_116; L_116 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t5A170935C93804D5454037E6F4F267A0712088E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_116, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mA25ACD96F5AA0319CB0359049A8477C6C76E2F2F_gshared (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source0, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_1); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_3; L_3 = (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_6; L_6 = Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_6; CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_10 = V_3; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_11 = (*(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = Byte4_ToVector4_m631A8BECB4DE33F18003E9013F440657ED81E993_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m4014525B17F8AA0AD2D99A5BACD243859F703766_gshared (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source0, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_6); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_8; L_8 = (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_11; L_11 = Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_11; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_12 = V_8; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_13 = (*(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_12); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_13, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Byte4_ToVector4_m631A8BECB4DE33F18003E9013F440657ED81E993_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_mC3A12FC03487C528430AB19F6E373D9621E0A2D0_gshared (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source0, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_2); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_4; L_4 = (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_11; L_11 = Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_11; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_12 = V_8; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_13 = (*(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_12); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_13, (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = Byte4_ToVector4_m631A8BECB4DE33F18003E9013F440657ED81E993_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m4E1CD83EFE9D88CD989B549896BA78F6F6DD43B3_gshared (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___sourcePixel0, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_mF97FFE80254C9610FDE1D94D8A3560F8B85F406C_gshared (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___sourcePixel0, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t33AC24218F998261295AEB205913391478DB21DE *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_m8BF531E632CCE2CB82BFCD5E84DA898106270E42_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_m15B536D444725FE37E36D63D7FAD1BFE74CC0409_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m722F8D4554B20A46ACEAFDE3156D6F11A8554FE8_gshared (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *)__this); (( void (*) (HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_mA98D542462A81F9DF4DA87C55B0E6E53555A2A85_gshared (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m43803731ED07166A65ABF606520AF37E5AF55ACF_gshared (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 * __this, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_22 = (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_23 = V_8; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_24 = ___source0; NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_23); (( void (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_23, (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_24, (HistogramEqualizationProcessor_1_tC9298BE602250591774E517E8D67EEF5D83B1C00 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_44 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_44); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_45; L_45 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m1A07A57D01772A4C442E5DCF9241FAE2042CFB34_inline((RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 *)(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 *)(&V_12), (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 *)(RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_51 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_51); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_52; L_52 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_52, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_62 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_62); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_63; L_63 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_63, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_72 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_72); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_73; L_73 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_73, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_83 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_83); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_84; L_84 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_84, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_93 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_93); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_94; L_94 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_94, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_99 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_99); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_100; L_100 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_100, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_107 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_107); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_108; L_108 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_108, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_115 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_115); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_116; L_116 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4D8221B2CEE55DD9A3BCEEBAD3707AFC93F4A165 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_116, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_m6996F56CD7410E9FA9DDD6E0143AD00BC9DC9182_gshared (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source0, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_1); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_3; L_3 = (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_6; L_6 = Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_6; CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_10 = V_3; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_11 = (*(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = HalfSingle_ToVector4_mAAD4D9B143192743F760A20FE4DBDB2184F0D64C_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); HalfSingle_FromVector4_m5811DB25422D45F8A0A93C19FA6C472AEBD5C47C_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m7524E590C59E809A59A74343C644FFCD9F78799C_gshared (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source0, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_6); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_8; L_8 = (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_11; L_11 = Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_11; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_12 = V_8; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_13 = (*(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_12); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_13, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = HalfSingle_ToVector4_mAAD4D9B143192743F760A20FE4DBDB2184F0D64C_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); HalfSingle_FromVector4_m5811DB25422D45F8A0A93C19FA6C472AEBD5C47C_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m0397E8E1BEA0CF8CADC050C21A7EC1CE2D51B9D9_gshared (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source0, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_2); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_4; L_4 = (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_11; L_11 = Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_11; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_12 = V_8; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_13 = (*(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_12); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_13, (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = HalfSingle_ToVector4_mAAD4D9B143192743F760A20FE4DBDB2184F0D64C_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); HalfSingle_FromVector4_m5811DB25422D45F8A0A93C19FA6C472AEBD5C47C_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_mAB313D23541EF2760D704B03B55F528ACDFA8F5F_gshared (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___sourcePixel0, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_mFD43C2E980BFB93FC423BBE996169C6C6C4408AD_gshared (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___sourcePixel0, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mCCA158D4E478E3E269D91EF65A1D2A9D4973C285_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mB368C585B2646597B97EE9D06B37645163F56341_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_mBBD71B47AFE2785BF9ECB7B84F4EA46622E4CD73_gshared (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *)__this); (( void (*) (HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m866609D568272C7A504F6BCECCFB2B5A0C199A9F_gshared (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m3E0170535974DAA3D5E2B888845179CFC2586C40_gshared (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 * __this, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_22 = (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_23 = V_8; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_24 = ___source0; NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_23); (( void (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_23, (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_24, (HistogramEqualizationProcessor_1_t00039B1C35EC693BAF9DBDBEFFC2910766CD35C4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_44 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_44); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_45; L_45 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_mB5DB914B649F9E39BBEF89B663DB4285FDB5CE66_inline((RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 *)(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 *)(&V_12), (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 *)(RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_51 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_51); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_52; L_52 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_52, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_62 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_62); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_63; L_63 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_63, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_72 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_72); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_73; L_73 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_73, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_83 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_83); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_84; L_84 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_84, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_93 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_93); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_94; L_94 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_94, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_99 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_99); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_100; L_100 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_100, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_107 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_107); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_108; L_108 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_108, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_115 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_115); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_116; L_116 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t36F1BE7B6099612521D2A25FFBAAE58A46FF6B41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_116, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mA3623B1F337F3D2B9C99D57BC663E88461FCA7DD_gshared (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source0, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_1); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_3; L_3 = (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_6; L_6 = Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_6; CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_10 = V_3; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_11 = (*(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = HalfVector2_ToVector4_m07F67211B0196C5D476A7A0C7C69BB55D772B68E_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); HalfVector2_FromVector4_m2EA26CF3A86EAD4833DE575AD62327504E88CB3C_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m7F8FE9E1582FB1E0DB0124D4EB4E61E2764A22B7_gshared (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source0, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_6); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_8; L_8 = (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_11; L_11 = Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_11; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_12 = V_8; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_13 = (*(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_12); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_13, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = HalfVector2_ToVector4_m07F67211B0196C5D476A7A0C7C69BB55D772B68E_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); HalfVector2_FromVector4_m2EA26CF3A86EAD4833DE575AD62327504E88CB3C_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m4AE08AD3A1ED64926A96D180A1EF7DD58D63F528_gshared (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source0, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_2); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_4; L_4 = (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_11; L_11 = Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_11; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_12 = V_8; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_13 = (*(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_12); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_13, (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = HalfVector2_ToVector4_m07F67211B0196C5D476A7A0C7C69BB55D772B68E_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); HalfVector2_FromVector4_m2EA26CF3A86EAD4833DE575AD62327504E88CB3C_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m14954E16C0011EB92A61D93D32BE99CDE0C441A0_gshared (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___sourcePixel0, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_mF0A7128EFED193D17ED09482F0EDE47ACA11D609_gshared (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___sourcePixel0, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mAFB1C83B57993507DA11ADB2EFDA83923D9D7247_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mE6F66E44FC48DA999DB4EB540BFF0E9A92C5CFBC_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m776CE4241E2F6C2A82F3DCF280165A11826500C2_gshared (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *)__this); (( void (*) (HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_mFC67BA79B4E68A3F234B6DF3680E78DB829E84B0_gshared (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m08DD253C95B7CBF1CF10EEA7D88FDAD501998420_gshared (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 * __this, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_22 = (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_23 = V_8; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_24 = ___source0; NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_23); (( void (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_23, (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_24, (HistogramEqualizationProcessor_1_tA881967CB278CFDB212CDEE50899D995D205E1E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_44 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_44); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_45; L_45 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m28B53119962E1CB264F5FEA43258E49C92B33297_inline((RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 *)(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 *)(&V_12), (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 *)(RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_51 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_51); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_52; L_52 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_52, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_62 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_62); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_63; L_63 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_63, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_72 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_72); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_73; L_73 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_73, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_83 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_83); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_84; L_84 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_84, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_93 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_93); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_94; L_94 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_94, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_99 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_99); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_100; L_100 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_100, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_107 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_107); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_108; L_108 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_108, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_115 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_115); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_116; L_116 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_t4EC5DDB3A9A978E4A63513D6EAAA9D0F50962FC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_116, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_m85882904082220D826423F7B83EE31377FE2ECDA_gshared (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source0, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_1); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_3; L_3 = (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_6; L_6 = Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_6; CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_10 = V_3; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_11 = (*(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = HalfVector4_ToVector4_m9C810A99354029815B9DD50E2E420BECB3EC737C_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m6C30C03223D1A29E9CFD547F6BBFB7DFF954EAE2_gshared (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source0, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_6); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_8; L_8 = (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_11; L_11 = Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_11; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_12 = V_8; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_13 = (*(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_12); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_13, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = HalfVector4_ToVector4_m9C810A99354029815B9DD50E2E420BECB3EC737C_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m207047716D6A8A50106B2AE33AB4837D2A9BD915_gshared (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source0, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_2); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_4; L_4 = (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_11; L_11 = Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_11; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_12 = V_8; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_13 = (*(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_12); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_13, (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = HalfVector4_ToVector4_m9C810A99354029815B9DD50E2E420BECB3EC737C_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_m1E24D3B4795960461F7F6C3CD8416C7CAE7B3C8A_gshared (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___sourcePixel0, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_mF08BC2EA2817243E16E2ACF8C2332E3BABB5BF53_gshared (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___sourcePixel0, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_mD05875B02F446679D52CD6049FEA83D6DA559E41_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mC18EF2F7D09426A86850DFD674262225CD0FE678_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_mC656C8A096056FB17091F6027C95F00F0805C472_gshared (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *)__this); (( void (*) (HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_mE33434B10D9D23701DA844DFF34C34D7C05C056E_gshared (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_m800B134D86431F21105E9450C4BF7F00B720AE13_gshared (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA * __this, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_22 = (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_23 = V_8; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_24 = ___source0; NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_23); (( void (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_23, (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_24, (HistogramEqualizationProcessor_1_t3539F8573709DFF2107E2AE4AC8D34D239A5C1CB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_44 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_44); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_45; L_45 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_m2D4167F98A8B9EABCCC30D23AFDF8E7D86A1CF15_inline((RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C *)(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C *)(&V_12), (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C *)(RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_51 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_51); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_52; L_52 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_52, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_62 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_62); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_63; L_63 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_63, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_72 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_72); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_73; L_73 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_73, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_83 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_83); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_84; L_84 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_84, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_93 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_93); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_94; L_94 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_94, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_99 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_99); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_100; L_100 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_100, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_107 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_107); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_108; L_108 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_108, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_115 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_115); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_116; L_116 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tAE08747BECE7A0CA7B163854F1374698D96429EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_116, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_m6E2CC40FA1813FA9C2889AA2ED4628A87EBDA7B1_gshared (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source0, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_1); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_3; L_3 = (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_6; L_6 = Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_6; CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_10 = V_3; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_11 = (*(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = L16_ToVector4_m9B8FD9208E26DA896FB2FD896A2BB326A326712D_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); L16_FromVector4_mC7454E67ED21E9D01AD6E4BA7971DAA77B419EC0_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m5BA7325632D926C679265E04C72B934F5FBBFF1C_gshared (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source0, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_6); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_8; L_8 = (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_11; L_11 = Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_11; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_12 = V_8; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_13 = (*(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_12); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_13, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = L16_ToVector4_m9B8FD9208E26DA896FB2FD896A2BB326A326712D_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); L16_FromVector4_mC7454E67ED21E9D01AD6E4BA7971DAA77B419EC0_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m7DA180760030147B460F58C1D5172094839B7DAC_gshared (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source0, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_2); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_4; L_4 = (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_11; L_11 = Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_11; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_12 = V_8; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_13 = (*(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_12); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_13, (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = L16_ToVector4_m9B8FD9208E26DA896FB2FD896A2BB326A326712D_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); L16_FromVector4_mC7454E67ED21E9D01AD6E4BA7971DAA77B419EC0_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_mE861B6030F3ACA15BAF786FDAD63601FFD2499B2_gshared (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___sourcePixel0, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m866CCBA1A160DB20B36C032B329A7B1C5A87AB2A_gshared (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___sourcePixel0, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_m43EE49870E9A78611A3122B7F5EDCBCE22614CB9_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_mAF3D82C046C6B2422F340A12E36E0480F3CC9FE0_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)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 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Int32,System.Boolean,System.Int32,System.Int32,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1__ctor_m35D079B79E141634BD0A7B207554FDA6487EA43A_gshared (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, int32_t ___luminanceLevels1, bool ___clipHistogram2, int32_t ___clipLimit3, int32_t ___tiles4, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source5, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; int32_t L_1 = ___luminanceLevels1; bool L_2 = ___clipHistogram2; int32_t L_3 = ___clipLimit3; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_4 = ___source5; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5 = ___sourceRectangle6; NullCheck((HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *)__this); (( void (*) (HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, bool, int32_t, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (int32_t)L_1, (bool)L_2, (int32_t)L_3, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_4, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_6 = ___tiles4; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_6, (int32_t)2, (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_7 = ___tiles4; Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline((int32_t)L_7, (int32_t)((int32_t)100), (String_t*)_stringLiteralA24B65309CEFF54D70C7BEE894144123944D672E, /*hidden argument*/NULL); int32_t L_8 = ___tiles4; __this->set_U3CTilesU3Ek__BackingField_7(L_8); return; } } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::get_Tiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptiveHistogramEqualizationProcessor_1_get_Tiles_m0178D6B39DB79C906C49F004A9A12C78B1C141B5_gshared (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTilesU3Ek__BackingField_7(); return (int32_t)L_0; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_OnFrameApply_mA7D1B0DD4A19EAD681E69E126850257D02E12139_gshared (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 * __this, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * V_8 = NULL; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); int32_t L_1; L_1 = ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_2 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2); int32_t L_3; L_3 = ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_2, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_5; L_5 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_6; L_6 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_4))/(float)((float)((float)L_5)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_6)); int32_t L_7 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_8; L_8 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); float L_9; L_9 = MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline((float)((float)((float)((float)((float)L_7))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_10; L_10 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_4 = (int32_t)L_10; int32_t L_11 = V_2; V_5 = (int32_t)((int32_t)((int32_t)L_11/(int32_t)2)); int32_t L_12 = V_3; V_6 = (int32_t)((int32_t)((int32_t)L_12/(int32_t)2)); NullCheck((HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *)__this); int32_t L_13; L_13 = (( int32_t (*) (HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_7 = (int32_t)L_13; NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_14; L_14 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_17; L_17 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_18; L_18 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_7; CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_22 = (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_22, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_22; } IL_0069: try {// begin try (depth: 1) { CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_23 = V_8; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_24 = ___source0; NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_23); (( void (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_23, (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_24, (HistogramEqualizationProcessor_1_t2ECC88FF8F45FAD50FC483B94C73140E6C5A5C6F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_25 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)il2cpp_codegen_object_new(List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED_il2cpp_TypeInfo_var); List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2(L_25, /*hidden argument*/List_1__ctor_mA7D4C166E208CA6056E271697071FE29622904D2_RuntimeMethod_var); V_9 = (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_25; V_10 = (int32_t)0; int32_t L_26 = V_6; V_11 = (int32_t)L_26; V_15 = (int32_t)0; goto IL_00a7; } IL_0085: { List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_27 = V_9; int32_t L_28 = V_11; int32_t L_29 = V_10; ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_30; memset((&L_30), 0, sizeof(L_30)); ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389((&L_30), (int32_t)L_28, (int32_t)L_29, /*hidden argument*/ValueTuple_2__ctor_mB2422974AB5D205D0F0705902A4EE61395FA4389_RuntimeMethod_var); NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27); List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_27, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_30, /*hidden argument*/List_1_Add_mFBE0EDEBD94EFF28949F98FE2B7A64B506723AF4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_11; int32_t L_33 = V_3; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_15; int32_t L_36 = V_4; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0085; } } IL_00af: { CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_37 = V_8; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_38 = V_9; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_4; int32_t L_42 = V_5; int32_t L_43 = V_7; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_44 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_44); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_45; L_45 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); RowIntervalOperation__ctor_mF626F78F4D84804EC9AE5CDA0FC1DED1354B4083_inline((RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 *)(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 *)(&V_12), (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_37, (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, (int32_t)L_42, (int32_t)L_43, (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_45, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_46; L_46 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_47 = V_0; List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_48 = V_9; NullCheck((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48); int32_t L_49; L_49 = List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_inline((List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED *)L_48, /*hidden argument*/List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_RuntimeMethod_var); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_50; memset((&L_50), 0, sizeof(L_50)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_50), (int32_t)0, (int32_t)0, (int32_t)L_47, (int32_t)L_49, /*hidden argument*/NULL); (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_46, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_50, (RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 *)(RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 *)(&V_12), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_51 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_51); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_52; L_52 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_53 = V_8; int32_t L_54 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_55; L_55 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_56 = V_3; int32_t L_57 = V_5; int32_t L_58 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_52, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_53, (int32_t)0, (int32_t)L_54, (int32_t)L_55, (int32_t)L_56, (int32_t)0, (int32_t)L_57, (int32_t)L_58, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_59; L_59 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_60 = V_2; int32_t L_61 = V_5; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60)), (int32_t)L_61)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_62 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_62); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_63; L_63 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_64 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_65; L_65 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_66 = V_1; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_67; L_67 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_68 = V_3; int32_t L_69 = V_13; int32_t L_70 = V_0; int32_t L_71 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_63, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_64, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), (int32_t)L_66, (int32_t)L_67, (int32_t)L_68, (int32_t)L_69, (int32_t)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_72 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_72); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_73; L_73 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_74 = V_8; int32_t L_75 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_76; L_76 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_77 = V_2; int32_t L_78 = V_6; int32_t L_79 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_73, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_74, (int32_t)0, (int32_t)L_75, (int32_t)L_76, (int32_t)L_77, (int32_t)0, (int32_t)L_78, (int32_t)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_80; L_80 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_81 = V_3; int32_t L_82 = V_6; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), (int32_t)L_81)), (int32_t)L_82)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_83 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_83); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_84; L_84 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_85 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_86; L_86 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_87 = V_0; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_88; L_88 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_89 = V_2; int32_t L_90 = V_14; int32_t L_91 = V_1; int32_t L_92 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_84, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_85, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)), (int32_t)L_87, (int32_t)L_88, (int32_t)L_89, (int32_t)L_90, (int32_t)L_91, (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_93 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_93); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_94; L_94 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_95 = V_8; int32_t L_96 = V_5; int32_t L_97 = V_6; int32_t L_98 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_94, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_95, (int32_t)0, (int32_t)0, (int32_t)0, (int32_t)L_96, (int32_t)0, (int32_t)L_97, (int32_t)L_98, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_99 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_99); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_100; L_100 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_101 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_102; L_102 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_103 = V_5; int32_t L_104 = V_14; int32_t L_105 = V_1; int32_t L_106 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_100, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_101, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), (int32_t)0, (int32_t)L_103, (int32_t)L_104, (int32_t)L_105, (int32_t)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_107 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_107); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_108; L_108 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_109 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_110; L_110 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_111 = V_13; int32_t L_112 = V_0; int32_t L_113 = V_6; int32_t L_114 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_108, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_109, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)), (int32_t)0, (int32_t)L_111, (int32_t)L_112, (int32_t)0, (int32_t)L_113, (int32_t)L_114, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_115 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_115); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_116; L_116 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_117 = V_8; NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_118; L_118 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this); int32_t L_119; L_119 = (( int32_t (*) (AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AdaptiveHistogramEqualizationProcessor_1_tB5583E9E19B87814EB908D90AFB041A79D324F93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_120 = V_13; int32_t L_121 = V_0; int32_t L_122 = V_14; int32_t L_123 = V_1; int32_t L_124 = V_7; (( void (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_116, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_117, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)1)), (int32_t)L_120, (int32_t)L_121, (int32_t)L_122, (int32_t)L_123, (int32_t)L_124, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); IL2CPP_LEAVE(0x202, FINALLY_01f6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f6; } FINALLY_01f6: {// begin finally (depth: 1) { CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_125 = V_8; if (!L_125) { goto IL_0201; } } IL_01fa: { CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_126 = V_8; NullCheck((RuntimeObject*)L_126); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_126); } IL_0201: { IL2CPP_END_FINALLY(502) } }// end finally (depth: 1) IL2CPP_CLEANUP(502) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x202, IL_0202) } IL_0202: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessCornerTile(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessCornerTile_mA2B9A4F3E6A099526D97CECDDD664F2A6F3915AA_gshared (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source0, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData1, int32_t ___cdfX2, int32_t ___cdfY3, int32_t ___xStart4, int32_t ___xEnd5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * V_3 = NULL; float V_4 = 0.0f; { int32_t L_0 = ___yStart6; V_0 = (int32_t)L_0; goto IL_0067; } IL_0005: { Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_1 = ___source0; int32_t L_2 = V_0; NullCheck((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_1); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_3; L_3 = (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_1 = (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_3; int32_t L_4 = ___xStart4; V_2 = (int32_t)L_4; goto IL_005e; } IL_0012: { int32_t L_5 = V_2; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_6; L_6 = Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_1), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_3 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_6; CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_7 = ___cdfData1; int32_t L_8 = ___cdfX2; int32_t L_9 = ___cdfY3; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_10 = V_3; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_11 = (*(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_10); int32_t L_12 = ___luminanceLevels8; int32_t L_13; L_13 = (( int32_t (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_7); float L_14; L_14 = (( float (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_4 = (float)L_14; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_15 = V_3; float L_16 = V_4; float L_17 = V_4; float L_18 = V_4; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_19 = V_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20; L_20 = L8_ToVector4_m8B03DD2C8BC3B7EA6C34700AEF814653DAD59757_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_19, /*hidden argument*/NULL); float L_21 = (float)L_20.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22; memset((&L_22), 0, sizeof(L_22)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_22), (float)L_16, (float)L_17, (float)L_18, (float)L_21, /*hidden argument*/NULL); L8_FromVector4_m5B5E617F4DF270BD3AF9F3267690E7D1E1DC86B2_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_15, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_2; int32_t L_25 = ___xEnd5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int32_t L_26 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_0; int32_t L_28 = ___yEnd7; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0005; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderColumn(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderColumn_m328DD109E15B90F22DA736CEF5E40A6F68B9C615_gshared (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source0, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData1, int32_t ___cdfX2, int32_t ___sourceHeight3, int32_t ___tileCount4, int32_t ___tileHeight5, int32_t ___xStart6, int32_t ___xEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileHeight5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00ad; } IL_000e: { int32_t L_1 = V_1; int32_t L_2 = ___tileHeight5; int32_t L_3 = ___sourceHeight3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_4; V_4 = (int32_t)0; int32_t L_5 = V_1; V_5 = (int32_t)L_5; goto IL_009b; } IL_0023: { Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_6 = ___source0; int32_t L_7 = V_5; NullCheck((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_6); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_8; L_8 = (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_6 = (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_8; int32_t L_9 = ___xStart6; V_7 = (int32_t)L_9; goto IL_0089; } IL_0033: { int32_t L_10 = V_7; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_11; L_11 = Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_6), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_11; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_12 = V_8; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_13 = (*(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_12); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_14 = ___cdfData1; int32_t L_15 = ___cdfX2; int32_t L_16 = V_0; int32_t L_17 = ___cdfX2; int32_t L_18 = V_0; int32_t L_19 = V_4; int32_t L_20 = ___tileHeight5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_13, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = L8_ToVector4_m8B03DD2C8BC3B7EA6C34700AEF814653DAD59757_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); L8_FromVector4_m5B5E617F4DF270BD3AF9F3267690E7D1E1DC86B2_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0089: { int32_t L_32 = V_7; int32_t L_33 = ___xEnd7; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0033; } } { int32_t L_34 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_5; int32_t L_37 = V_3; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0023; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileHeight5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ad: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::ProcessBorderRow(SixLabors.ImageSharp.Memory.Buffer2D`1,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveHistogramEqualizationProcessor_1_ProcessBorderRow_m0DF597A9A0E1DAB4A64FE07F10D0C32CE3C027A4_gshared (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source0, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData1, int32_t ___cdfY2, int32_t ___sourceWidth3, int32_t ___tileCount4, int32_t ___tileWidth5, int32_t ___yStart6, int32_t ___yEnd7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * V_8 = NULL; float V_9 = 0.0f; { int32_t L_0 = ___tileWidth5; V_0 = (int32_t)0; V_1 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)2)); V_2 = (int32_t)0; goto IL_00b0; } IL_000e: { int32_t L_1 = ___yStart6; V_3 = (int32_t)L_1; goto IL_009b; } IL_0016: { Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_2 = ___source0; int32_t L_3 = V_3; NullCheck((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_2); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_4; L_4 = (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); V_4 = (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_4; V_5 = (int32_t)0; int32_t L_5 = V_1; int32_t L_6 = ___tileWidth5; int32_t L_7 = ___sourceWidth3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_6 = (int32_t)L_8; int32_t L_9 = V_1; V_7 = (int32_t)L_9; goto IL_0091; } IL_0035: { int32_t L_10 = V_7; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_11; L_11 = Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_4), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); V_8 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_11; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_12 = V_8; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_13 = (*(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_12); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_14 = ___cdfData1; int32_t L_15 = V_0; int32_t L_16 = ___cdfY2; int32_t L_17 = V_0; int32_t L_18 = ___cdfY2; int32_t L_19 = V_5; int32_t L_20 = ___tileWidth5; int32_t L_21 = ___luminanceLevels8; float L_22; L_22 = (( float (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_13, (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_14, (int32_t)L_15, (int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (int32_t)L_18, (int32_t)L_19, (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); V_9 = (float)L_22; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_23 = V_8; float L_24 = V_9; float L_25 = V_9; float L_26 = V_9; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_27 = V_8; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28; L_28 = L8_ToVector4_m8B03DD2C8BC3B7EA6C34700AEF814653DAD59757_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_27, /*hidden argument*/NULL); float L_29 = (float)L_28.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_30), (float)L_24, (float)L_25, (float)L_26, (float)L_29, /*hidden argument*/NULL); L8_FromVector4_m5B5E617F4DF270BD3AF9F3267690E7D1E1DC86B2_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_23, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_30, /*hidden argument*/NULL); int32_t L_31 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0091: { int32_t L_33 = V_7; int32_t L_34 = V_6; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0035; } } { int32_t L_35 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009b: { int32_t L_36 = V_3; int32_t L_37 = ___yEnd7; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0016; } } { int32_t L_38 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); int32_t L_39 = V_1; int32_t L_40 = ___tileWidth5; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); int32_t L_41 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b0: { int32_t L_42 = V_2; int32_t L_43 = ___tileCount4; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_000e; } } { return; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenFourTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenFourTiles_mED6A82DD97300087452A8229EBDA451DE305FF5D_gshared (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___sourcePixel0, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData1, int32_t ___tileCountX2, int32_t ___tileCountY3, int32_t ___tileX4, int32_t ___tileY5, int32_t ___cdfX6, int32_t ___cdfY7, int32_t ___tileWidth8, int32_t ___tileHeight9, int32_t ___luminanceLevels10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; { L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels10; int32_t L_2; L_2 = (( int32_t (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tileX4; int32_t L_4 = ___tileWidth8; int32_t L_5 = ___tileY5; int32_t L_6 = ___tileHeight9; V_1 = (float)((float)((float)((float)((float)L_5))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))); int32_t L_7 = ___cdfY7; V_2 = (int32_t)L_7; int32_t L_8 = ___tileCountY3; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); V_3 = (int32_t)L_10; int32_t L_11 = ___cdfX6; V_4 = (int32_t)L_11; int32_t L_12 = ___tileCountX2; int32_t L_13 = V_4; int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_5 = (int32_t)L_14; CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_15 = ___cdfData1; int32_t L_16 = V_4; int32_t L_17 = V_2; int32_t L_18 = V_0; NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_15); float L_19; L_19 = (( float (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_15, (int32_t)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_6 = (float)L_19; CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_20 = ___cdfData1; int32_t L_21 = V_5; int32_t L_22 = V_2; int32_t L_23 = V_0; NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_20); float L_24; L_24 = (( float (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_7 = (float)L_24; CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_25 = ___cdfData1; int32_t L_26 = V_4; int32_t L_27 = V_3; int32_t L_28 = V_0; NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_25); float L_29; L_29 = (( float (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_25, (int32_t)L_26, (int32_t)L_27, (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_8 = (float)L_29; CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_30 = ___cdfData1; int32_t L_31 = V_5; int32_t L_32 = V_3; int32_t L_33 = V_0; NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_30); float L_34; L_34 = (( float (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_9 = (float)L_34; float L_35 = V_1; float L_36 = V_6; float L_37 = V_7; float L_38 = V_8; float L_39 = V_9; float L_40; L_40 = (( float (*) (float, float, float, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)->methodPointer)((float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))), (float)L_35, (float)L_36, (float)L_37, (float)L_38, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (float)L_40; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::InterpolateBetweenTwoTiles(TPixel,SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1/CdfTileData,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_InterpolateBetweenTwoTiles_m4032B48885A0825E90D6DB7706A7AC8AFB2ED4C7_gshared (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___sourcePixel0, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData1, int32_t ___tileX12, int32_t ___tileY13, int32_t ___tileX24, int32_t ___tileY25, int32_t ___tilePos6, int32_t ___tileWidth7, int32_t ___luminanceLevels8, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_0 = ___sourcePixel0; int32_t L_1 = ___luminanceLevels8; int32_t L_2; L_2 = (( int32_t (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); V_0 = (int32_t)L_2; int32_t L_3 = ___tilePos6; int32_t L_4 = ___tileWidth7; V_1 = (float)((float)((float)((float)((float)L_3))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_5 = ___cdfData1; int32_t L_6 = ___tileX12; int32_t L_7 = ___tileY13; int32_t L_8 = V_0; NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_5); float L_9; L_9 = (( float (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_5, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_10 = ___cdfData1; int32_t L_11 = ___tileX24; int32_t L_12 = ___tileY25; int32_t L_13 = V_0; NullCheck((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_10); float L_14; L_14 = (( float (*) (CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC *)L_10, (int32_t)L_11, (int32_t)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); V_2 = (float)L_14; float L_15 = V_2; float L_16 = V_1; float L_17; L_17 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_9, (float)L_15, (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_17; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::BilinearInterpolation(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_BilinearInterpolation_m46094CF79E9D78E9E50387155CBFBB5C1BC8DED4_gshared (float ___tx0, float ___ty1, float ___lt2, float ___rt3, float ___lb4, float ___rb5, const RuntimeMethod* method) { { float L_0 = ___lt2; float L_1 = ___rt3; float L_2 = ___tx0; float L_3; L_3 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_0, (float)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_4 = ___lb4; float L_5 = ___rb5; float L_6 = ___tx0; float L_7; L_7 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_4, (float)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); float L_8 = ___ty1; float L_9; L_9 = (( float (*) (float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)((float)L_3, (float)L_7, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); return (float)L_9; } } // System.Single SixLabors.ImageSharp.Processing.Processors.Normalization.AdaptiveHistogramEqualizationProcessor`1::LinearInterpolation(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptiveHistogramEqualizationProcessor_1_LinearInterpolation_m737F4B6DDB22BED3235CF763887A7133A3F06DCF_gshared (float ___left0, float ___right1, float ___t2, const RuntimeMethod* method) { { float L_0 = ___left0; float L_1 = ___right1; float L_2 = ___left0; float L_3 = ___t2; return (float)((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)L_3)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_mB626FF1519AD4745DA9C6F1ACFB06665F7775740_inline (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * __this, const RuntimeMethod* method) { { // get { return m_IgnoreTimeScale; } bool L_0 = __this->get_m_IgnoreTimeScale_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ColorTween_get_duration_m0D54F8FF864F645287570B01A7263FDA284A3091_inline (ColorTween_tB608DC1CF7A7F226B0D4DD8B269798F27CECE339 * __this, const RuntimeMethod* method) { { // get { return m_Duration; } float L_0 = __this->get_m_Duration_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_m3B10773CBA33198B3ADDBBCC4693DC31F2E18B2D_inline (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * __this, const RuntimeMethod* method) { { // get { return m_IgnoreTimeScale; } bool L_0 = __this->get_m_IgnoreTimeScale_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FloatTween_get_duration_mE1F7640DA84DE519733659F11D84DFB6F6C0711E_inline (FloatTween_t5A586E52817A19AA6B977C2E775A83AB391BBC97 * __this, const RuntimeMethod* method) { { // get { return m_Duration; } float L_0 = __this->get_m_Duration_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_m40168239ACB9A32B1A87EAF382CBA87FB641743D_inline (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * __this, const RuntimeMethod* method) { { // get { return m_IgnoreTimeScale; } bool L_0 = __this->get_m_IgnoreTimeScale_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FloatTween_get_duration_mD6CD9915EB7F798B9F07F20E096066B201CCFF73_inline (FloatTween_tFC6A79CB4DD9D51D99523093925F926E12D2F228 * __this, const RuntimeMethod* method) { { // get { return m_Duration; } float L_0 = __this->get_m_Duration_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline (int32_t ___value0, int32_t ___min1, String_t* ___parameterName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = ___min1; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0005; } } { return; } IL_0005: { int32_t L_2 = ___value0; int32_t L_3 = ___min1; String_t* L_4 = ___parameterName2; ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB(L_2, L_3, L_4, /*hidden argument*/ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_MustBeLessThanOrEqualTo_m354967F47CB4F1C0DC1DC72F9C87C92B9275A3FC_inline (int32_t ___value0, int32_t ___max1, String_t* ___parameterName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBFC0F37B7251E3F2FC02910BD278013E8AC0AFAD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = ___max1; if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_0005; } } { return; } IL_0005: { int32_t L_2 = ___value0; int32_t L_3 = ___max1; String_t* L_4 = ___parameterName2; ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBFC0F37B7251E3F2FC02910BD278013E8AC0AFAD(L_2, L_3, L_4, /*hidden argument*/ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBFC0F37B7251E3F2FC02910BD278013E8AC0AFAD_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ImageFrame_get_Width_m8E638D747299CA1332573C323B5DC9B3EA43E3EE_inline (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CWidthU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ImageFrame_get_Height_mFE86F4E63EA7E54506852EAB38D70FAEEACFFA56_inline (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CHeightU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MathF_Ceiling_m2EDE8A930AC73267E2A2F73F58DA82045FAE8B95_inline (float ___f0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___f0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_1; L_1 = ceil(((double)((double)L_0))); return ((float)((float)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 A8_ToVector4_m4D4BFC90ED15E8C60035BFFFB01624E93170DFB7_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, const RuntimeMethod* method) { { uint8_t L_0; L_0 = A8_get_PackedValue_m341FC6C53B24BB286C39A160D0E707843714C52B_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; memset((&L_1), 0, sizeof(L_1)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_1), (0.0f), (0.0f), (0.0f), ((float)((float)((float)((float)L_0))/(float)(255.0f))), /*hidden argument*/NULL); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_W_3(); uint8_t L_2; L_2 = A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline(L_1, /*hidden argument*/NULL); A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, L_2, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Abgr32_ToVector4_m924F1C64E0B8C9E78DAE1C9ACC62ACB47DE6DF95_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = __this->get_R_3(); uint8_t L_1 = __this->get_G_2(); uint8_t L_2 = __this->get_B_1(); uint8_t L_3 = __this->get_A_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)L_0)), ((float)((float)L_1)), ((float)((float)L_2)), ((float)((float)L_3)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6; L_6 = Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline(L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Argb32_ToVector4_m200DB92C4C26075816C2642BEEF959D4138E0396_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = __this->get_R_1(); uint8_t L_1 = __this->get_G_2(); uint8_t L_2 = __this->get_B_3(); uint8_t L_3 = __this->get_A_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)L_0)), ((float)((float)L_1)), ((float)((float)L_2)), ((float)((float)L_3)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6; L_6 = Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline(L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgr24_ToVector4_m7873130365A223BE9CD4CF249A756101CB7F4D0D_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, const RuntimeMethod* method) { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); { uint8_t L_0 = __this->get_R_2(); uint8_t L_1 = __this->get_G_1(); uint8_t L_2 = __this->get_B_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_3; memset((&L_3), 0, sizeof(L_3)); Rgba32__ctor_mEF4B0E4289037C5E6C4FD0751715F06CEEC569C4_inline((&L_3), L_0, L_1, L_2, (uint8_t)((int32_t)255), /*hidden argument*/NULL); V_0 = L_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Rgba32_ToVector4_m2320E84B610FA4F872A1BDDA53B4EE204017C4B7_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), L_0, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_1 = V_0; Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this, L_1, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgr565_ToVector4_m9344140C6896C34D694F147F3178F365E8364628_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, const RuntimeMethod* method) { { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_0; L_0 = Bgr565_ToVector3_mAD471CE16B416143B668BC4DFE413A0EE9339A02_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; memset((&L_1), 0, sizeof(L_1)); Vector4__ctor_m716D2EB70783450C3569F4B9B695D68F3CE9C811((&L_1), L_0, (1.0f), /*hidden argument*/NULL); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___vector0; float L_5 = L_4.get_Z_2(); Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C((Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)(&V_0), L_1, L_3, L_5, /*hidden argument*/NULL); uint16_t L_6; L_6 = Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline((Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)(&V_0), /*hidden argument*/NULL); Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, L_6, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgra32_ToVector4_m6EB772C90AC6F350083398265BD5B49694DD4194_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = __this->get_R_2(); uint8_t L_1 = __this->get_G_1(); uint8_t L_2 = __this->get_B_0(); uint8_t L_3 = __this->get_A_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)L_0)), ((float)((float)L_1)), ((float)((float)L_2)), ((float)((float)L_3)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6; L_6 = Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline(L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgra4444_ToVector4_mF82092024B39ADF13547767878335770CBA1C661_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra4444_get_PackedValue_m81EBBF0DB96707467DF8406F9899FD40DE88AA55_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, /*hidden argument*/NULL); uint16_t L_1; L_1 = Bgra4444_get_PackedValue_m81EBBF0DB96707467DF8406F9899FD40DE88AA55_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, /*hidden argument*/NULL); uint16_t L_2; L_2 = Bgra4444_get_PackedValue_m81EBBF0DB96707467DF8406F9899FD40DE88AA55_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, /*hidden argument*/NULL); uint16_t L_3; L_3 = Bgra4444_get_PackedValue_m81EBBF0DB96707467DF8406F9899FD40DE88AA55_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8))&(int32_t)((int32_t)15))))), ((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)4))&(int32_t)((int32_t)15))))), ((float)((float)((int32_t)((int32_t)L_2&(int32_t)((int32_t)15))))), ((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)((int32_t)12)))&(int32_t)((int32_t)15))))), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_4, (0.0666666701f), /*hidden argument*/NULL); return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Bgra5551_ToVector4_m00FD22B9197B2056CF65D1043CBCD63648BE2F01_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra5551_get_PackedValue_mB22D0960BA5420CD2375632163C8D93E617B1451_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, /*hidden argument*/NULL); uint16_t L_1; L_1 = Bgra5551_get_PackedValue_mB22D0960BA5420CD2375632163C8D93E617B1451_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, /*hidden argument*/NULL); uint16_t L_2; L_2 = Bgra5551_get_PackedValue_mB22D0960BA5420CD2375632163C8D93E617B1451_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, /*hidden argument*/NULL); uint16_t L_3; L_3 = Bgra5551_get_PackedValue_mB22D0960BA5420CD2375632163C8D93E617B1451_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)((int32_t)10)))&(int32_t)((int32_t)31)))))/(float)(31.0f))), ((float)((float)((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)5))&(int32_t)((int32_t)31)))))/(float)(31.0f))), ((float)((float)((float)((float)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31)))))/(float)(31.0f))), ((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)((int32_t)15)))&(int32_t)1)))), /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Byte4_ToVector4_m631A8BECB4DE33F18003E9013F440657ED81E993_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, const RuntimeMethod* method) { { uint32_t L_0; L_0 = Byte4_get_PackedValue_mC324FDB4EDC047790D80854CFD12DB86D31EA62D_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, /*hidden argument*/NULL); uint32_t L_1; L_1 = Byte4_get_PackedValue_mC324FDB4EDC047790D80854CFD12DB86D31EA62D_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, /*hidden argument*/NULL); uint32_t L_2; L_2 = Byte4_get_PackedValue_mC324FDB4EDC047790D80854CFD12DB86D31EA62D_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, /*hidden argument*/NULL); uint32_t L_3; L_3 = Byte4_get_PackedValue_mC324FDB4EDC047790D80854CFD12DB86D31EA62D_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)((double)((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)255))))))), ((float)((float)((double)((uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_1>>8))&(int32_t)((int32_t)255))))))), ((float)((float)((double)((uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)16)))&(int32_t)((int32_t)255))))))), ((float)((float)((double)((uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_3>>((int32_t)24)))&(int32_t)((int32_t)255))))))), /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint32_t L_0; L_0 = Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 HalfSingle_ToVector4_mAAD4D9B143192743F760A20FE4DBDB2184F0D64C_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, const RuntimeMethod* method) { { float L_0; L_0 = HalfSingle_ToSingle_mA71AEB57FB66D04E9B80D976B6E1E1DC13A4ADA2_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)__this, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; memset((&L_1), 0, sizeof(L_1)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_1), L_0, (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromVector4_m5811DB25422D45F8A0A93C19FA6C472AEBD5C47C_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); uint16_t L_2; L_2 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_1, /*hidden argument*/NULL); HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)__this, L_2, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 HalfVector2_ToVector4_m07F67211B0196C5D476A7A0C7C69BB55D772B68E_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, const RuntimeMethod* method) { Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0; L_0 = HalfVector2_ToVector2_m96A19C53CDBA0656A715EE3954CB64A917415B2D_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, /*hidden argument*/NULL); V_0 = L_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1 = V_0; float L_2 = L_1.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3 = V_0; float L_4 = L_3.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; memset((&L_5), 0, sizeof(L_5)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_5), L_2, L_4, (0.0f), (1.0f), /*hidden argument*/NULL); return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromVector4_m2EA26CF3A86EAD4833DE575AD62327504E88CB3C_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); uint32_t L_4; L_4 = HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline(L_1, L_3, /*hidden argument*/NULL); HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, L_4, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 HalfVector4_ToVector4_m9C810A99354029815B9DD50E2E420BECB3EC737C_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, const RuntimeMethod* method) { { uint64_t L_0; L_0 = HalfVector4_get_PackedValue_mC9A49D885014D4943DD1B6C7FFBE17DD5E61821C_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, /*hidden argument*/NULL); float L_1; L_1 = HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8((uint16_t)((int32_t)((uint16_t)L_0)), /*hidden argument*/NULL); uint64_t L_2; L_2 = HalfVector4_get_PackedValue_mC9A49D885014D4943DD1B6C7FFBE17DD5E61821C_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, /*hidden argument*/NULL); float L_3; L_3 = HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8((uint16_t)((int32_t)((uint16_t)((int64_t)((uint64_t)L_2>>((int32_t)16))))), /*hidden argument*/NULL); uint64_t L_4; L_4 = HalfVector4_get_PackedValue_mC9A49D885014D4943DD1B6C7FFBE17DD5E61821C_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, /*hidden argument*/NULL); float L_5; L_5 = HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8((uint16_t)((int32_t)((uint16_t)((int64_t)((uint64_t)L_4>>((int32_t)32))))), /*hidden argument*/NULL); uint64_t L_6; L_6 = HalfVector4_get_PackedValue_mC9A49D885014D4943DD1B6C7FFBE17DD5E61821C_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, /*hidden argument*/NULL); float L_7; L_7 = HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8((uint16_t)((int32_t)((uint16_t)((int64_t)((uint64_t)L_6>>((int32_t)48))))), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint64_t L_0; L_0 = HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L16_ToVector4_m9B8FD9208E26DA896FB2FD896A2BB326A326712D_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, const RuntimeMethod* method) { { uint16_t L_0; L_0 = L16_get_PackedValue_mB73D93F9829B6F793AC69F7C88D0077BEFB62A10_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, /*hidden argument*/NULL); float L_1 = ((float)((float)((float)((float)L_0))/(float)(65535.0f))); float L_2 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; memset((&L_3), 0, sizeof(L_3)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_3), L_1, L_2, L_2, (1.0f), /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromVector4_mC7454E67ED21E9D01AD6E4BA7971DAA77B419EC0_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L8_ToVector4_m8B03DD2C8BC3B7EA6C34700AEF814653DAD59757_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, const RuntimeMethod* method) { { uint8_t L_0; L_0 = L8_get_PackedValue_m26A4A6FE9A33FC50E6C236D6B7ACCBEC7BB60043_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, /*hidden argument*/NULL); float L_1 = ((float)((float)((float)((float)L_0))/(float)(255.0f))); float L_2 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; memset((&L_3), 0, sizeof(L_3)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_3), L_1, L_2, L_2, (1.0f), /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromVector4_m5B5E617F4DF270BD3AF9F3267690E7D1E1DC86B2_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED ConfiguredTaskAwaitable_1_GetAwaiter_m94F6533C8B05218E68527F18BB68F5731129E12C_gshared_inline (ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED L_0 = (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED )__this->get_m_configuredTaskAwaiter_0(); return (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m148BFC5A420F98E704043CCE91A99209748977F5_gshared_inline (RowIntervalOperation_t4901CB0503A33DAF56335E17B32A4A3E63DC2D23 * __this, CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source7, const RuntimeMethod* method) { { CdfTileData_t994974A7DAD2E14A798664C5761A93431E842426 * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_8 = ___source7; NullCheck((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_10 = ___source7; NullCheck((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mFADFBEE4100EDC899C229DE7BC6CD4E8EFFF9050_gshared_inline (List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * L_2 = (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_5; L_5 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_7; L_7 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(L_7); } IL_0030: { Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * L_8 = (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)__this->get__pinnable_0(); NullCheck(L_8); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_9 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_11; L_11 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_13; L_13 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m919DEFA27DDAD8104B2377D8E8D5F3674819A787_gshared_inline (RowIntervalOperation_tD61A96C09E2602B8A37DB326E408FC4D2E229A63 * __this, CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source7, const RuntimeMethod* method) { { CdfTileData_t52CA7DA83BA076E24175424DA96CFDFF2E6B89FA * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_8 = ___source7; NullCheck((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_10 = ___source7; NullCheck((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * L_2 = (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_5; L_5 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_7; L_7 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(L_7); } IL_0030: { Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * L_8 = (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)__this->get__pinnable_0(); NullCheck(L_8); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_9 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_11; L_11 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_13; L_13 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m3225BF4940ACAA6CD5C8445614659ACE3A2E430B_gshared_inline (RowIntervalOperation_t4031714EAA864FE7740D3D1BBA7C6F89373E9107 * __this, CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source7, const RuntimeMethod* method) { { CdfTileData_t756ED5828507695771BEBC9EF18C11D93AA47D2E * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_8 = ___source7; NullCheck((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_10 = ___source7; NullCheck((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * L_2 = (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_5; L_5 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_7; L_7 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(L_7); } IL_0030: { Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * L_8 = (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)__this->get__pinnable_0(); NullCheck(L_8); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_9 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_11; L_11 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_13; L_13 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m9A1A05B9E8873529F42B7E94CA28D464602C6A1D_gshared_inline (RowIntervalOperation_t5AE857780CD6934835E673650E8532DAD7C1F7F8 * __this, CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source7, const RuntimeMethod* method) { { CdfTileData_t3152854E692656C755AA4B6ABA66D8C4C98855E5 * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_8 = ___source7; NullCheck((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_10 = ___source7; NullCheck((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * L_2 = (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_5; L_5 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_7; L_7 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(L_7); } IL_0030: { Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * L_8 = (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)__this->get__pinnable_0(); NullCheck(L_8); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_9 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_11; L_11 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_13; L_13 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m2DEB7C570AE2485DA3745C7FAA178A9FD661F119_gshared_inline (RowIntervalOperation_tDCFEBFFBE69E368E4F33A1C622212FA65693F9F1 * __this, CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source7, const RuntimeMethod* method) { { CdfTileData_tACB6834B9717F013DE9814FCC94DE3FCAE6C7A48 * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_8 = ___source7; NullCheck((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_10 = ___source7; NullCheck((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * L_2 = (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_5; L_5 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_7; L_7 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(L_7); } IL_0030: { Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * L_8 = (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)__this->get__pinnable_0(); NullCheck(L_8); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_9 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_11; L_11 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_13; L_13 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mEA624C83E91E90C48940287C470BD9F0CDAD8876_gshared_inline (RowIntervalOperation_tED2024F184117C68BBDED7E74783E099B5877390 * __this, CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source7, const RuntimeMethod* method) { { CdfTileData_t6500120429FA434A61F2F343E38D7290CE506071 * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_8 = ___source7; NullCheck((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_10 = ___source7; NullCheck((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * L_2 = (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_5; L_5 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_7; L_7 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(L_7); } IL_0030: { Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * L_8 = (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)__this->get__pinnable_0(); NullCheck(L_8); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_9 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_11; L_11 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_13; L_13 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mAE1A0EFBAE169E5697531BE4C9A3FD04A48D0331_gshared_inline (RowIntervalOperation_tA5CEF57A3754ED379FB12675522EC29C840632AD * __this, CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source7, const RuntimeMethod* method) { { CdfTileData_t035AD63FC44892129B726F4C332FD10114ECB7E0 * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_8 = ___source7; NullCheck((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_10 = ___source7; NullCheck((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * L_2 = (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_5; L_5 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_7; L_7 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(L_7); } IL_0030: { Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * L_8 = (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)__this->get__pinnable_0(); NullCheck(L_8); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_9 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_11; L_11 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_13; L_13 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m02ECDB41FEF94F1CA348107C96E2BB8B4D340675_gshared_inline (RowIntervalOperation_t02E22667CDE40D97A0BA8A48C77193FA7ADC9507 * __this, CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source7, const RuntimeMethod* method) { { CdfTileData_tFD7BE40FADC501EDC87A42416724B17AAF0FB2BD * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_8 = ___source7; NullCheck((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_10 = ___source7; NullCheck((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * L_2 = (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_5; L_5 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_7; L_7 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(L_7); } IL_0030: { Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * L_8 = (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)__this->get__pinnable_0(); NullCheck(L_8); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_9 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_11; L_11 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_13; L_13 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m5BD84D5785ED7604BDF6A6C2CCBC858214042200_gshared_inline (RowIntervalOperation_tCB14AE181AF9FCC7C7C7E1634715AABB4F82BE4B * __this, CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source7, const RuntimeMethod* method) { { CdfTileData_t33AC24218F998261295AEB205913391478DB21DE * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_8 = ___source7; NullCheck((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_10 = ___source7; NullCheck((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * L_2 = (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_5; L_5 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_7; L_7 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(L_7); } IL_0030: { Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * L_8 = (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)__this->get__pinnable_0(); NullCheck(L_8); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_9 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_11; L_11 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_13; L_13 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m1A07A57D01772A4C442E5DCF9241FAE2042CFB34_gshared_inline (RowIntervalOperation_t85B7224A1D9388007FA1A7B63545F9AD73A3A130 * __this, CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source7, const RuntimeMethod* method) { { CdfTileData_t4A8298EB7EA43D3B3098A34F1834CDB228F98F1E * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_8 = ___source7; NullCheck((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_10 = ___source7; NullCheck((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * L_2 = (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_5; L_5 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_7; L_7 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(L_7); } IL_0030: { Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * L_8 = (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)__this->get__pinnable_0(); NullCheck(L_8); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_9 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_11; L_11 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_13; L_13 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mB5DB914B649F9E39BBEF89B663DB4285FDB5CE66_gshared_inline (RowIntervalOperation_tEAD4431A413E1D7781F07F1B71BBD4628C722BB2 * __this, CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source7, const RuntimeMethod* method) { { CdfTileData_t73D8E329AA244502ED768C8AFB94D84FCE1DD789 * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_8 = ___source7; NullCheck((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_10 = ___source7; NullCheck((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * L_2 = (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_5; L_5 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_7; L_7 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(L_7); } IL_0030: { Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * L_8 = (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)__this->get__pinnable_0(); NullCheck(L_8); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_9 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_11; L_11 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_13; L_13 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m28B53119962E1CB264F5FEA43258E49C92B33297_gshared_inline (RowIntervalOperation_tC752306A4B552E47EAE08730A9BCFCFF75A00800 * __this, CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source7, const RuntimeMethod* method) { { CdfTileData_t752BC3C3DD9633C2E189E7D8FE6E4ED89C973AF3 * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_8 = ___source7; NullCheck((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_10 = ___source7; NullCheck((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * L_2 = (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_5; L_5 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_7; L_7 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(L_7); } IL_0030: { Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * L_8 = (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)__this->get__pinnable_0(); NullCheck(L_8); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_9 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_11; L_11 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_13; L_13 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_m2D4167F98A8B9EABCCC30D23AFDF8E7D86A1CF15_gshared_inline (RowIntervalOperation_t6AFEC59C8B9887F9B6DE87FE6D01F43FEEF3B95C * __this, CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source7, const RuntimeMethod* method) { { CdfTileData_tECC9C28E0A45F657C0151415882B9EEF87F4555D * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_8 = ___source7; NullCheck((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_10 = ___source7; NullCheck((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * L_2 = (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_5; L_5 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_7; L_7 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L_7); } IL_0030: { Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * L_8 = (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)__this->get__pinnable_0(); NullCheck(L_8); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_9 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_11; L_11 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_13; L_13 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperation__ctor_mF626F78F4D84804EC9AE5CDA0FC1DED1354B4083_gshared_inline (RowIntervalOperation_tB05ED95D78E2BDF8A7529542D7A97894BA191917 * __this, CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * ___cdfData0, List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * ___tileYStartPositions1, int32_t ___tileWidth2, int32_t ___tileHeight3, int32_t ___tileCount4, int32_t ___halfTileWidth5, int32_t ___luminanceLevels6, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source7, const RuntimeMethod* method) { { CdfTileData_tC4CE591A456FA8AF3DFCAD2635FCB938DB6DA2DC * L_0 = ___cdfData0; __this->set_cdfData_0(L_0); List_1_tE57765DC8CEB2E29B9BD9A1290ED584663BDBBED * L_1 = ___tileYStartPositions1; __this->set_tileYStartPositions_1(L_1); int32_t L_2 = ___tileWidth2; __this->set_tileWidth_2(L_2); int32_t L_3 = ___tileHeight3; __this->set_tileHeight_3(L_3); int32_t L_4 = ___tileCount4; __this->set_tileCount_4(L_4); int32_t L_5 = ___halfTileWidth5; __this->set_halfTileWidth_5(L_5); int32_t L_6 = ___luminanceLevels6; __this->set_luminanceLevels_6(L_6); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_7 = ___source7; __this->set_source_7(L_7); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_8 = ___source7; NullCheck((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); __this->set_sourceWidth_8(L_9); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_10 = ___source7; NullCheck((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_sourceHeight_9(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * L_2 = (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_5; L_5 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_7; L_7 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L_7); } IL_0030: { Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * L_8 = (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)__this->get__pinnable_0(); NullCheck(L_8); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_9 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_11; L_11 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_13; L_13 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t A8_get_PackedValue_m341FC6C53B24BB286C39A160D0E707843714C52B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline (float ___alpha0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___alpha0; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline(L_0, (0.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_2; L_2 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f)))))); return (uint8_t)il2cpp_codegen_cast_floating_point(L_2); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)((float)L_1/(float)L_3)), ((float)((float)L_5/(float)L_7)), ((float)((float)L_9/(float)L_11)), ((float)((float)L_13/(float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_3((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_2((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_1((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_0((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_1((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_2((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_3((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_0((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32__ctor_mEF4B0E4289037C5E6C4FD0751715F06CEEC569C4_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method) { { uint8_t L_0 = ___r0; __this->set_R_0(L_0); uint8_t L_1 = ___g1; __this->set_G_1(L_1); uint8_t L_2 = ___b2; __this->set_B_2(L_2); uint8_t L_3 = ___a3; __this->set_A_3(L_3); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba32_ToVector4_m2320E84B610FA4F872A1BDDA53B4EE204017C4B7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = __this->get_R_0(); uint8_t L_1 = __this->get_G_1(); uint8_t L_2 = __this->get_B_2(); uint8_t L_3 = __this->get_A_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)L_0)), ((float)((float)L_1)), ((float)((float)L_2)), ((float)((float)L_3)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6; L_6 = Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline(L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___source0, const RuntimeMethod* method) { { Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_0; L_0 = Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&___source0), /*hidden argument*/NULL); *(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Bgr565_ToVector3_mAD471CE16B416143B668BC4DFE413A0EE9339A02_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgr565_get_PackedValue_m1432BECE5783D0FAF5F03667419AAE98B35F13E4_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, /*hidden argument*/NULL); uint16_t L_1; L_1 = Bgr565_get_PackedValue_m1432BECE5783D0FAF5F03667419AAE98B35F13E4_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, /*hidden argument*/NULL); uint16_t L_2; L_2 = Bgr565_get_PackedValue_m1432BECE5783D0FAF5F03667419AAE98B35F13E4_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, /*hidden argument*/NULL); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_3; memset((&L_3), 0, sizeof(L_3)); Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C((&L_3), ((float)il2cpp_codegen_multiply((float)((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)((int32_t)11)))&(int32_t)((int32_t)31))))), (float)(0.0322580636f))), ((float)il2cpp_codegen_multiply((float)((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)5))&(int32_t)((int32_t)63))))), (float)(0.0158730168f))), ((float)il2cpp_codegen_multiply((float)((float)((float)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31))))), (float)(0.0322580636f))), /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_0 = ___vector0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_1 = ___vector0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_2 = (*(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)L_1); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_3; L_3 = Vector3_get_Zero_mACEA51197DC0E58F0D1A9E5F06B4E4FB459EAF3D(/*hidden argument*/NULL); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_4; L_4 = Vector3_get_One_m15396B518DD28586E12E43EB461367FCED17D1A1(/*hidden argument*/NULL); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_5; L_5 = Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)L_0 = L_5; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(31.0f)))))); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(63.0f)))))); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(31.0f)))))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)31)))<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)63)))<<(int32_t)5))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)31))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_2((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_0((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_get_PackedValue_m81EBBF0DB96707467DF8406F9899FD40DE88AA55_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, float ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = ___right1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; memset((&L_2), 0, sizeof(L_2)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_2), L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_W_3(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_X_0(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Y_1(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_Z_2(); double L_17; L_17 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_16, (float)(15.0f)))))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)15)))<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)15)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)15)))<<(int32_t)4))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17))&(int32_t)((int32_t)15))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_get_PackedValue_mB22D0960BA5420CD2375632163C8D93E617B1451_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_W_3(); double L_17; L_17 = bankers_round(((double)((double)L_16))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)31)))<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)31)))<<(int32_t)5))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17))&(int32_t)1))<<(int32_t)((int32_t)15))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_get_PackedValue_mC324FDB4EDC047790D80854CFD12DB86D31EA62D_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_4), (255.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)L_10))); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_11)&(int32_t)((int32_t)255)))<<(int32_t)8)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)L_13))); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_14)&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_W_3(); double L_17; L_17 = bankers_round(((double)((double)L_16))); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_17)&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24))); uint32_t L_18 = V_0; uint32_t L_19 = V_1; uint32_t L_20 = V_2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_8)&(int32_t)((int32_t)255)))|(int32_t)L_18))|(int32_t)L_19))|(int32_t)L_20)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HalfSingle_ToSingle_mA71AEB57FB66D04E9B80D976B6E1E1DC13A4ADA2_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, const RuntimeMethod* method) { { uint16_t L_0; L_0 = HalfSingle_get_PackedValue_m73CF31428A76D0D77497BFAD17A559104027DDF3_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)__this, /*hidden argument*/NULL); float L_1; L_1 = HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline (float ___value0, const RuntimeMethod* method) { Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC )); float L_0 = ___value0; (&V_0)->set_F_0(L_0); Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC L_1 = V_0; int32_t L_2 = L_1.get_I_1(); uint16_t L_3; L_3 = HalfTypeHelper_Pack_m2EFAE2DA4AF2CC0175F4F189E6EFAAF01479A21A(L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D HalfVector2_ToVector2_m96A19C53CDBA0656A715EE3954CB64A917415B2D_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, const RuntimeMethod* method) { Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { uint32_t L_0; L_0 = HalfVector2_get_PackedValue_m46C55EE17E09D678F3976798998642D5E3485745_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, /*hidden argument*/NULL); float L_1; L_1 = HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8((uint16_t)((int32_t)((uint16_t)L_0)), /*hidden argument*/NULL); (&V_0)->set_X_0(L_1); uint32_t L_2; L_2 = HalfVector2_get_PackedValue_m46C55EE17E09D678F3976798998642D5E3485745_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, /*hidden argument*/NULL); float L_3; L_3 = HalfTypeHelper_Unpack_mA2270A2030A71F8428731CCC0F39B0712F2D3AE8((uint16_t)((int32_t)((uint16_t)((int32_t)((uint32_t)L_2>>((int32_t)16))))), /*hidden argument*/NULL); (&V_0)->set_Y_1(L_3); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline (float ___x0, float ___y1, const RuntimeMethod* method) { uint32_t V_0 = 0; { float L_0 = ___x0; uint16_t L_1; L_1 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_0, /*hidden argument*/NULL); float L_2 = ___y1; uint16_t L_3; L_3 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_2, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_3<<(int32_t)((int32_t)16))); uint32_t L_4 = V_0; return ((int32_t)((int32_t)L_1|(int32_t)L_4)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_get_PackedValue_mC9A49D885014D4943DD1B6C7FFBE17DD5E61821C_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; float L_1 = L_0->get_X_0(); uint16_t L_2; L_2 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3 = ___vector0; float L_4 = L_3->get_Y_1(); uint16_t L_5; L_5 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_4, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_5))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_Z_2(); uint16_t L_8; L_8 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_7, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_8))<<(int32_t)((int32_t)32))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_W_3(); uint16_t L_11; L_11 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_10, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_11))<<(int32_t)((int32_t)48))); uint64_t L_12 = V_0; uint64_t L_13 = V_1; uint64_t L_14 = V_2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_2))|(int64_t)L_12))|(int64_t)L_13))|(int64_t)L_14)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t L16_get_PackedValue_mB73D93F9829B6F793AC69F7C88D0077BEFB62A10_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = ___vector0; float L_8 = L_7.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = ___vector0; float L_10 = L_9.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_11; L_11 = ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline(L_6, L_8, L_10, /*hidden argument*/NULL); L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_11, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t L8_get_PackedValue_m26A4A6FE9A33FC50E6C236D6B7ACCBEC7BB60043_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_1, /*hidden argument*/NULL); ___vector0 = L_2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_Half_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_6, L_7, L_8, /*hidden argument*/NULL); ___vector0 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___vector0; float L_11 = L_10.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___vector0; float L_13 = L_12.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___vector0; float L_15 = L_14.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline((uint8_t)il2cpp_codegen_cast_floating_point(L_11), (uint8_t)il2cpp_codegen_cast_floating_point(L_13), (uint8_t)il2cpp_codegen_cast_floating_point(L_15), /*hidden argument*/NULL); L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_16, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) { { float L_0 = ___value0; float L_1 = ___max2; if ((!(((float)L_0) > ((float)L_1)))) { goto IL_0006; } } { float L_2 = ___max2; return L_2; } IL_0006: { float L_3 = ___value0; float L_4 = ___min1; if ((!(((float)L_3) < ((float)L_4)))) { goto IL_000c; } } { float L_5 = ___min1; return L_5; } IL_000c: { float L_6 = ___value0; return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), ((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)), ((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)), ((float)il2cpp_codegen_multiply((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), ((float)il2cpp_codegen_add((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___min1, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___max2, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ___min1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline(L_0, L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___max2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline(L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_0((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_2((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_R_0(); uint8_t L_1 = __this->get_G_1(); uint8_t L_2 = __this->get_B_2(); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_3; memset((&L_3), 0, sizeof(L_3)); Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_get_PackedValue_m1432BECE5783D0FAF5F03667419AAE98B35F13E4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___value10, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___min1, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___max2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float G_B3_0 = 0.0f; float G_B6_0 = 0.0f; float G_B9_0 = 0.0f; float G_B12_0 = 0.0f; float G_B15_0 = 0.0f; float G_B18_0 = 0.0f; { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_0 = ___value10; float L_1 = L_0.get_X_0(); V_0 = L_1; float L_2 = V_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_3 = ___max2; float L_4 = L_3.get_X_0(); if ((((float)L_2) > ((float)L_4))) { goto IL_0013; } } { float L_5 = V_0; G_B3_0 = L_5; goto IL_0019; } IL_0013: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_6 = ___max2; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_0019: { V_0 = G_B3_0; float L_8 = V_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_9 = ___min1; float L_10 = L_9.get_X_0(); if ((((float)L_8) < ((float)L_10))) { goto IL_0026; } } { float L_11 = V_0; G_B6_0 = L_11; goto IL_002c; } IL_0026: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_12 = ___min1; float L_13 = L_12.get_X_0(); G_B6_0 = L_13; } IL_002c: { V_0 = G_B6_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_14 = ___value10; float L_15 = L_14.get_Y_1(); V_1 = L_15; float L_16 = V_1; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_17 = ___max2; float L_18 = L_17.get_Y_1(); if ((((float)L_16) > ((float)L_18))) { goto IL_0040; } } { float L_19 = V_1; G_B9_0 = L_19; goto IL_0046; } IL_0040: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_20 = ___max2; float L_21 = L_20.get_Y_1(); G_B9_0 = L_21; } IL_0046: { V_1 = G_B9_0; float L_22 = V_1; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_23 = ___min1; float L_24 = L_23.get_Y_1(); if ((((float)L_22) < ((float)L_24))) { goto IL_0053; } } { float L_25 = V_1; G_B12_0 = L_25; goto IL_0059; } IL_0053: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_26 = ___min1; float L_27 = L_26.get_Y_1(); G_B12_0 = L_27; } IL_0059: { V_1 = G_B12_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_28 = ___value10; float L_29 = L_28.get_Z_2(); V_2 = L_29; float L_30 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_31 = ___max2; float L_32 = L_31.get_Z_2(); if ((((float)L_30) > ((float)L_32))) { goto IL_006d; } } { float L_33 = V_2; G_B15_0 = L_33; goto IL_0073; } IL_006d: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_34 = ___max2; float L_35 = L_34.get_Z_2(); G_B15_0 = L_35; } IL_0073: { V_2 = G_B15_0; float L_36 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_37 = ___min1; float L_38 = L_37.get_Z_2(); if ((((float)L_36) < ((float)L_38))) { goto IL_0080; } } { float L_39 = V_2; G_B18_0 = L_39; goto IL_0086; } IL_0080: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_40 = ___min1; float L_41 = L_40.get_Z_2(); G_B18_0 = L_41; } IL_0086: { V_2 = G_B18_0; float L_42 = V_0; float L_43 = V_1; float L_44 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_45; memset((&L_45), 0, sizeof(L_45)); Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C((&L_45), L_42, L_43, L_44, /*hidden argument*/NULL); return L_45; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfSingle_get_PackedValue_m73CF31428A76D0D77497BFAD17A559104027DDF3_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_get_PackedValue_m46C55EE17E09D678F3976798998642D5E3485745_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_U3CPackedValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline (float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) { { float L_0 = ___r0; float L_1 = ___g1; float L_2 = ___b2; return (uint16_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline (uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method) { { uint8_t L_0 = ___r0; uint8_t L_1 = ___g1; uint8_t L_2 = ___b2; return (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_1)), (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_2)), (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method) { float G_B3_0 = 0.0f; float G_B5_0 = 0.0f; float G_B4_0 = 0.0f; float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B9_2 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B11_2 = 0.0f; float G_B10_0 = 0.0f; float G_B10_1 = 0.0f; float G_B10_2 = 0.0f; float G_B12_0 = 0.0f; float G_B12_1 = 0.0f; float G_B12_2 = 0.0f; float G_B12_3 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___value21; float L_3 = L_2.get_X_0(); if ((((float)L_1) > ((float)L_3))) { goto IL_0016; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___value21; float L_5 = L_4.get_X_0(); G_B3_0 = L_5; goto IL_001c; } IL_0016: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___value10; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_001c: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___value10; float L_9 = L_8.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___value21; float L_11 = L_10.get_Y_1(); G_B4_0 = G_B3_0; if ((((float)L_9) > ((float)L_11))) { G_B5_0 = G_B3_0; goto IL_0032; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___value21; float L_13 = L_12.get_Y_1(); G_B6_0 = L_13; G_B6_1 = G_B4_0; goto IL_0038; } IL_0032: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___value10; float L_15 = L_14.get_Y_1(); G_B6_0 = L_15; G_B6_1 = G_B5_0; } IL_0038: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16 = ___value10; float L_17 = L_16.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_18 = ___value21; float L_19 = L_18.get_Z_2(); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if ((((float)L_17) > ((float)L_19))) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_004e; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20 = ___value21; float L_21 = L_20.get_Z_2(); G_B9_0 = L_21; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0054; } IL_004e: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22 = ___value10; float L_23 = L_22.get_Z_2(); G_B9_0 = L_23; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0054: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_24 = ___value10; float L_25 = L_24.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_26 = ___value21; float L_27 = L_26.get_W_3(); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; if ((((float)L_25) > ((float)L_27))) { G_B11_0 = G_B9_0; G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_006a; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28 = ___value21; float L_29 = L_28.get_W_3(); G_B12_0 = L_29; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_0070; } IL_006a: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30 = ___value10; float L_31 = L_30.get_W_3(); G_B12_0 = L_31; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_0070: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_32; memset((&L_32), 0, sizeof(L_32)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_32), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); return L_32; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method) { float G_B3_0 = 0.0f; float G_B5_0 = 0.0f; float G_B4_0 = 0.0f; float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B9_2 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B11_2 = 0.0f; float G_B10_0 = 0.0f; float G_B10_1 = 0.0f; float G_B10_2 = 0.0f; float G_B12_0 = 0.0f; float G_B12_1 = 0.0f; float G_B12_2 = 0.0f; float G_B12_3 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___value21; float L_3 = L_2.get_X_0(); if ((((float)L_1) < ((float)L_3))) { goto IL_0016; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___value21; float L_5 = L_4.get_X_0(); G_B3_0 = L_5; goto IL_001c; } IL_0016: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___value10; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_001c: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___value10; float L_9 = L_8.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___value21; float L_11 = L_10.get_Y_1(); G_B4_0 = G_B3_0; if ((((float)L_9) < ((float)L_11))) { G_B5_0 = G_B3_0; goto IL_0032; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___value21; float L_13 = L_12.get_Y_1(); G_B6_0 = L_13; G_B6_1 = G_B4_0; goto IL_0038; } IL_0032: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___value10; float L_15 = L_14.get_Y_1(); G_B6_0 = L_15; G_B6_1 = G_B5_0; } IL_0038: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16 = ___value10; float L_17 = L_16.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_18 = ___value21; float L_19 = L_18.get_Z_2(); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if ((((float)L_17) < ((float)L_19))) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_004e; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20 = ___value21; float L_21 = L_20.get_Z_2(); G_B9_0 = L_21; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0054; } IL_004e: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22 = ___value10; float L_23 = L_22.get_Z_2(); G_B9_0 = L_23; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0054: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_24 = ___value10; float L_25 = L_24.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_26 = ___value21; float L_27 = L_26.get_W_3(); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; if ((((float)L_25) < ((float)L_27))) { G_B11_0 = G_B9_0; G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_006a; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28 = ___value21; float L_29 = L_28.get_W_3(); G_B12_0 = L_29; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_0070; } IL_006a: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30 = ___value10; float L_31 = L_30.get_W_3(); G_B12_0 = L_31; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_0070: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_32; memset((&L_32), 0, sizeof(L_32)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_32), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); return L_32; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method) { { uint8_t L_0 = ___r0; __this->set_R_2(L_0); uint8_t L_1 = ___g1; __this->set_G_1(L_1); uint8_t L_2 = ___b2; __this->set_B_0(L_2); return; } }