#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { 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 VirtActionInvoker3 { 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { 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 VirtActionInvoker2 { 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 GenericVirtActionInvoker1 { 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 GenericVirtActionInvoker2 { 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 GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 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 GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // ICSharpCode.SharpZipLib.Checksum.Adler32 struct Adler32_t58F66167D6A9EAA09491911CB22755AD1BEC01F2; // ICSharpCode.SharpZipLib.Checksum.Crc32 struct Crc32_t4F91711DB789267184E382500C264C4FEBDA173D; // ICSharpCode.SharpZipLib.Core.INameTransform struct INameTransform_t0C6448C79E24C5D223F1C43E9AA22EEB12FA07C4; // ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged struct PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455; // ICSharpCode.SharpZipLib.Encryption.ZipAESStream struct ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F; // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform struct ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A; // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform/IncrementalHash struct IncrementalHash_t35857018A156C398149FE6050EB960E9B77D1501; // ICSharpCode.SharpZipLib.SharpZipBaseException struct SharpZipBaseException_tC724EFD2D3CA8750ECF970EE50DA0BE71C4CFBAF; // ICSharpCode.SharpZipLib.Zip.Compression.Deflater struct Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine struct DeflaterEngine_tE30B49DDA19601B054CDA6E389E30155A408EBD1; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending struct DeflaterPending_t38AF60D737EAA8011845D4A711C8C485A20456C9; // ICSharpCode.SharpZipLib.Zip.Compression.Inflater struct Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader struct InflaterDynHeader_tD1C4790564055DD486231F159EC25AE8C327AFD1; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree struct InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream struct DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer struct InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream struct InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow struct OutputWindow_tE611FEC84778B0333BB62144A29C60D66791D572; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator struct StreamManipulator_t1AD96F96337C9E674680C85EEB8C12CB7F3EBD80; // ICSharpCode.SharpZipLib.Zip.DescriptorData struct DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042; // ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage struct DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA; // ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource struct DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC; // ICSharpCode.SharpZipLib.Zip.EntryPatchData struct EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107; // ICSharpCode.SharpZipLib.Zip.IArchiveStorage struct IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947; // ICSharpCode.SharpZipLib.Zip.IDynamicDataSource struct IDynamicDataSource_tED087003C003804CF2C9EEABA15B1F71C07175C2; // ICSharpCode.SharpZipLib.Zip.IEntryFactory struct IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F; // ICSharpCode.SharpZipLib.Zip.IStaticDataSource struct IStaticDataSource_tD7516BDEC075CA256A65135E790F6D7623F65DAF; // ICSharpCode.SharpZipLib.Zip.ITaggedData struct ITaggedData_t1A67ECDF5F8C4A2EB1AAD7109B99842C1DC3A8D9; // ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs struct KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A; // ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage struct MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21; // ICSharpCode.SharpZipLib.Zip.TestStatus struct TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177; // ICSharpCode.SharpZipLib.Zip.ZipEntry struct ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9; // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory struct ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] struct ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2; // ICSharpCode.SharpZipLib.Zip.ZipException struct ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E; // ICSharpCode.SharpZipLib.Zip.ZipExtraData struct ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE; // ICSharpCode.SharpZipLib.Zip.ZipFile struct ZipFile_tBB679E9AF2770EA479C0683148E163644B587969; // ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler struct KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7; // ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream struct PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262; // ICSharpCode.SharpZipLib.Zip.ZipFile/UncompressedStream struct UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A; // ICSharpCode.SharpZipLib.Zip.ZipFile/UpdateComparer struct UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B; // ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator struct ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660; // ICSharpCode.SharpZipLib.Zip.ZipFile/ZipString struct ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A; // ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate struct ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D; // ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate[] struct ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4; // ICSharpCode.SharpZipLib.Zip.ZipHelperStream struct ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0; // ICSharpCode.SharpZipLib.Zip.ZipInputStream struct ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30; // ICSharpCode.SharpZipLib.Zip.ZipInputStream/ReadDataHandler struct ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3; // ICSharpCode.SharpZipLib.Zip.ZipNameTransform struct ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263; // ICSharpCode.SharpZipLib.Zip.ZipOutputStream struct ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299; // ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler struct ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB; // QFramework.AssetBundleRes struct AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F; // QFramework.AssetBundleRes/d__10 struct U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48; // QFramework.AssetBundleResCreator struct AssetBundleResCreator_t537A957DAE17E545852EC623B4D27846A0886FB2; // QFramework.AssetBundleSceneRes struct AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9; // QFramework.AssetBundleSceneResCreator struct AssetBundleSceneResCreator_t47C4FAA148B8BD54341B82A7E711CD902EB7C037; // QFramework.AssetBundleSettings struct AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A; // QFramework.AssetBundleSettings/<>c struct U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595; // QFramework.AssetData struct AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4; // QFramework.AssetDataGroup struct AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36; // QFramework.AssetDataGroup/ABUnit struct ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1; // QFramework.AssetDataGroup/ABUnit[] struct ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D; // QFramework.AssetDataGroup/SerializeData struct SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20; // QFramework.AssetDataTable struct AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E; // QFramework.AssetDataTable/<>c struct U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73; // QFramework.AssetDataTable/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1; // QFramework.AssetDataTable/<>c__DisplayClass1_1 struct U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984; // QFramework.AssetData[] struct AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3; // QFramework.AssetRes struct AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262; // QFramework.IEnumeratorTask struct IEnumeratorTask_t72A54AD49B7647F7677F5220B600888288C47E81; // QFramework.IObjectFactory`1 struct IObjectFactory_1_t859F2648C7B290EB0094D52B5710ADBF1A419C33; // QFramework.IObjectFactory`1 struct IObjectFactory_1_t1003F1DC2A8A3458372A63E0AC7935CF840DCFAD; // QFramework.IRes struct IRes_t63FBB2ED9B41054F891D02328A63CC9393A2EB30; // QFramework.IResDatas struct IResDatas_t6C7060B1474A2F55215E19C59176A8F9FC3E2AB1; // QFramework.Res struct Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B; // QFramework.ResDatas struct ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258; // QFramework.ResMgr struct ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3; // QFramework.ResSearchKeys struct ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017; // QFramework.ResTable struct ResTable_t2FA8D63F3500D6C50F151C48C7CE6FDA86340384; // QFramework.SafeObjectPool`1 struct SafeObjectPool_1_t9BCB566102940DB3B7D95C037C8CE236D012B7BF; // QFramework.SafeObjectPool`1 struct SafeObjectPool_1_tC29347A3C83BF6ABBC8D54E9C8C361C0AECDDC93; // QFramework.SafeObjectPool`1 struct SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A; // QFramework.SimpleRC struct SimpleRC_tCB261932C49CFE72CED5E564077CA06DF18C0A77; // QFramework.TableIndex`2 struct TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D; // QFramework.TableIndex`2 struct TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF; // QFramework.Table`1 struct Table_1_t9F71482993E4A77157622AA5EDB4CC5F954C69CE; // QFramework.Table`1 struct Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579; // System.Action`1 struct Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9; // System.Action`2 struct Action_2_t40897B3C2B15F25FB39150B8DA412DE038A2ED02; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tF12AB96407BE5940390EB7912E431539BAFBCE88; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t909E66397E2D5E9B6DD6C83F4D1432264EC9D0BE; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t666396E67E50284D48938851873CE562083D67F2; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t02E7EC1BD5126000D30FA4C01619791396D2D5F1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.IComparer`1 struct IComparer_1_tAEA6A62361FEC0DAB7AE7B141E97914E7A18181A; // System.Collections.Generic.IComparer`1 struct IComparer_1_tFF77EB203CF12E843446A71A6581145AB929D681; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_tCBBDACD73641CF4384BB107E1AD470A9740E47E9; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_tFB07AC3AFDE3FFD436D5E1728944D0FE1A2ECA48; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3DE43B08A7032D7477B7B342BF1715B6F32AFAED; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t0CD05DD65821DD86EBD1E3765DBA99AA7DFD3FBB; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tD01260797BF93A6F392BA1F8AA111CA21C923B20; // System.Collections.Generic.IEnumerable`1>> struct IEnumerable_1_t25619DDD2AC8EB1710161FF286948CB375E16972; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tA775404B077AE37FB4D6491E176B3EC1748E22B2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t692257C0123408C0AABF7D9E37C21809B32DC6C5; // System.Collections.Generic.List`1 struct List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA; // System.Collections.Generic.List`1 struct List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2; // System.Collections.Generic.List`1 struct List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7; // System.Collections.Generic.List`1 struct List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679; // System.Collections.Generic.List`1 struct List_1_t16159D28BE7A0249CB29A318F9616266C0ACDDB9; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.Stack`1 struct Stack_1_tDB8FEE7B790126034F954FFE0226F7F6C0DFAFC1; // System.Collections.Generic.Stack`1 struct Stack_1_tEFCF265DBE886779494699CA813FB43373CE54E4; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.Func`1 struct Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60; // System.Func`1 struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386; // System.Func`2 struct Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E; // System.Func`2 struct Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39; // System.Func`2,System.Collections.Generic.IEnumerable`1> struct Func_2_t87B423319E51D8E2D07EA80EFC3350345727F399; // System.Func`2,System.Object> struct Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3; // System.Func`2>,System.Collections.Generic.IEnumerable`1> struct Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A; // System.Func`2 struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879; // System.Func`2 struct Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IO.DirectoryInfo struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F; // System.IO.EndOfStreamException struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F; // System.IO.FileInfo struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418; // System.IO.FileSystemInfo struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C; // System.IO.PathTooLongException struct PathTooLongException_t8DFBC40E5D45388A65B3327CF0D1F677C0F923AA; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Random struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Security.Cryptography.CryptoStream struct CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // UnityEngine.AssetBundle struct AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78; // UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E; // UnityEngine.AssetBundleRequest struct AssetBundleRequest_tF8897443AF1FC6C3E04911FAA9EDAE89B0A0A962; // UnityEngine.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; IL2CPP_EXTERN_C RuntimeClass* ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompressionMethod_t5CF67B4325DE6B9E861132E9851E81210ACD2C21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDynamicDataSource_tED087003C003804CF2C9EEABA15B1F71C07175C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t3DE43B08A7032D7477B7B342BF1715B6F32AFAED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INameTransform_t0C6448C79E24C5D223F1C43E9AA22EEB12FA07C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IResDatas_t6C7060B1474A2F55215E19C59176A8F9FC3E2AB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IStaticDataSource_tD7516BDEC075CA256A65135E790F6D7623F65DAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITaggedData_t1A67ECDF5F8C4A2EB1AAD7109B99842C1DC3A8D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectAssetTypeCode_t707D2589A96F171233BCE5711727A07B9383F5AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PathTooLongException_t8DFBC40E5D45388A65B3327CF0D1F677C0F923AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipFile_tBB679E9AF2770EA479C0683148E163644B587969_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00720A31157263B3FE261C443B1FE000474DC4AF; IL2CPP_EXTERN_C String_t* _stringLiteral00AB77A6C5B44F108D7F8FA025792B1B09305D94; IL2CPP_EXTERN_C String_t* _stringLiteral0369892ACF8005552A840CA405FBDD55A975608F; IL2CPP_EXTERN_C String_t* _stringLiteral04F2558EB6C7415C93AC25CD34CC250BEA470EBA; IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3; IL2CPP_EXTERN_C String_t* _stringLiteral09189B5AEA21D06EF04ABBCBF5E16F4470CB14E5; IL2CPP_EXTERN_C String_t* _stringLiteral0A3F75F3B33B78445DE5168C3C17F7A742833111; IL2CPP_EXTERN_C String_t* _stringLiteral0F852624D371B6B99FD56D2D3AFDC0D52969380F; IL2CPP_EXTERN_C String_t* _stringLiteral10F082D726A89BE44E7FD1D9348179517E9E74EF; IL2CPP_EXTERN_C String_t* _stringLiteral1302B57BB3113BC5C16040137A318A658610DC90; IL2CPP_EXTERN_C String_t* _stringLiteral14CF46EB7F4542C3AEEEB4FCD0BAE5336CF25C74; IL2CPP_EXTERN_C String_t* _stringLiteral18C545555FB88FE15A5F8676D5956E8656A97233; IL2CPP_EXTERN_C String_t* _stringLiteral1928F95C598B9E69462FCB512625CF8E28923044; IL2CPP_EXTERN_C String_t* _stringLiteral1B53170532902D3269C8C09D8B3F6C559F5720DB; IL2CPP_EXTERN_C String_t* _stringLiteral1BCE1D8CD3689A6DE43D2E93F5982631B295E121; IL2CPP_EXTERN_C String_t* _stringLiteral1EC8180CA31F906F1FD25BA826BCE2A53CE8D048; IL2CPP_EXTERN_C String_t* _stringLiteral20867FF1CD3519EE62803FEAEAF90C6DF4950A3F; IL2CPP_EXTERN_C String_t* _stringLiteral2620018E988D0B467AED780F41AFE352695BBC6E; IL2CPP_EXTERN_C String_t* _stringLiteral26D9C28D789C254F71EA99A3463B99A7CCC2F4FA; IL2CPP_EXTERN_C String_t* _stringLiteral27EEC64903958840D82C8832450919AB087A96C2; IL2CPP_EXTERN_C String_t* _stringLiteral28F399C74F745B3A0C801C31B75994EA9E11393A; IL2CPP_EXTERN_C String_t* _stringLiteral29F99B9246AB10EB8DE0CB8FA05FF83A7406E392; IL2CPP_EXTERN_C String_t* _stringLiteral2A590AA3D2029F5E09B7D6478E0838737A326F58; IL2CPP_EXTERN_C String_t* _stringLiteral2A6D066F43BE099EA29DD9BF9738FF7818D1AF76; IL2CPP_EXTERN_C String_t* _stringLiteral2BE8CD641A0106B26C89B239409EA5081284145F; IL2CPP_EXTERN_C String_t* _stringLiteral2C7C211FA07CF65A1ACED4CC15592F9EB0508F29; IL2CPP_EXTERN_C String_t* _stringLiteral2CF1A03827BFEF47235A1C7B31E35193F5B4265F; IL2CPP_EXTERN_C String_t* _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312; IL2CPP_EXTERN_C String_t* _stringLiteral31E2F1289B806C44F7E719C9CA9905EDBD2C36ED; IL2CPP_EXTERN_C String_t* _stringLiteral33027990BC44ABD1433FA2D24A361FB7DABAB356; IL2CPP_EXTERN_C String_t* _stringLiteral3389686E32A2B2C9D23BCF7495D98A1B4CC181F9; IL2CPP_EXTERN_C String_t* _stringLiteral34D96AFFB6CB641D81B0FAC3552CCCA33C111EFB; IL2CPP_EXTERN_C String_t* _stringLiteral35632CBA3FA6504CF6F4480A468CA73932F6D2B6; IL2CPP_EXTERN_C String_t* _stringLiteral39291AA855442648B517F39842A9B814B75058DA; IL2CPP_EXTERN_C String_t* _stringLiteral39E380D1107443F796AD64A1905C644228485E68; IL2CPP_EXTERN_C String_t* _stringLiteral3ADDE82D7E59D5F506F116D0B7AA1FBFE9EB0164; IL2CPP_EXTERN_C String_t* _stringLiteral3B4CA941B9309CDE92D27A1239E842963B65A5AD; IL2CPP_EXTERN_C String_t* _stringLiteral3D1D38C538B033DDA99F5DC950E97466B4106164; IL2CPP_EXTERN_C String_t* _stringLiteral3D4BD3D136E1D329BBA61FA5077E5D1964D5E8EC; IL2CPP_EXTERN_C String_t* _stringLiteral3E73B1C94703F07476D9686C42D9F6F6390380D5; IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8; IL2CPP_EXTERN_C String_t* _stringLiteral4324FBAD5468BB66C0E7A5151C75893C9FD782AD; IL2CPP_EXTERN_C String_t* _stringLiteral44DAE7A0619D6F64786226572B801AB3819CD4D6; IL2CPP_EXTERN_C String_t* _stringLiteral47CAB1A29219CA7E314AE7CC1D908BBF00161609; IL2CPP_EXTERN_C String_t* _stringLiteral47D35D4FDD53C70B592C00BEBD03E91FA03B43D4; IL2CPP_EXTERN_C String_t* _stringLiteral495E3E18F5BC78805C50D6B73C0DA4FD89795CC1; IL2CPP_EXTERN_C String_t* _stringLiteral4BC3C58078D73E18F5F431ED4390276D0766D394; IL2CPP_EXTERN_C String_t* _stringLiteral4D618B9FB25ADD898496C3BAB3BEAC1FAA4F0331; IL2CPP_EXTERN_C String_t* _stringLiteral4D8C7AF66612A1A118C83E500719EA71AC40DCD8; IL2CPP_EXTERN_C String_t* _stringLiteral4E9A410CD2F571863FC818C8769DC0EF04C55A85; IL2CPP_EXTERN_C String_t* _stringLiteral502A548F2493F0FACBDD3C21098B41C30E3D4908; IL2CPP_EXTERN_C String_t* _stringLiteral50A959FCAEF24F5EDC99C1E7CCFA8DD90CFD03BE; IL2CPP_EXTERN_C String_t* _stringLiteral5238D75C20DFF463A5F59DDBD475DD75DED8146B; IL2CPP_EXTERN_C String_t* _stringLiteral54E829A1A5E66D3AD79143C5DE25415899955507; IL2CPP_EXTERN_C String_t* _stringLiteral54FBDAC8DB2C20F1513FF9E661C044095B0546E1; IL2CPP_EXTERN_C String_t* _stringLiteral557E0450293678D5E34F325E0025BE17859AE67A; IL2CPP_EXTERN_C String_t* _stringLiteral55C255851B646A3892F7F3434871569A0DD7C010; IL2CPP_EXTERN_C String_t* _stringLiteral56581BE68DD2FE12F85C28659C47D8E949CEBA2A; IL2CPP_EXTERN_C String_t* _stringLiteral56D60AA88622DE2DA0338EE39342F1735AB795DB; IL2CPP_EXTERN_C String_t* _stringLiteral56F168545EB6FF4921CA09434D0B6605C5D67DEB; IL2CPP_EXTERN_C String_t* _stringLiteral58D13905A5F472ACB68FEF085D0483EE7EF797F3; IL2CPP_EXTERN_C String_t* _stringLiteral5ACDE0680B4AC23A84F5C7109F51DBAA2FE0BD95; IL2CPP_EXTERN_C String_t* _stringLiteral5F26A849DA1D73760E69154011821EC351D912A8; IL2CPP_EXTERN_C String_t* _stringLiteral60756DA20E43CB66A0AEBA733D91A5740DC1F43D; IL2CPP_EXTERN_C String_t* _stringLiteral625E7994CD9B9E0C521AF619744A21835D18EA43; IL2CPP_EXTERN_C String_t* _stringLiteral6413E837D316AAFCF260786CD21A849F88AE3069; IL2CPP_EXTERN_C String_t* _stringLiteral66400DB7B4FCA442A07587588DAFE5808EC1D539; IL2CPP_EXTERN_C String_t* _stringLiteral66B9E951E92C110FE7A9A4BC28CAF9FE18F8FE08; IL2CPP_EXTERN_C String_t* _stringLiteral68DCEAC024F25FD9ECDC3195E40E3676F0052C18; IL2CPP_EXTERN_C String_t* _stringLiteral6B54BC4C3B9827C04E77CB246C37C4AEE01554BE; IL2CPP_EXTERN_C String_t* _stringLiteral6BF17A0F4CDA3F0772DF9E1EC386E4BA0D9C67CB; IL2CPP_EXTERN_C String_t* _stringLiteral6CED68CF8C00214AD50EBA97C57E743981129D2B; IL2CPP_EXTERN_C String_t* _stringLiteral6DCEDB4402C0E26DB9749C1A6A2C80CA3C8C3CB1; IL2CPP_EXTERN_C String_t* _stringLiteral6E790A9A51D1B2B5A47249B344B7BF4D9848453B; IL2CPP_EXTERN_C String_t* _stringLiteral6F12B96EB8720FC88897076092F29B5DA57F38D3; IL2CPP_EXTERN_C String_t* _stringLiteral706CC6E61C5CE9CE9B752253C3E920C323E3D0F1; IL2CPP_EXTERN_C String_t* _stringLiteral706F05CF939979CCDDC84E5BC9E6A97990E6E881; IL2CPP_EXTERN_C String_t* _stringLiteral71B28EE5DB9F48F069D7990AD122D7F48C2F543E; IL2CPP_EXTERN_C String_t* _stringLiteral731152A028C6BD03BAAE5F9F011FAC67B9B1DFDE; IL2CPP_EXTERN_C String_t* _stringLiteral73F82E4E7E85B491E923DAD15E3CF2088969CC90; IL2CPP_EXTERN_C String_t* _stringLiteral7F1FEF55895E542212C1DAE7F7B842B168B81838; IL2CPP_EXTERN_C String_t* _stringLiteral7FF255E0E549DF428EB124D07D0EF1E4485FAB1B; IL2CPP_EXTERN_C String_t* _stringLiteral81D5BDE8B3587413BCCC66B69066664E4814D507; IL2CPP_EXTERN_C String_t* _stringLiteral83AD8510BBD3F22363D068E1C96F82FD0FCCCD31; IL2CPP_EXTERN_C String_t* _stringLiteral845FEC34417D34B15ECB14CD938AEBBBC9CF975D; IL2CPP_EXTERN_C String_t* _stringLiteral88D86B7721D587644E9C4CF33A084202CB3B0FF0; IL2CPP_EXTERN_C String_t* _stringLiteral8CF170CED3FC0E56C029056591A6714E886F2A07; IL2CPP_EXTERN_C String_t* _stringLiteral91F061BE1FBA488A24431A2B1D9E0D18923D3823; IL2CPP_EXTERN_C String_t* _stringLiteral93AED761585AD26CFC0D2B4C77244BEAF45A34D7; IL2CPP_EXTERN_C String_t* _stringLiteral9451E60E20B49641E7C0D52EA4618AA9F0BA8643; IL2CPP_EXTERN_C String_t* _stringLiteral97FF6884D6FF311DA211B0E940033CE43E5221B2; IL2CPP_EXTERN_C String_t* _stringLiteral9DE34B297105832C5C61436BA36FCA475D56CCBF; IL2CPP_EXTERN_C String_t* _stringLiteralA240C0D9CD6B9D997CD58DB88F0D0D05BD631F91; IL2CPP_EXTERN_C String_t* _stringLiteralA27528C525FAB55D04BB2AC1A22A6F1E6432551C; IL2CPP_EXTERN_C String_t* _stringLiteralA58B1470289CBC589F8FEB29C9CD13CB3091361D; IL2CPP_EXTERN_C String_t* _stringLiteralA59F7DF7FA32182E1A6CC4F63A83C5719E633261; IL2CPP_EXTERN_C String_t* _stringLiteralA6FD9C8BF9ABEAB296FE708965A89B387ADAA9B2; IL2CPP_EXTERN_C String_t* _stringLiteralAD365F77EFE331D5BEC32C156018935E75446ADD; IL2CPP_EXTERN_C String_t* _stringLiteralAE6EADE4DBC024F0DD12C9ECC6732866C6AA75EB; IL2CPP_EXTERN_C String_t* _stringLiteralB07D9ED92A8817894786071294C9FE8FEDE76863; IL2CPP_EXTERN_C String_t* _stringLiteralB31EE9F135E09DC318EF373848DF6F944E5C30BC; IL2CPP_EXTERN_C String_t* _stringLiteralB3B374473FFEB97253CC901CE5F6FF6ED9B9797B; IL2CPP_EXTERN_C String_t* _stringLiteralB86AC396AA109B4CBDACEB231095B8701A7714AF; IL2CPP_EXTERN_C String_t* _stringLiteralB8A3BA96E552361E12D89607A513EF07C8B01E4F; IL2CPP_EXTERN_C String_t* _stringLiteralB8CDA316B90000BA2FDC7BB26D4F13A2B6BB01C4; IL2CPP_EXTERN_C String_t* _stringLiteralB9C8FBF6863C83BA53825E76C7BC230129B75F08; IL2CPP_EXTERN_C String_t* _stringLiteralBA9E9D9167D9A32B6672E1AB846AB7CE61925F3F; IL2CPP_EXTERN_C String_t* _stringLiteralBC84915AB33BD5E1A1327BF7C2B3BB4FD9F8F422; IL2CPP_EXTERN_C String_t* _stringLiteralC157E6E3F7EAFE988051E781877CA9D60A07FCCF; IL2CPP_EXTERN_C String_t* _stringLiteralC4755A23D6BCF1BD11CC7BC87E0760FFB09B2E02; IL2CPP_EXTERN_C String_t* _stringLiteralC507DA5ED8AB74C79457E782E36FFC165DC3EA76; IL2CPP_EXTERN_C String_t* _stringLiteralC59DBFBFDC5B91EA0885074B4D8BD5900C59F7E4; IL2CPP_EXTERN_C String_t* _stringLiteralC7A10B18773FC394FDB7F859CE8A3A9CF1F06E8B; IL2CPP_EXTERN_C String_t* _stringLiteralC85DD514974D273C77D48C92E76C35177C8DDE92; IL2CPP_EXTERN_C String_t* _stringLiteralCCACDB5E7C5CC9CEB0FE2752A096145D2F063970; IL2CPP_EXTERN_C String_t* _stringLiteralCCD8BEB3BB0DAC8CF7C318D6EE614D80B509D049; IL2CPP_EXTERN_C String_t* _stringLiteralCE581FED29AEB990854083522F7EDAC36D017BF3; IL2CPP_EXTERN_C String_t* _stringLiteralCE8DC554F380103838B5E8D50074866E7FDB82C3; IL2CPP_EXTERN_C String_t* _stringLiteralCEA39622A3A2F5F1967D458211B1E9D5738ECA9A; IL2CPP_EXTERN_C String_t* _stringLiteralD0B75175E38094201AF2129A358D6657B4F22C56; IL2CPP_EXTERN_C String_t* _stringLiteralD20B7C9ED28C101780465B24E305E5A42465758E; IL2CPP_EXTERN_C String_t* _stringLiteralD2219E92785A6A1A818B5504669C101970300F5E; IL2CPP_EXTERN_C String_t* _stringLiteralD523E37930DA2EFE305D18193FC6B4BF070E1302; IL2CPP_EXTERN_C String_t* _stringLiteralD597F91B226BC590BFB2930B5065ED82C3463339; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDD94B72686D437F7E9EB142AE0CE2F9D62DEC037; IL2CPP_EXTERN_C String_t* _stringLiteralDE49E8F1FACF29B49660FB57D5E4ED1CE4C9972F; IL2CPP_EXTERN_C String_t* _stringLiteralDE779D567074D9AC4AF6B0CB3F53AE422ED9E368; IL2CPP_EXTERN_C String_t* _stringLiteralDFD624080669593F70E89BE669318336EEB11643; IL2CPP_EXTERN_C String_t* _stringLiteralDFD730A3B4617156F7C407DCF4F391E2C3A7C385; IL2CPP_EXTERN_C String_t* _stringLiteralE199D5075238AB0EA489599762F94634A17C5AAD; IL2CPP_EXTERN_C String_t* _stringLiteralE2F762F9BC02EAABF52B8D572D72A9C2BC55B6AE; IL2CPP_EXTERN_C String_t* _stringLiteralE3538768096A3991A4BF608E6CAE537CECA28115; IL2CPP_EXTERN_C String_t* _stringLiteralE59800C6A2BA4F221BB306235C4F5AEDDC492A34; IL2CPP_EXTERN_C String_t* _stringLiteralE677528B62E715D036B898ADEED4475EBB07EBED; IL2CPP_EXTERN_C String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A; IL2CPP_EXTERN_C String_t* _stringLiteralE98B640A926CAD59A34E05491329944F1B8BD752; IL2CPP_EXTERN_C String_t* _stringLiteralE9AF62EB300031E3C9977A78EE41AB6FCF22CB87; IL2CPP_EXTERN_C String_t* _stringLiteralE9C1AA1354C6270DD97377FED8D95FA91C650966; IL2CPP_EXTERN_C String_t* _stringLiteralEBBC58B71D913EACDF3EB581D353CBF77B78647C; IL2CPP_EXTERN_C String_t* _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610; IL2CPP_EXTERN_C String_t* _stringLiteralED7684AB46E8091459ECE50819E84989D6CA9593; IL2CPP_EXTERN_C String_t* _stringLiteralEDC4BFE81D45988DA55131B79CBA2B75BE4E8101; IL2CPP_EXTERN_C String_t* _stringLiteralEFAD5A966FB9FE0D9FC8E60B6673DB42ADBE110D; IL2CPP_EXTERN_C String_t* _stringLiteralF27DF49457042CC551879A65DFAA440DC6507789; IL2CPP_EXTERN_C String_t* _stringLiteralF2EF3958C2B820114ED131CC8E29AEB89B4D2457; IL2CPP_EXTERN_C String_t* _stringLiteralF30A3572451E4EFA34269A4A0AFAB91210927E06; IL2CPP_EXTERN_C String_t* _stringLiteralF31F16859A1B3CE78F7ECCD40944696198236F09; IL2CPP_EXTERN_C String_t* _stringLiteralF3B66CFC0167DB8428E6B30336C83A70FD10D2B9; IL2CPP_EXTERN_C String_t* _stringLiteralF48529DED7BD79084AD83B4F2198C038F6604312; IL2CPP_EXTERN_C String_t* _stringLiteralF67DEE1013DB569E20B01FD7506872F6BFC2B4F9; IL2CPP_EXTERN_C String_t* _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E; IL2CPP_EXTERN_C String_t* _stringLiteralFA58667ED1EDEC84296D368C7716463FFE0E139E; IL2CPP_EXTERN_C String_t* _stringLiteralFAF121C47F40C705F02BF8C9A782F7A751FF84A7; IL2CPP_EXTERN_C String_t* _stringLiteralFF2764F7C1D54DEBC65FD9579D57D20182ECE7E0; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3F1535C94F94DEF2B86A06419BCAFED9AE48A31C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m0FAF95F39B15CACEE50071956B8386AE2D80C127_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m6A58BA89831E5B50D4E5A029E55A45ABEEB6C725_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mF45F7E05A756D7AAFED59B58DC194A87B716C187_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m9D4C2CB732E7C4D2DBFDC9D696BB10D6018D59B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m7AC1AFB3E3520F5D36268A3C39F952D3FCFF5F01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mD802CDB475F1EAAB90669EC2A6CADAAD62D71D4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m0FB87A79314020F3749D93869897DEBAFFF33407_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m1D553A865F0253AA9DDAC03542C5DACE9B34C955_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisKeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m631FDFECF7EAF45A2EB5B29C17E7D8FF2EFF8775_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m02A71A4C4C9AED546F580848BB98FCA1BC93D775_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m2E1D3743F2CFFD51A1225340BD66B80382BF6683_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA815E34276538E99BCDA950B67B1F7D85CBBE25C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB8E936706B5216BD2BF662094272468F6D4CB585_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE6B71CAFDFAA39781EF9C2A719B7CF9DB520A94B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m991113A22DC2228E469D1D81E03BA7ED0C7B18B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFE8229298BB595E2584C7AF1347FAFF8AB4D9832_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mCE1003814F26D1D0C67D706DC0667CCDC5984500_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_mB15789C7EFCEF55A22C4130BF89D2A53A9BBBB1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m1783D569B73E6E6FA132EF2BB5EB3B863C08C795_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m81B1ABD207A2522AA33961083D538B0605538E84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mF810E6DFB2EF4FEC3B898A61E9DA49619F86D4C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m56751D62C3B8A094CC986F7EE16A511EE3FF745B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m79054D17867F1ED9A4DBB53AEE25C5035288BFEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0831BAB31D6454A9EDCCEDFB82350BF97FA805C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4F086696D2617440F2742507E3C21B374AB96732_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m650935F91674B507DC29B1814AFB2481DA38DE99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF0A59C8F73748BD5DB77F2111BFB0AF38AD298C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m02DB1EB7661BD0EFB968EC6F02C1C483E5F441A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m165A2D968D56C4DE9ECBD5BC06C23E4CFCD5F180_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m676DBD52C6709D3D5AB29CAAB6224EDD80024B23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m29543237AED48043C836E872AAF28B60237DEF79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4959AF4916D045B140EC929CC1501AF793C1261B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6B90B57D5E733767DFD28E83B2DFBDF920F3A975_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF23E4535C275775FFA7397F4B1D5CB015F29E6BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m907944A373DE67EE9D8B0FC6A80216A27D333C84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDA12F5A497E4DF0251A4C0DF3331FB19CF7BEA06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoSingleton_1_get_Instance_mCB34C9CA7208CE3EBD7A81F58272290FCBA9B4A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PartialInputStream_Seek_m7EBCF4DE8A1D928216B61C0A9639E38C65862410_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PartialInputStream_SetLength_m8A23456BAB08E89270BCBA17DE78E726D35750BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PartialInputStream_Write_m59ACAC2BF6CEDE9F8BFF3559F2A9B81832DE3C70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PartialInputStream_set_Position_m8016FCDC39BA5ACFEB428E8930C5E5E9A81CD16D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResMgr_GetRes_TisAssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F_m50F22FEC7684DCBA0C4F7C70179D989D619C1902_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeObjectPool_1_get_Instance_m3EA17B04586FEB5458DE0BAB9B4C8B8323173C24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeObjectPool_1_get_Instance_mF0B3FDC509F2AC87E62FD81EA9DB66FCA2B54FA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TableIndex_2_Add_m819E8F4BD402E20C16E3C693E356D4EB0DC50978_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TableIndex_2_Clear_m2DB52FA6C5314FBBB7D72CF1BDEF3FE8960FEB18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TableIndex_2_Dispose_m7816E9F5E77F3E4E5577CD4DD6ACF17AF1FE5ED5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TableIndex_2_Get_m331D0F4B6DAD98B9B7ACE236AD57BBE98B5CE9F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TableIndex_2_Remove_m3C236967202B4E0FCDADAC9E634CB3DF48015D28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TableIndex_2__ctor_m5A23223F11D121B6B8C176509ADEB2D525557197_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TableIndex_2_get_Dictionary_m6A95D3E6BDD80DCCF34F00CA3174F3E2DDFD8E29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Table_1__ctor_mF1981ED8F08E52F7309569696DACCCFE7943215C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDoLoadAsyncU3Ed__10_System_Collections_IEnumerator_Reset_m13A275163725B4808941442432203CB96F7AE0BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetEnumeratorU3Eb__5_0_m4987C34D3FB6D9D6B1866B1E4D7C930BD57F7D07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__17_0_m777A4F63801EA77759932CB328400311037DDE4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__7_0_m662E66BBB718021C1EF8C3537B4D351D6FC2510A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass1_0_U3CGetAssetDataByResSearchKeysU3Eb__0_mB5DB865BC97BC1A35EC07AA00A7BFD6B3D4C5EB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass1_1_U3CGetAssetDataByResSearchKeysU3Eb__1_mD183361D880418BDE33C95046FF05EB2B6039FDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UncompressedStream_set_Position_m249A724F538AB8D4EA39D2FD44789F80063D0B73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipEntryFactory_MakeDirectoryEntry_mB00FCAB56761FA632E0971B56E06805CF3CAAF63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipEntryFactory_set_FixedDateTime_m18041CA849ED1BB44FAF9B27DB1265637E996F41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipExtraData_AddData_m3D568E1BD670D5FA00FBFEA260AA5919D7A71E94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipExtraData_AddEntry_mE1ADD0CA6259265BAC7D01B7111B5FE0B1F11B14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipExtraData_get_UnreadCount_m4D12DA7F9A3E7CA04A209EE58C32D85EBB525F8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_AddDirectory_m4A4FAC86439C94BFB41353FAC94BBBB7AB371BE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_AddEntry_m098FDF981D7A062B34C6F980EC96E25C0B9EA0AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m2065F1ADF778D7C2C1933C8674513628FCA7E691_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m2C5BA3CBAC0B96A3B39FA40E7443D7BA9D0865A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m2F64767DC0E8B0AB368EBB9CB6FE3607B0485658_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m3525B9C51DE6747798DA4F92B8E4884682269C58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m51B964DF449C1DE8A217D22153753383B5AB935B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m7F1D6A00D2B202049C8E4E0E01721A13BFAFE543_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m823F54FDD068F958DEE12952D2A60CA837B29D5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Add_m86FE1678FC198E6396CBC00CD8192596C941F18F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CheckClassicPassword_m1F4695C4F20477D48D5E942F485D35FC65881BAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CommitUpdate_mFE0EF7F613C2E81DB19EA4F07169A3DA9F14C5AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CopyDescriptorBytesDirect_mEA1F71194EEEBD7A7052221D80A6F11EEEA3AFFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CopyDescriptorBytes_mB6804AC81223E4112323082F8464F8A277C7F627_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CopyEntryDataDirect_m4DD82CACFEC4A1755D041AD80702900E92D8969A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_CreateAndInitEncryptionStream_m2B79B4DA99C4B21EBE17F3FB78FB26FD4BD59A40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Create_m5825374C26B612E8093809659EA7D26DD644FB79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Delete_m13CA86680DA1A3333BE2B00C35B555054ECAAF8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Delete_m43FADB7A417E9A0633D7AF5111B1E60AD2065F97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_GetEntry_mBB4F02E126E7DE0772C11287EB94B06E1272FA1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_GetEnumerator_m451FFF5DBE0228BEFF57523FD03EC2F4D2CA0EB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_Reopen_mE604283A5553F7518843EC276DAAC82082687368_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_RunUpdates_mCAB8F07F9F5C7E6A700AED2D1C09A2255FEC9DB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_SetComment_mB7DB4DBD316BAD87503354FF6E0729F5FE1DB295_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_TestArchive_mBF5EA3E81B337289EEEA8E50AB45B8623A03F4E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_UpdateCommentOnly_m22820C1B8D25A1C96B6E0198FCCB25B242D77A2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile__ctor_m7711667BAC8305760D1A1B3F5EC44BD3BD8E196D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile__ctor_mAF73A87F1742A3DF1A2C441E19D29F77D12915AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile__ctor_mEE630FA6FCC76F799678D61EC1C7DC6A17F7D33A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipFile_set_BufferSize_m6238EBDEB7346EB50AF8AC62852539A926418E90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipHelperStream_ReadDataDescriptor_m9D714F0B061CFE9E83C1D118D8CDFD1730C58FA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipHelperStream_WriteDataDescriptor_mB5158679DAE8B11563803B0FFA78230775C5613A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipHelperStream_WriteLocalHeader_m31C4C3AFD42D6AA0B6999C34416AC44EA7D22524_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_GetNextEntry_mFB45F2518753E83F5539A6A93BC68DF695ECBA0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_ReadDataDescriptor_m1A4BE420AC637E8AF04A55385F0EB0723DA0CD7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_ReadingNotSupported_m1C6002F8A46402C1F359A401928E19610DD0CCA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipInputStream_get_Length_m77215C3768D8561A05FE994B0A51C106623A4929_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipNameTransform_MakeValidName_mB2DFB9452E8290C2527EEF26C04E499C2BB25828_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipNameTransform_TransformDirectory_m17CE6A9D76C76CB688A1911F4915299B3B7A62AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipOutputStream_Finish_m50DB03375E4BE4D7D20A3A402A43DBF18729738E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipOutputStream_SetComment_m51F14F2F4FEE9F85FCAB5F00AFABFE61AFEBF383_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZipUpdate__ctor_mD58729485032AC536A7A0CA20A5655C69B1A00B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78_0_0_0_var; IL2CPP_EXTERN_C const uint32_t ABUnit_ToString_mF08B512D38B3877506F8F85D82A7A83A07787839_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleResCreator_Match_m58B5F3C413C6626D6445DB8084E212E406067889_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_Allocate_m9428779D7C174F1BE62E309FAC2DB1F122B4E91D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_DoLoadAsync_m2192C32F57FD9427ADF2A0F6F38BAE020DA16616_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_InitAssetBundleName_mD27C2D6D90AB6791358EEAC8A3AAD1EAF7ED7F13_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_LoadAsync_m6398FDAF7D1A74E8D82BE0DD9A60D59F5F207121_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_LoadSync_m4EA6545FFD479E42303AB57E9763CF67F876AAAE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_OnReleaseRes_mA859FF419CFAE25534366E52BCC703363D172B5A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_Recycle2Cache_m140E14AA7F6AD68A427AC939B2F85AC432FDC627_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_ToString_m9D328381982DCDEC9B0C565748BB6CAE70C80337_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_UnloadImage_m5BB7A5CAF469E0402DFAC3A6F4FF80D8BCFF4226_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSceneResCreator_Match_m5DBF4AD4978440F855874008DDFC994874B398D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSceneRes_Allocate_m3F8FB9FC977FB493AFB7694249BB930811B9D119_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSceneRes_LoadSync_mF420C2DA98C10D451612CB492A6A08CF1F7DFB9A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSceneRes_Recycle2Cache_m692CACA5B4FCB1B33933CF2DC33DA60B6EC943BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_AssetBundleName2Url_m5370F76C9047CF13AD51CFA33BECEF64609AFEE2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_AssetBundleUrl2Name_m14F74C027A551DC104B0A79CCEFEA0E391A01E71_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_GetPlatformForAssetBundles_m582BE2A6EF3065F3CB5B551E75C5C34282706CAC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings__cctor_m4952CFFA4D7F0EC9DC653A208FC2FABF829A96C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_get_AssetBundleConfigFile_mB06127BEEB496D24FCF2FA7647F84441F4759F63_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_get_LoadAssetResFromStreammingAssetsPath_mA8F0A923B5C0FED851F8219143058A19F9C2BB98_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_get_RELATIVE_AB_ROOT_FOLDER_m7887BCF9F27CBC98A84752AC5E4E48C139124972_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_set_AssetBundleConfigFileFactory_m8A86C24B8FF0C7CE8DEFB7C18906973A88DFF666_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_set_AssetBundleConfigFile_m766B4FCFC837BAEEDB79E5E2800227B1BEAEA53F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetBundleSettings_set_LoadAssetResFromStreammingAssetsPath_m25630FAE3841CA3D2C69FFE09198C3FBE24040AC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_AddAssetBundleName_mE892338569A8145BC13F47D79A971BCBE672981C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_AddAssetData_mEFDA6C82D04B187A57B49376E201505A007E0D55_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_GetABUnit_m90242CB20B79DEBCA34D29D8C6789DAA2A60B603_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_GetAssetBundleName_m8AB363AE59E5D2C860C2DC3007C1B07123295688_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_GetSerializeData_m85522E6FB791980FD093933A758DF5B4FDFD5A7C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_Reset_m309676D2FC4DFC76C979F42C77E6A7B8BAE696FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_SetSerializeData_mB7B1DB26B02017F33D247BA40F3D6597D3FDAD37_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataGroup_get_AssetDatas_m5E285E1E91D15C95DF6A89C427147CF5E7E94867_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataTable_GetAssetDataByResSearchKeys_m29AA0576FB20C6FD93EB6E0B992A42060BE6BAC0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataTable_GetEnumerator_m0FD18C15CEF991FB2EB6C6EAEFF38791E43AB383_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataTable_OnAdd_mBD4140D41431907164FC7B222BB83E85D58902E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataTable_OnClear_m7B5D8E094FCF2C957486ED20AF424F24148A2194_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataTable_OnDispose_m9733DE403A06543F1D521ACB479D95D5D34A8E45_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataTable_OnRemove_m1D68D816DC41016D97F88EF7106E44C177EE09B3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssetDataTable__ctor_m695EFB0DF4FDA2CF0F226771577C772AC5DDB000_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PartialInputStream_Seek_m7EBCF4DE8A1D928216B61C0A9639E38C65862410_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PartialInputStream_SetLength_m8A23456BAB08E89270BCBA17DE78E726D35750BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PartialInputStream_Write_m59ACAC2BF6CEDE9F8BFF3559F2A9B81832DE3C70_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PartialInputStream__ctor_m5C09EF7EAB0390C31185969E7CCFCAF8CF565A78_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PartialInputStream_set_Position_m8016FCDC39BA5ACFEB428E8930C5E5E9A81CD16D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReadDataHandler_BeginInvoke_mF4FBE8A783666CE1CEFA18531A6A0753D7C4675E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CDoLoadAsyncU3Ed__10_MoveNext_m5651727B9D4DCE1928498725A6ECC3574E4AEC59_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CDoLoadAsyncU3Ed__10_System_Collections_IEnumerator_Reset_m13A275163725B4808941442432203CB96F7AE0BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CGetEnumeratorU3Eb__5_0_m4987C34D3FB6D9D6B1866B1E4D7C930BD57F7D07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3C_cctorU3Eb__17_0_m777A4F63801EA77759932CB328400311037DDE4B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m3E60422042BC1520BE0E0B782A84E2D57A26F56E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m43CFCAD0D3F682275FB2B6464B9C248E04E42142_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UncompressedStream__ctor_m13558C3D0CCC8FDBED053EF4A3698C7E8D28ECDF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UncompressedStream_set_Position_m249A724F538AB8D4EA39D2FD44789F80063D0B73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipEntryFactory_MakeDirectoryEntry_mB00FCAB56761FA632E0971B56E06805CF3CAAF63_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipEntryFactory__ctor_m4E26C5762AC00470F1DC07EA56B0892B59AEB7D5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipEntryFactory__ctor_mC43CB5F92EFD48BF2D20CA1B5380E17BEA2A840B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipEntryFactory_set_FixedDateTime_m18041CA849ED1BB44FAF9B27DB1265637E996F41_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipEntryFactory_set_NameTransform_m408A09F7243094925461D2C5F106D55E3BC1C918_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_AddData_m3D568E1BD670D5FA00FBFEA260AA5919D7A71E94_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_AddEntry_mE1ADD0CA6259265BAC7D01B7111B5FE0B1F11B14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_Clear_mDF06D49A74ADB77216A10F840A9C6EBD8F358284_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_GetStreamForTag_mC80215C3F8CDBCEE3B5BDD80733E0886405806D5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipExtraData_get_UnreadCount_m4D12DA7F9A3E7CA04A209EE58C32D85EBB525F8A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_AddDirectory_m4A4FAC86439C94BFB41353FAC94BBBB7AB371BE2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_AddEntry_m098FDF981D7A062B34C6F980EC96E25C0B9EA0AC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m2065F1ADF778D7C2C1933C8674513628FCA7E691_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m2C5BA3CBAC0B96A3B39FA40E7443D7BA9D0865A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m2F64767DC0E8B0AB368EBB9CB6FE3607B0485658_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m3525B9C51DE6747798DA4F92B8E4884682269C58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m51B964DF449C1DE8A217D22153753383B5AB935B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m7F1D6A00D2B202049C8E4E0E01721A13BFAFE543_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m823F54FDD068F958DEE12952D2A60CA837B29D5A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Add_m86FE1678FC198E6396CBC00CD8192596C941F18F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_BeginUpdate_m6D8DA389B9DA674324810503C6DDA59B179A4F5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_BeginUpdate_m9349B51E992797C90B8CC111B8174A20B52BC805_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CheckClassicPassword_m1F4695C4F20477D48D5E942F485D35FC65881BAF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Close_mD98D5D88CC6177BC865BE493C58498BB04735DDE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CommitUpdate_mFE0EF7F613C2E81DB19EA4F07169A3DA9F14C5AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CopyDescriptorBytesDirect_mEA1F71194EEEBD7A7052221D80A6F11EEEA3AFFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CopyDescriptorBytes_mB6804AC81223E4112323082F8464F8A277C7F627_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CopyEntryDataDirect_m4DD82CACFEC4A1755D041AD80702900E92D8969A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_CreateAndInitEncryptionStream_m2B79B4DA99C4B21EBE17F3FB78FB26FD4BD59A40_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Create_m5825374C26B612E8093809659EA7D26DD644FB79_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Delete_m13CA86680DA1A3333BE2B00C35B555054ECAAF8A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Delete_m43FADB7A417E9A0633D7AF5111B1E60AD2065F97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_FindExistingUpdate_m5B10579187EC5730648672022A4CD72C8A020065_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_FindExistingUpdate_mA284D7D2FB6680BA6547AFEA49D38FBBC64407A0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetEntry_mBB4F02E126E7DE0772C11287EB94B06E1272FA1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetEnumerator_m451FFF5DBE0228BEFF57523FD03EC2F4D2CA0EB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetTransformedDirectoryName_m5844A3548C0FF93C4EAC9573AF71684C27EBF7E1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_GetTransformedFileName_m79012F804D4A8159A1C0DBE7E6D7D14898AB8BCD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_LocateBlockWithSignature_m93A28FAEE95179E9BBEBA56CA675DEDB59EB96B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_ModifyEntry_m0888776FFBE25AEF386EE3D041C7AF4A45864137_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_OnKeysRequired_m5ED7A90049F5D9A9ECD954E5FD474870EDC2D70A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_PostUpdateCleanup_m6DE5715EF0A39B7C2C87A5701715C0956CE413F4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_Reopen_mE604283A5553F7518843EC276DAAC82082687368_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_RunUpdates_mCAB8F07F9F5C7E6A700AED2D1C09A2255FEC9DB0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_SetComment_mB7DB4DBD316BAD87503354FF6E0729F5FE1DB295_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_TestArchive_mBF5EA3E81B337289EEEA8E50AB45B8623A03F4E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_UpdateCommentOnly_m22820C1B8D25A1C96B6E0198FCCB25B242D77A2E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_WriteEncryptionHeader_mC1740F6BC675D3C9CA2F1FFB693A20E7C83A499B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile__ctor_m7711667BAC8305760D1A1B3F5EC44BD3BD8E196D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile__ctor_mAF73A87F1742A3DF1A2C441E19D29F77D12915AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile__ctor_mC6D319A0FDAADFED5F2E26FB851F970B0046BEBE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile__ctor_mEE630FA6FCC76F799678D61EC1C7DC6A17F7D33A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_get_NameTransform_m52230C80534345DBF7DEEEA8D6AEACF6D26F25E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_set_BufferSize_m6238EBDEB7346EB50AF8AC62852539A926418E90_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_set_EntryFactory_m7C17F03429B0A398EE7C61553B3227FA98380B3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_set_NameTransform_m09000991C3212CCF052D947CE05FEF7D5E1F5728_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipFile_set_Password_mE1E744F2EBFF19D6926B91F6B04273620D7B323A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream_LocateBlockWithSignature_m332D9E58A6189D6592D5720C54B245F393DD793C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream_ReadDataDescriptor_m9D714F0B061CFE9E83C1D118D8CDFD1730C58FA9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream_WriteDataDescriptor_mB5158679DAE8B11563803B0FFA78230775C5613A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream_WriteLocalHeader_m31C4C3AFD42D6AA0B6999C34416AC44EA7D22524_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipHelperStream__ctor_mB1882218BC015FBACDF02E5C5C7770B0064498A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_Dispose_m807C8B3F52598E082168C1A5DA8A47A865E277CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_GetNextEntry_mFB45F2518753E83F5539A6A93BC68DF695ECBA0F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_ReadByte_m54F86B51E96C87123F9DD75AF56CE81FC7B37433_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_ReadDataDescriptor_m1A4BE420AC637E8AF04A55385F0EB0723DA0CD7B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_ReadingNotSupported_m1C6002F8A46402C1F359A401928E19610DD0CCA1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream__ctor_mB1DCE0C9D858FD5A6FD9749F5743E3F18330FB5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream__ctor_mEC280955C8714DC03F38012B6439D7AB6CB3FCF0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipInputStream_get_Length_m77215C3768D8561A05FE994B0A51C106623A4929_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipNameTransform_IsValidName_m4DE25E720BEC14916A40BFB2D8D2D5438AE5D703_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipNameTransform_IsValidName_mCACCA77698E2D1C7C3EEC3B22A05EC4753C714C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipNameTransform_MakeValidName_mB2DFB9452E8290C2527EEF26C04E499C2BB25828_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipNameTransform_TransformDirectory_m17CE6A9D76C76CB688A1911F4915299B3B7A62AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipNameTransform_TransformFile_m9F8A945CA905D332202F8E8B0C591BC0F15A75C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipNameTransform__cctor_m389AA7AFEFA48ECFEA82C6934674A7D7008B4A65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream_CopyAndEncrypt_m630643F7462B06813EC17D3B86D5166C198CAE58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream_Finish_m50DB03375E4BE4D7D20A3A402A43DBF18729738E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream_SetComment_m51F14F2F4FEE9F85FCAB5F00AFABFE61AFEBF383_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream_WriteEncryptionHeader_m8FAD1AA96196CB5701B6C6444DFB9F40855A3D44_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream__ctor_mEA5A7F7DC868AAFF28B78BCEA1AD84C45C3C65C2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipOutputStream__ctor_mFBE80464A6BC82C95F15FAB756A0FF7E003048A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipString_MakeBytesAvailable_mF968707A6577760FDAB09FFEF170D39B634B9AC6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipString_MakeTextAvailable_mD159C8AF823E2B56BE46B19BD816A37643218037_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipString_get_RawComment_m0815B001A754698EC9FC181B0B37C86BC8A2FCF1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipUpdate_GetSource_mD243EA8BF0620DCC43309A681060742B2B39035F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipUpdate__ctor_m2888B75D5803CFD6FE40D6A383EEC9C76E741F5C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipUpdate__ctor_m39D883B51A4BAA957E4C034BF7E31CB7369DCA2F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipUpdate__ctor_m5E6002FC7819AA591742B0BCFC46F11A1D86FFC4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipUpdate__ctor_mD58729485032AC536A7A0CA20A5655C69B1A00B3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2; struct ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D; struct AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; 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 // ICSharpCode.SharpZipLib.Checksum.Crc32 struct Crc32_t4F91711DB789267184E382500C264C4FEBDA173D : public RuntimeObject { public: // System.UInt32 ICSharpCode.SharpZipLib.Checksum.Crc32::checkValue uint32_t ___checkValue_3; public: inline static int32_t get_offset_of_checkValue_3() { return static_cast(offsetof(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D, ___checkValue_3)); } inline uint32_t get_checkValue_3() const { return ___checkValue_3; } inline uint32_t* get_address_of_checkValue_3() { return &___checkValue_3; } inline void set_checkValue_3(uint32_t value) { ___checkValue_3 = value; } }; struct Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_StaticFields { public: // System.UInt32 ICSharpCode.SharpZipLib.Checksum.Crc32::crcInit uint32_t ___crcInit_0; // System.UInt32 ICSharpCode.SharpZipLib.Checksum.Crc32::crcXor uint32_t ___crcXor_1; // System.UInt32[] ICSharpCode.SharpZipLib.Checksum.Crc32::crcTable UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___crcTable_2; public: inline static int32_t get_offset_of_crcInit_0() { return static_cast(offsetof(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_StaticFields, ___crcInit_0)); } inline uint32_t get_crcInit_0() const { return ___crcInit_0; } inline uint32_t* get_address_of_crcInit_0() { return &___crcInit_0; } inline void set_crcInit_0(uint32_t value) { ___crcInit_0 = value; } inline static int32_t get_offset_of_crcXor_1() { return static_cast(offsetof(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_StaticFields, ___crcXor_1)); } inline uint32_t get_crcXor_1() const { return ___crcXor_1; } inline uint32_t* get_address_of_crcXor_1() { return &___crcXor_1; } inline void set_crcXor_1(uint32_t value) { ___crcXor_1 = value; } inline static int32_t get_offset_of_crcTable_2() { return static_cast(offsetof(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_StaticFields, ___crcTable_2)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_crcTable_2() const { return ___crcTable_2; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_crcTable_2() { return &___crcTable_2; } inline void set_crcTable_2(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___crcTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___crcTable_2), (void*)value); } }; // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform struct ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_blockSize int32_t ____blockSize_3; // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_encryptor RuntimeObject* ____encryptor_4; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_counterNonce ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____counterNonce_5; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_encryptBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____encryptBuffer_6; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_encrPos int32_t ____encrPos_7; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_pwdVerifier ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____pwdVerifier_8; // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform_IncrementalHash ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_hmacsha1 IncrementalHash_t35857018A156C398149FE6050EB960E9B77D1501 * ____hmacsha1_9; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_authCode ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____authCode_10; // System.Boolean ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::_writeMode bool ____writeMode_11; public: inline static int32_t get_offset_of__blockSize_3() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____blockSize_3)); } inline int32_t get__blockSize_3() const { return ____blockSize_3; } inline int32_t* get_address_of__blockSize_3() { return &____blockSize_3; } inline void set__blockSize_3(int32_t value) { ____blockSize_3 = value; } inline static int32_t get_offset_of__encryptor_4() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____encryptor_4)); } inline RuntimeObject* get__encryptor_4() const { return ____encryptor_4; } inline RuntimeObject** get_address_of__encryptor_4() { return &____encryptor_4; } inline void set__encryptor_4(RuntimeObject* value) { ____encryptor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____encryptor_4), (void*)value); } inline static int32_t get_offset_of__counterNonce_5() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____counterNonce_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__counterNonce_5() const { return ____counterNonce_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__counterNonce_5() { return &____counterNonce_5; } inline void set__counterNonce_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____counterNonce_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____counterNonce_5), (void*)value); } inline static int32_t get_offset_of__encryptBuffer_6() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____encryptBuffer_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__encryptBuffer_6() const { return ____encryptBuffer_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__encryptBuffer_6() { return &____encryptBuffer_6; } inline void set__encryptBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____encryptBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____encryptBuffer_6), (void*)value); } inline static int32_t get_offset_of__encrPos_7() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____encrPos_7)); } inline int32_t get__encrPos_7() const { return ____encrPos_7; } inline int32_t* get_address_of__encrPos_7() { return &____encrPos_7; } inline void set__encrPos_7(int32_t value) { ____encrPos_7 = value; } inline static int32_t get_offset_of__pwdVerifier_8() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____pwdVerifier_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__pwdVerifier_8() const { return ____pwdVerifier_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__pwdVerifier_8() { return &____pwdVerifier_8; } inline void set__pwdVerifier_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____pwdVerifier_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____pwdVerifier_8), (void*)value); } inline static int32_t get_offset_of__hmacsha1_9() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____hmacsha1_9)); } inline IncrementalHash_t35857018A156C398149FE6050EB960E9B77D1501 * get__hmacsha1_9() const { return ____hmacsha1_9; } inline IncrementalHash_t35857018A156C398149FE6050EB960E9B77D1501 ** get_address_of__hmacsha1_9() { return &____hmacsha1_9; } inline void set__hmacsha1_9(IncrementalHash_t35857018A156C398149FE6050EB960E9B77D1501 * value) { ____hmacsha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____hmacsha1_9), (void*)value); } inline static int32_t get_offset_of__authCode_10() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____authCode_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__authCode_10() const { return ____authCode_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__authCode_10() { return &____authCode_10; } inline void set__authCode_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____authCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____authCode_10), (void*)value); } inline static int32_t get_offset_of__writeMode_11() { return static_cast(offsetof(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A, ____writeMode_11)); } inline bool get__writeMode_11() const { return ____writeMode_11; } inline bool* get_address_of__writeMode_11() { return &____writeMode_11; } inline void set__writeMode_11(bool value) { ____writeMode_11 = value; } }; // ICSharpCode.SharpZipLib.Zip.Compression.Deflater struct Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::level int32_t ___level_15; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Deflater::noZlibHeaderOrFooter bool ___noZlibHeaderOrFooter_16; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::state int32_t ___state_17; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::totalOut int64_t ___totalOut_18; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending ICSharpCode.SharpZipLib.Zip.Compression.Deflater::pending DeflaterPending_t38AF60D737EAA8011845D4A711C8C485A20456C9 * ___pending_19; // ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine ICSharpCode.SharpZipLib.Zip.Compression.Deflater::engine DeflaterEngine_tE30B49DDA19601B054CDA6E389E30155A408EBD1 * ___engine_20; public: inline static int32_t get_offset_of_level_15() { return static_cast(offsetof(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933, ___level_15)); } inline int32_t get_level_15() const { return ___level_15; } inline int32_t* get_address_of_level_15() { return &___level_15; } inline void set_level_15(int32_t value) { ___level_15 = value; } inline static int32_t get_offset_of_noZlibHeaderOrFooter_16() { return static_cast(offsetof(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933, ___noZlibHeaderOrFooter_16)); } inline bool get_noZlibHeaderOrFooter_16() const { return ___noZlibHeaderOrFooter_16; } inline bool* get_address_of_noZlibHeaderOrFooter_16() { return &___noZlibHeaderOrFooter_16; } inline void set_noZlibHeaderOrFooter_16(bool value) { ___noZlibHeaderOrFooter_16 = value; } inline static int32_t get_offset_of_state_17() { return static_cast(offsetof(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933, ___state_17)); } inline int32_t get_state_17() const { return ___state_17; } inline int32_t* get_address_of_state_17() { return &___state_17; } inline void set_state_17(int32_t value) { ___state_17 = value; } inline static int32_t get_offset_of_totalOut_18() { return static_cast(offsetof(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933, ___totalOut_18)); } inline int64_t get_totalOut_18() const { return ___totalOut_18; } inline int64_t* get_address_of_totalOut_18() { return &___totalOut_18; } inline void set_totalOut_18(int64_t value) { ___totalOut_18 = value; } inline static int32_t get_offset_of_pending_19() { return static_cast(offsetof(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933, ___pending_19)); } inline DeflaterPending_t38AF60D737EAA8011845D4A711C8C485A20456C9 * get_pending_19() const { return ___pending_19; } inline DeflaterPending_t38AF60D737EAA8011845D4A711C8C485A20456C9 ** get_address_of_pending_19() { return &___pending_19; } inline void set_pending_19(DeflaterPending_t38AF60D737EAA8011845D4A711C8C485A20456C9 * value) { ___pending_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_19), (void*)value); } inline static int32_t get_offset_of_engine_20() { return static_cast(offsetof(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933, ___engine_20)); } inline DeflaterEngine_tE30B49DDA19601B054CDA6E389E30155A408EBD1 * get_engine_20() const { return ___engine_20; } inline DeflaterEngine_tE30B49DDA19601B054CDA6E389E30155A408EBD1 ** get_address_of_engine_20() { return &___engine_20; } inline void set_engine_20(DeflaterEngine_tE30B49DDA19601B054CDA6E389E30155A408EBD1 * value) { ___engine_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_20), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.Compression.Inflater struct Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::mode int32_t ___mode_17; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::readAdler int32_t ___readAdler_18; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::neededBits int32_t ___neededBits_19; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::repLength int32_t ___repLength_20; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::repDist int32_t ___repDist_21; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::uncomprLen int32_t ___uncomprLen_22; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::isLastBlock bool ___isLastBlock_23; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::totalOut int64_t ___totalOut_24; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::totalIn int64_t ___totalIn_25; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::noHeader bool ___noHeader_26; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator ICSharpCode.SharpZipLib.Zip.Compression.Inflater::input StreamManipulator_t1AD96F96337C9E674680C85EEB8C12CB7F3EBD80 * ___input_27; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow ICSharpCode.SharpZipLib.Zip.Compression.Inflater::outputWindow OutputWindow_tE611FEC84778B0333BB62144A29C60D66791D572 * ___outputWindow_28; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader ICSharpCode.SharpZipLib.Zip.Compression.Inflater::dynHeader InflaterDynHeader_tD1C4790564055DD486231F159EC25AE8C327AFD1 * ___dynHeader_29; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.Inflater::litlenTree InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D * ___litlenTree_30; // ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree ICSharpCode.SharpZipLib.Zip.Compression.Inflater::distTree InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D * ___distTree_31; // ICSharpCode.SharpZipLib.Checksum.Adler32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::adler Adler32_t58F66167D6A9EAA09491911CB22755AD1BEC01F2 * ___adler_32; public: inline static int32_t get_offset_of_mode_17() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___mode_17)); } inline int32_t get_mode_17() const { return ___mode_17; } inline int32_t* get_address_of_mode_17() { return &___mode_17; } inline void set_mode_17(int32_t value) { ___mode_17 = value; } inline static int32_t get_offset_of_readAdler_18() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___readAdler_18)); } inline int32_t get_readAdler_18() const { return ___readAdler_18; } inline int32_t* get_address_of_readAdler_18() { return &___readAdler_18; } inline void set_readAdler_18(int32_t value) { ___readAdler_18 = value; } inline static int32_t get_offset_of_neededBits_19() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___neededBits_19)); } inline int32_t get_neededBits_19() const { return ___neededBits_19; } inline int32_t* get_address_of_neededBits_19() { return &___neededBits_19; } inline void set_neededBits_19(int32_t value) { ___neededBits_19 = value; } inline static int32_t get_offset_of_repLength_20() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___repLength_20)); } inline int32_t get_repLength_20() const { return ___repLength_20; } inline int32_t* get_address_of_repLength_20() { return &___repLength_20; } inline void set_repLength_20(int32_t value) { ___repLength_20 = value; } inline static int32_t get_offset_of_repDist_21() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___repDist_21)); } inline int32_t get_repDist_21() const { return ___repDist_21; } inline int32_t* get_address_of_repDist_21() { return &___repDist_21; } inline void set_repDist_21(int32_t value) { ___repDist_21 = value; } inline static int32_t get_offset_of_uncomprLen_22() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___uncomprLen_22)); } inline int32_t get_uncomprLen_22() const { return ___uncomprLen_22; } inline int32_t* get_address_of_uncomprLen_22() { return &___uncomprLen_22; } inline void set_uncomprLen_22(int32_t value) { ___uncomprLen_22 = value; } inline static int32_t get_offset_of_isLastBlock_23() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___isLastBlock_23)); } inline bool get_isLastBlock_23() const { return ___isLastBlock_23; } inline bool* get_address_of_isLastBlock_23() { return &___isLastBlock_23; } inline void set_isLastBlock_23(bool value) { ___isLastBlock_23 = value; } inline static int32_t get_offset_of_totalOut_24() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___totalOut_24)); } inline int64_t get_totalOut_24() const { return ___totalOut_24; } inline int64_t* get_address_of_totalOut_24() { return &___totalOut_24; } inline void set_totalOut_24(int64_t value) { ___totalOut_24 = value; } inline static int32_t get_offset_of_totalIn_25() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___totalIn_25)); } inline int64_t get_totalIn_25() const { return ___totalIn_25; } inline int64_t* get_address_of_totalIn_25() { return &___totalIn_25; } inline void set_totalIn_25(int64_t value) { ___totalIn_25 = value; } inline static int32_t get_offset_of_noHeader_26() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___noHeader_26)); } inline bool get_noHeader_26() const { return ___noHeader_26; } inline bool* get_address_of_noHeader_26() { return &___noHeader_26; } inline void set_noHeader_26(bool value) { ___noHeader_26 = value; } inline static int32_t get_offset_of_input_27() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___input_27)); } inline StreamManipulator_t1AD96F96337C9E674680C85EEB8C12CB7F3EBD80 * get_input_27() const { return ___input_27; } inline StreamManipulator_t1AD96F96337C9E674680C85EEB8C12CB7F3EBD80 ** get_address_of_input_27() { return &___input_27; } inline void set_input_27(StreamManipulator_t1AD96F96337C9E674680C85EEB8C12CB7F3EBD80 * value) { ___input_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_27), (void*)value); } inline static int32_t get_offset_of_outputWindow_28() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___outputWindow_28)); } inline OutputWindow_tE611FEC84778B0333BB62144A29C60D66791D572 * get_outputWindow_28() const { return ___outputWindow_28; } inline OutputWindow_tE611FEC84778B0333BB62144A29C60D66791D572 ** get_address_of_outputWindow_28() { return &___outputWindow_28; } inline void set_outputWindow_28(OutputWindow_tE611FEC84778B0333BB62144A29C60D66791D572 * value) { ___outputWindow_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputWindow_28), (void*)value); } inline static int32_t get_offset_of_dynHeader_29() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___dynHeader_29)); } inline InflaterDynHeader_tD1C4790564055DD486231F159EC25AE8C327AFD1 * get_dynHeader_29() const { return ___dynHeader_29; } inline InflaterDynHeader_tD1C4790564055DD486231F159EC25AE8C327AFD1 ** get_address_of_dynHeader_29() { return &___dynHeader_29; } inline void set_dynHeader_29(InflaterDynHeader_tD1C4790564055DD486231F159EC25AE8C327AFD1 * value) { ___dynHeader_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___dynHeader_29), (void*)value); } inline static int32_t get_offset_of_litlenTree_30() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___litlenTree_30)); } inline InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D * get_litlenTree_30() const { return ___litlenTree_30; } inline InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D ** get_address_of_litlenTree_30() { return &___litlenTree_30; } inline void set_litlenTree_30(InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D * value) { ___litlenTree_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___litlenTree_30), (void*)value); } inline static int32_t get_offset_of_distTree_31() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___distTree_31)); } inline InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D * get_distTree_31() const { return ___distTree_31; } inline InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D ** get_address_of_distTree_31() { return &___distTree_31; } inline void set_distTree_31(InflaterHuffmanTree_t2D2C168B0D90C14A9B6442C5A06E82D3A80E532D * value) { ___distTree_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___distTree_31), (void*)value); } inline static int32_t get_offset_of_adler_32() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F, ___adler_32)); } inline Adler32_t58F66167D6A9EAA09491911CB22755AD1BEC01F2 * get_adler_32() const { return ___adler_32; } inline Adler32_t58F66167D6A9EAA09491911CB22755AD1BEC01F2 ** get_address_of_adler_32() { return &___adler_32; } inline void set_adler_32(Adler32_t58F66167D6A9EAA09491911CB22755AD1BEC01F2 * value) { ___adler_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___adler_32), (void*)value); } }; struct Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_StaticFields { public: // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPLENS Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___CPLENS_0; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPLEXT Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___CPLEXT_1; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPDIST Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___CPDIST_2; // System.Int32[] ICSharpCode.SharpZipLib.Zip.Compression.Inflater::CPDEXT Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___CPDEXT_3; public: inline static int32_t get_offset_of_CPLENS_0() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_StaticFields, ___CPLENS_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_CPLENS_0() const { return ___CPLENS_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_CPLENS_0() { return &___CPLENS_0; } inline void set_CPLENS_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___CPLENS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CPLENS_0), (void*)value); } inline static int32_t get_offset_of_CPLEXT_1() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_StaticFields, ___CPLEXT_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_CPLEXT_1() const { return ___CPLEXT_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_CPLEXT_1() { return &___CPLEXT_1; } inline void set_CPLEXT_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___CPLEXT_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CPLEXT_1), (void*)value); } inline static int32_t get_offset_of_CPDIST_2() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_StaticFields, ___CPDIST_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_CPDIST_2() const { return ___CPDIST_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_CPDIST_2() { return &___CPDIST_2; } inline void set_CPDIST_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___CPDIST_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CPDIST_2), (void*)value); } inline static int32_t get_offset_of_CPDEXT_3() { return static_cast(offsetof(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_StaticFields, ___CPDEXT_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_CPDEXT_3() const { return ___CPDEXT_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_CPDEXT_3() { return &___CPDEXT_3; } inline void set_CPDEXT_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___CPDEXT_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CPDEXT_3), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer struct InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::rawLength int32_t ___rawLength_0; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::rawData ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::clearTextLength int32_t ___clearTextLength_2; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::clearText ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___clearText_3; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::internalClearText ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___internalClearText_4; // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::available int32_t ___available_5; // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::cryptoTransform RuntimeObject* ___cryptoTransform_6; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::inputStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___inputStream_7; public: inline static int32_t get_offset_of_rawLength_0() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___rawLength_0)); } inline int32_t get_rawLength_0() const { return ___rawLength_0; } inline int32_t* get_address_of_rawLength_0() { return &___rawLength_0; } inline void set_rawLength_0(int32_t value) { ___rawLength_0 = value; } inline static int32_t get_offset_of_rawData_1() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___rawData_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_rawData_1() const { return ___rawData_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_rawData_1() { return &___rawData_1; } inline void set_rawData_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___rawData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___rawData_1), (void*)value); } inline static int32_t get_offset_of_clearTextLength_2() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___clearTextLength_2)); } inline int32_t get_clearTextLength_2() const { return ___clearTextLength_2; } inline int32_t* get_address_of_clearTextLength_2() { return &___clearTextLength_2; } inline void set_clearTextLength_2(int32_t value) { ___clearTextLength_2 = value; } inline static int32_t get_offset_of_clearText_3() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___clearText_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_clearText_3() const { return ___clearText_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_clearText_3() { return &___clearText_3; } inline void set_clearText_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___clearText_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___clearText_3), (void*)value); } inline static int32_t get_offset_of_internalClearText_4() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___internalClearText_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_internalClearText_4() const { return ___internalClearText_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_internalClearText_4() { return &___internalClearText_4; } inline void set_internalClearText_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___internalClearText_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalClearText_4), (void*)value); } inline static int32_t get_offset_of_available_5() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___available_5)); } inline int32_t get_available_5() const { return ___available_5; } inline int32_t* get_address_of_available_5() { return &___available_5; } inline void set_available_5(int32_t value) { ___available_5 = value; } inline static int32_t get_offset_of_cryptoTransform_6() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___cryptoTransform_6)); } inline RuntimeObject* get_cryptoTransform_6() const { return ___cryptoTransform_6; } inline RuntimeObject** get_address_of_cryptoTransform_6() { return &___cryptoTransform_6; } inline void set_cryptoTransform_6(RuntimeObject* value) { ___cryptoTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptoTransform_6), (void*)value); } inline static int32_t get_offset_of_inputStream_7() { return static_cast(offsetof(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A, ___inputStream_7)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_inputStream_7() const { return ___inputStream_7; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_inputStream_7() { return &___inputStream_7; } inline void set_inputStream_7(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___inputStream_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputStream_7), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.DescriptorData struct DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 : public RuntimeObject { public: // System.Int64 ICSharpCode.SharpZipLib.Zip.DescriptorData::size int64_t ___size_0; // System.Int64 ICSharpCode.SharpZipLib.Zip.DescriptorData::compressedSize int64_t ___compressedSize_1; // System.Int64 ICSharpCode.SharpZipLib.Zip.DescriptorData::crc int64_t ___crc_2; public: inline static int32_t get_offset_of_size_0() { return static_cast(offsetof(DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042, ___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_compressedSize_1() { return static_cast(offsetof(DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042, ___compressedSize_1)); } inline int64_t get_compressedSize_1() const { return ___compressedSize_1; } inline int64_t* get_address_of_compressedSize_1() { return &___compressedSize_1; } inline void set_compressedSize_1(int64_t value) { ___compressedSize_1 = value; } inline static int32_t get_offset_of_crc_2() { return static_cast(offsetof(DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042, ___crc_2)); } inline int64_t get_crc_2() const { return ___crc_2; } inline int64_t* get_address_of_crc_2() { return &___crc_2; } inline void set_crc_2(int64_t value) { ___crc_2 = value; } }; // ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource struct DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC : public RuntimeObject { public: public: }; // ICSharpCode.SharpZipLib.Zip.EntryPatchData struct EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 : public RuntimeObject { public: // System.Int64 ICSharpCode.SharpZipLib.Zip.EntryPatchData::sizePatchOffset_ int64_t ___sizePatchOffset__0; // System.Int64 ICSharpCode.SharpZipLib.Zip.EntryPatchData::crcPatchOffset_ int64_t ___crcPatchOffset__1; public: inline static int32_t get_offset_of_sizePatchOffset__0() { return static_cast(offsetof(EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107, ___sizePatchOffset__0)); } inline int64_t get_sizePatchOffset__0() const { return ___sizePatchOffset__0; } inline int64_t* get_address_of_sizePatchOffset__0() { return &___sizePatchOffset__0; } inline void set_sizePatchOffset__0(int64_t value) { ___sizePatchOffset__0 = value; } inline static int32_t get_offset_of_crcPatchOffset__1() { return static_cast(offsetof(EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107, ___crcPatchOffset__1)); } inline int64_t get_crcPatchOffset__1() const { return ___crcPatchOffset__1; } inline int64_t* get_address_of_crcPatchOffset__1() { return &___crcPatchOffset__1; } inline void set_crcPatchOffset__1(int64_t value) { ___crcPatchOffset__1 = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipExtraData struct ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE : public RuntimeObject { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::_index int32_t ____index_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::_readValueStart int32_t ____readValueStart_1; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::_readValueLength int32_t ____readValueLength_2; // System.IO.MemoryStream ICSharpCode.SharpZipLib.Zip.ZipExtraData::_newEntry MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ____newEntry_3; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipExtraData::_data ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_4; public: inline static int32_t get_offset_of__index_0() { return static_cast(offsetof(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE, ____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__readValueStart_1() { return static_cast(offsetof(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE, ____readValueStart_1)); } inline int32_t get__readValueStart_1() const { return ____readValueStart_1; } inline int32_t* get_address_of__readValueStart_1() { return &____readValueStart_1; } inline void set__readValueStart_1(int32_t value) { ____readValueStart_1 = value; } inline static int32_t get_offset_of__readValueLength_2() { return static_cast(offsetof(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE, ____readValueLength_2)); } inline int32_t get__readValueLength_2() const { return ____readValueLength_2; } inline int32_t* get_address_of__readValueLength_2() { return &____readValueLength_2; } inline void set__readValueLength_2(int32_t value) { ____readValueLength_2 = value; } inline static int32_t get_offset_of__newEntry_3() { return static_cast(offsetof(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE, ____newEntry_3)); } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get__newEntry_3() const { return ____newEntry_3; } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of__newEntry_3() { return &____newEntry_3; } inline void set__newEntry_3(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value) { ____newEntry_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____newEntry_3), (void*)value); } inline static int32_t get_offset_of__data_4() { return static_cast(offsetof(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE, ____data_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_4() const { return ____data_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_4() { return &____data_4; } inline void set__data_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_4), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateComparer struct UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B : public RuntimeObject { public: public: }; // ICSharpCode.SharpZipLib.Zip.ZipFile_ZipEntryEnumerator struct ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipEntry[] ICSharpCode.SharpZipLib.Zip.ZipFile_ZipEntryEnumerator::array ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* ___array_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipEntryEnumerator::index int32_t ___index_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660, ___array_0)); } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* get_array_0() const { return ___array_0; } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2** get_address_of_array_0() { return &___array_0; } inline void set_array_0(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660, ___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; } }; // ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString struct ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A : public RuntimeObject { public: // System.String ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::comment_ String_t* ___comment__0; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::rawComment_ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawComment__1; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::isSourceString_ bool ___isSourceString__2; public: inline static int32_t get_offset_of_comment__0() { return static_cast(offsetof(ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A, ___comment__0)); } inline String_t* get_comment__0() const { return ___comment__0; } inline String_t** get_address_of_comment__0() { return &___comment__0; } inline void set_comment__0(String_t* value) { ___comment__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___comment__0), (void*)value); } inline static int32_t get_offset_of_rawComment__1() { return static_cast(offsetof(ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A, ___rawComment__1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_rawComment__1() const { return ___rawComment__1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_rawComment__1() { return &___rawComment__1; } inline void set_rawComment__1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___rawComment__1 = value; Il2CppCodeGenWriteBarrier((void**)(&___rawComment__1), (void*)value); } inline static int32_t get_offset_of_isSourceString__2() { return static_cast(offsetof(ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A, ___isSourceString__2)); } inline bool get_isSourceString__2() const { return ___isSourceString__2; } inline bool* get_address_of_isSourceString__2() { return &___isSourceString__2; } inline void set_isSourceString__2(bool value) { ___isSourceString__2 = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipNameTransform struct ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 : public RuntimeObject { public: // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::trimPrefix_ String_t* ___trimPrefix__0; public: inline static int32_t get_offset_of_trimPrefix__0() { return static_cast(offsetof(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263, ___trimPrefix__0)); } inline String_t* get_trimPrefix__0() const { return ___trimPrefix__0; } inline String_t** get_address_of_trimPrefix__0() { return &___trimPrefix__0; } inline void set_trimPrefix__0(String_t* value) { ___trimPrefix__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimPrefix__0), (void*)value); } }; struct ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields { public: // System.Char[] ICSharpCode.SharpZipLib.Zip.ZipNameTransform::InvalidEntryChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___InvalidEntryChars_1; // System.Char[] ICSharpCode.SharpZipLib.Zip.ZipNameTransform::InvalidEntryCharsRelaxed CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___InvalidEntryCharsRelaxed_2; public: inline static int32_t get_offset_of_InvalidEntryChars_1() { return static_cast(offsetof(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields, ___InvalidEntryChars_1)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidEntryChars_1() const { return ___InvalidEntryChars_1; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidEntryChars_1() { return &___InvalidEntryChars_1; } inline void set_InvalidEntryChars_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___InvalidEntryChars_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidEntryChars_1), (void*)value); } inline static int32_t get_offset_of_InvalidEntryCharsRelaxed_2() { return static_cast(offsetof(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields, ___InvalidEntryCharsRelaxed_2)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidEntryCharsRelaxed_2() const { return ___InvalidEntryCharsRelaxed_2; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidEntryCharsRelaxed_2() { return &___InvalidEntryCharsRelaxed_2; } inline void set_InvalidEntryCharsRelaxed_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___InvalidEntryCharsRelaxed_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidEntryCharsRelaxed_2), (void*)value); } }; // QFramework.AssetBundleRes_d__10 struct U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 : public RuntimeObject { public: // System.Int32 QFramework.AssetBundleRes_d__10::<>1__state int32_t ___U3CU3E1__state_0; // System.Object QFramework.AssetBundleRes_d__10::<>2__current RuntimeObject * ___U3CU3E2__current_1; // QFramework.AssetBundleRes QFramework.AssetBundleRes_d__10::<>4__this AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * ___U3CU3E4__this_2; // System.Action QFramework.AssetBundleRes_d__10::finishCallback Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___finishCallback_3; // UnityEngine.AssetBundleCreateRequest QFramework.AssetBundleRes_d__10::5__2 AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * ___U3CabcRU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48, ___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(U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48, ___U3CU3E4__this_2)); } inline AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_finishCallback_3() { return static_cast(offsetof(U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48, ___finishCallback_3)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_finishCallback_3() const { return ___finishCallback_3; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_finishCallback_3() { return &___finishCallback_3; } inline void set_finishCallback_3(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___finishCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___finishCallback_3), (void*)value); } inline static int32_t get_offset_of_U3CabcRU3E5__2_4() { return static_cast(offsetof(U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48, ___U3CabcRU3E5__2_4)); } inline AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * get_U3CabcRU3E5__2_4() const { return ___U3CabcRU3E5__2_4; } inline AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E ** get_address_of_U3CabcRU3E5__2_4() { return &___U3CabcRU3E5__2_4; } inline void set_U3CabcRU3E5__2_4(AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * value) { ___U3CabcRU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CabcRU3E5__2_4), (void*)value); } }; // QFramework.AssetBundleResCreator struct AssetBundleResCreator_t537A957DAE17E545852EC623B4D27846A0886FB2 : public RuntimeObject { public: public: }; // QFramework.AssetBundleSceneResCreator struct AssetBundleSceneResCreator_t47C4FAA148B8BD54341B82A7E711CD902EB7C037 : public RuntimeObject { public: public: }; // QFramework.AssetBundleSettings struct AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A : public RuntimeObject { public: public: }; struct AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields { public: // QFramework.IResDatas QFramework.AssetBundleSettings::mAssetBundleConfigFile RuntimeObject* ___mAssetBundleConfigFile_0; // System.Func`1 QFramework.AssetBundleSettings::mAssetBundleConfigFileFactory Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * ___mAssetBundleConfigFileFactory_1; public: inline static int32_t get_offset_of_mAssetBundleConfigFile_0() { return static_cast(offsetof(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields, ___mAssetBundleConfigFile_0)); } inline RuntimeObject* get_mAssetBundleConfigFile_0() const { return ___mAssetBundleConfigFile_0; } inline RuntimeObject** get_address_of_mAssetBundleConfigFile_0() { return &___mAssetBundleConfigFile_0; } inline void set_mAssetBundleConfigFile_0(RuntimeObject* value) { ___mAssetBundleConfigFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetBundleConfigFile_0), (void*)value); } inline static int32_t get_offset_of_mAssetBundleConfigFileFactory_1() { return static_cast(offsetof(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields, ___mAssetBundleConfigFileFactory_1)); } inline Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * get_mAssetBundleConfigFileFactory_1() const { return ___mAssetBundleConfigFileFactory_1; } inline Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 ** get_address_of_mAssetBundleConfigFileFactory_1() { return &___mAssetBundleConfigFileFactory_1; } inline void set_mAssetBundleConfigFileFactory_1(Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * value) { ___mAssetBundleConfigFileFactory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetBundleConfigFileFactory_1), (void*)value); } }; // QFramework.AssetBundleSettings_<>c struct U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 : public RuntimeObject { public: public: }; struct U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_StaticFields { public: // QFramework.AssetBundleSettings_<>c QFramework.AssetBundleSettings_<>c::<>9 U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // QFramework.AssetData struct AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 : public RuntimeObject { public: // System.String QFramework.AssetData::mAssetName String_t* ___mAssetName_0; // System.String QFramework.AssetData::mOwnerBundleName String_t* ___mOwnerBundleName_1; // System.Int32 QFramework.AssetData::mAbIndex int32_t ___mAbIndex_2; // System.Int16 QFramework.AssetData::mAssetType int16_t ___mAssetType_3; // System.Int16 QFramework.AssetData::mAssetObjectTypeCode int16_t ___mAssetObjectTypeCode_4; public: inline static int32_t get_offset_of_mAssetName_0() { return static_cast(offsetof(AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4, ___mAssetName_0)); } inline String_t* get_mAssetName_0() const { return ___mAssetName_0; } inline String_t** get_address_of_mAssetName_0() { return &___mAssetName_0; } inline void set_mAssetName_0(String_t* value) { ___mAssetName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetName_0), (void*)value); } inline static int32_t get_offset_of_mOwnerBundleName_1() { return static_cast(offsetof(AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4, ___mOwnerBundleName_1)); } inline String_t* get_mOwnerBundleName_1() const { return ___mOwnerBundleName_1; } inline String_t** get_address_of_mOwnerBundleName_1() { return &___mOwnerBundleName_1; } inline void set_mOwnerBundleName_1(String_t* value) { ___mOwnerBundleName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOwnerBundleName_1), (void*)value); } inline static int32_t get_offset_of_mAbIndex_2() { return static_cast(offsetof(AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4, ___mAbIndex_2)); } inline int32_t get_mAbIndex_2() const { return ___mAbIndex_2; } inline int32_t* get_address_of_mAbIndex_2() { return &___mAbIndex_2; } inline void set_mAbIndex_2(int32_t value) { ___mAbIndex_2 = value; } inline static int32_t get_offset_of_mAssetType_3() { return static_cast(offsetof(AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4, ___mAssetType_3)); } inline int16_t get_mAssetType_3() const { return ___mAssetType_3; } inline int16_t* get_address_of_mAssetType_3() { return &___mAssetType_3; } inline void set_mAssetType_3(int16_t value) { ___mAssetType_3 = value; } inline static int32_t get_offset_of_mAssetObjectTypeCode_4() { return static_cast(offsetof(AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4, ___mAssetObjectTypeCode_4)); } inline int16_t get_mAssetObjectTypeCode_4() const { return ___mAssetObjectTypeCode_4; } inline int16_t* get_address_of_mAssetObjectTypeCode_4() { return &___mAssetObjectTypeCode_4; } inline void set_mAssetObjectTypeCode_4(int16_t value) { ___mAssetObjectTypeCode_4 = value; } }; // QFramework.AssetDataGroup struct AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 : public RuntimeObject { public: // System.String QFramework.AssetDataGroup::m_Key String_t* ___m_Key_0; // System.Collections.Generic.List`1 QFramework.AssetDataGroup::mABUnitArray List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * ___mABUnitArray_1; // System.Collections.Generic.Dictionary`2 QFramework.AssetDataGroup::mAssetDataMap Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * ___mAssetDataMap_2; // System.Collections.Generic.Dictionary`2 QFramework.AssetDataGroup::mUUID4AssetData Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * ___mUUID4AssetData_3; public: inline static int32_t get_offset_of_m_Key_0() { return static_cast(offsetof(AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36, ___m_Key_0)); } inline String_t* get_m_Key_0() const { return ___m_Key_0; } inline String_t** get_address_of_m_Key_0() { return &___m_Key_0; } inline void set_m_Key_0(String_t* value) { ___m_Key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Key_0), (void*)value); } inline static int32_t get_offset_of_mABUnitArray_1() { return static_cast(offsetof(AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36, ___mABUnitArray_1)); } inline List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * get_mABUnitArray_1() const { return ___mABUnitArray_1; } inline List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 ** get_address_of_mABUnitArray_1() { return &___mABUnitArray_1; } inline void set_mABUnitArray_1(List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * value) { ___mABUnitArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mABUnitArray_1), (void*)value); } inline static int32_t get_offset_of_mAssetDataMap_2() { return static_cast(offsetof(AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36, ___mAssetDataMap_2)); } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * get_mAssetDataMap_2() const { return ___mAssetDataMap_2; } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 ** get_address_of_mAssetDataMap_2() { return &___mAssetDataMap_2; } inline void set_mAssetDataMap_2(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * value) { ___mAssetDataMap_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetDataMap_2), (void*)value); } inline static int32_t get_offset_of_mUUID4AssetData_3() { return static_cast(offsetof(AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36, ___mUUID4AssetData_3)); } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * get_mUUID4AssetData_3() const { return ___mUUID4AssetData_3; } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 ** get_address_of_mUUID4AssetData_3() { return &___mUUID4AssetData_3; } inline void set_mUUID4AssetData_3(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * value) { ___mUUID4AssetData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mUUID4AssetData_3), (void*)value); } }; // QFramework.AssetDataGroup_ABUnit struct ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 : public RuntimeObject { public: // System.String QFramework.AssetDataGroup_ABUnit::abName String_t* ___abName_0; // System.String[] QFramework.AssetDataGroup_ABUnit::abDepends StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abDepends_1; public: inline static int32_t get_offset_of_abName_0() { return static_cast(offsetof(ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1, ___abName_0)); } inline String_t* get_abName_0() const { return ___abName_0; } inline String_t** get_address_of_abName_0() { return &___abName_0; } inline void set_abName_0(String_t* value) { ___abName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___abName_0), (void*)value); } inline static int32_t get_offset_of_abDepends_1() { return static_cast(offsetof(ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1, ___abDepends_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abDepends_1() const { return ___abDepends_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abDepends_1() { return &___abDepends_1; } inline void set_abDepends_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___abDepends_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___abDepends_1), (void*)value); } }; // QFramework.AssetDataGroup_SerializeData struct SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 : public RuntimeObject { public: // System.String QFramework.AssetDataGroup_SerializeData::mKey String_t* ___mKey_0; // QFramework.AssetDataGroup_ABUnit[] QFramework.AssetDataGroup_SerializeData::mAbUnitArray ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* ___mAbUnitArray_1; // QFramework.AssetData[] QFramework.AssetDataGroup_SerializeData::mAssetDataArray AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* ___mAssetDataArray_2; public: inline static int32_t get_offset_of_mKey_0() { return static_cast(offsetof(SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20, ___mKey_0)); } inline String_t* get_mKey_0() const { return ___mKey_0; } inline String_t** get_address_of_mKey_0() { return &___mKey_0; } inline void set_mKey_0(String_t* value) { ___mKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mKey_0), (void*)value); } inline static int32_t get_offset_of_mAbUnitArray_1() { return static_cast(offsetof(SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20, ___mAbUnitArray_1)); } inline ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* get_mAbUnitArray_1() const { return ___mAbUnitArray_1; } inline ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D** get_address_of_mAbUnitArray_1() { return &___mAbUnitArray_1; } inline void set_mAbUnitArray_1(ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* value) { ___mAbUnitArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAbUnitArray_1), (void*)value); } inline static int32_t get_offset_of_mAssetDataArray_2() { return static_cast(offsetof(SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20, ___mAssetDataArray_2)); } inline AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* get_mAssetDataArray_2() const { return ___mAssetDataArray_2; } inline AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3** get_address_of_mAssetDataArray_2() { return &___mAssetDataArray_2; } inline void set_mAssetDataArray_2(AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* value) { ___mAssetDataArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetDataArray_2), (void*)value); } }; // QFramework.AssetDataTable_<>c struct U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 : public RuntimeObject { public: public: }; struct U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields { public: // QFramework.AssetDataTable_<>c QFramework.AssetDataTable_<>c::<>9 U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * ___U3CU3E9_0; // System.Func`2>,System.Collections.Generic.IEnumerable`1> QFramework.AssetDataTable_<>c::<>9__5_0 Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * ___U3CU3E9__5_0_1; // System.Func`2 QFramework.AssetDataTable_<>c::<>9__7_0 Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * ___U3CU3E9__7_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_0_1() { return static_cast(offsetof(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields, ___U3CU3E9__5_0_1)); } inline Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * get_U3CU3E9__5_0_1() const { return ___U3CU3E9__5_0_1; } inline Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A ** get_address_of_U3CU3E9__5_0_1() { return &___U3CU3E9__5_0_1; } inline void set_U3CU3E9__5_0_1(Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * value) { ___U3CU3E9__5_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__7_0_2() { return static_cast(offsetof(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields, ___U3CU3E9__7_0_2)); } inline Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * get_U3CU3E9__7_0_2() const { return ___U3CU3E9__7_0_2; } inline Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 ** get_address_of_U3CU3E9__7_0_2() { return &___U3CU3E9__7_0_2; } inline void set_U3CU3E9__7_0_2(Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * value) { ___U3CU3E9__7_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__7_0_2), (void*)value); } }; // QFramework.AssetDataTable_<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 : public RuntimeObject { public: // QFramework.ResSearchKeys QFramework.AssetDataTable_<>c__DisplayClass1_0::resSearchKeys ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys_0; public: inline static int32_t get_offset_of_resSearchKeys_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1, ___resSearchKeys_0)); } inline ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * get_resSearchKeys_0() const { return ___resSearchKeys_0; } inline ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 ** get_address_of_resSearchKeys_0() { return &___resSearchKeys_0; } inline void set_resSearchKeys_0(ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * value) { ___resSearchKeys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___resSearchKeys_0), (void*)value); } }; // QFramework.AssetDataTable_<>c__DisplayClass1_1 struct U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 : public RuntimeObject { public: // System.Int16 QFramework.AssetDataTable_<>c__DisplayClass1_1::assetTypeCode int16_t ___assetTypeCode_0; public: inline static int32_t get_offset_of_assetTypeCode_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984, ___assetTypeCode_0)); } inline int16_t get_assetTypeCode_0() const { return ___assetTypeCode_0; } inline int16_t* get_address_of_assetTypeCode_0() { return &___assetTypeCode_0; } inline void set_assetTypeCode_0(int16_t value) { ___assetTypeCode_0 = value; } }; // QFramework.Pool`1 struct Pool_1_t9B27A7AD5B62FD7C11E5E98F4609C4EBF0BDE9EA : public RuntimeObject { public: // QFramework.IObjectFactory`1 QFramework.Pool`1::mFactory RuntimeObject* ___mFactory_0; // System.Collections.Generic.Stack`1 QFramework.Pool`1::mCacheStack Stack_1_tDB8FEE7B790126034F954FFE0226F7F6C0DFAFC1 * ___mCacheStack_1; // System.Int32 QFramework.Pool`1::mMaxCount int32_t ___mMaxCount_2; public: inline static int32_t get_offset_of_mFactory_0() { return static_cast(offsetof(Pool_1_t9B27A7AD5B62FD7C11E5E98F4609C4EBF0BDE9EA, ___mFactory_0)); } inline RuntimeObject* get_mFactory_0() const { return ___mFactory_0; } inline RuntimeObject** get_address_of_mFactory_0() { return &___mFactory_0; } inline void set_mFactory_0(RuntimeObject* value) { ___mFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mFactory_0), (void*)value); } inline static int32_t get_offset_of_mCacheStack_1() { return static_cast(offsetof(Pool_1_t9B27A7AD5B62FD7C11E5E98F4609C4EBF0BDE9EA, ___mCacheStack_1)); } inline Stack_1_tDB8FEE7B790126034F954FFE0226F7F6C0DFAFC1 * get_mCacheStack_1() const { return ___mCacheStack_1; } inline Stack_1_tDB8FEE7B790126034F954FFE0226F7F6C0DFAFC1 ** get_address_of_mCacheStack_1() { return &___mCacheStack_1; } inline void set_mCacheStack_1(Stack_1_tDB8FEE7B790126034F954FFE0226F7F6C0DFAFC1 * value) { ___mCacheStack_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCacheStack_1), (void*)value); } inline static int32_t get_offset_of_mMaxCount_2() { return static_cast(offsetof(Pool_1_t9B27A7AD5B62FD7C11E5E98F4609C4EBF0BDE9EA, ___mMaxCount_2)); } inline int32_t get_mMaxCount_2() const { return ___mMaxCount_2; } inline int32_t* get_address_of_mMaxCount_2() { return &___mMaxCount_2; } inline void set_mMaxCount_2(int32_t value) { ___mMaxCount_2 = value; } }; // QFramework.Pool`1 struct Pool_1_t8E2EA7719F6714CB0AEF71CEB28ABB2D6C163BE7 : public RuntimeObject { public: // QFramework.IObjectFactory`1 QFramework.Pool`1::mFactory RuntimeObject* ___mFactory_0; // System.Collections.Generic.Stack`1 QFramework.Pool`1::mCacheStack Stack_1_tEFCF265DBE886779494699CA813FB43373CE54E4 * ___mCacheStack_1; // System.Int32 QFramework.Pool`1::mMaxCount int32_t ___mMaxCount_2; public: inline static int32_t get_offset_of_mFactory_0() { return static_cast(offsetof(Pool_1_t8E2EA7719F6714CB0AEF71CEB28ABB2D6C163BE7, ___mFactory_0)); } inline RuntimeObject* get_mFactory_0() const { return ___mFactory_0; } inline RuntimeObject** get_address_of_mFactory_0() { return &___mFactory_0; } inline void set_mFactory_0(RuntimeObject* value) { ___mFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mFactory_0), (void*)value); } inline static int32_t get_offset_of_mCacheStack_1() { return static_cast(offsetof(Pool_1_t8E2EA7719F6714CB0AEF71CEB28ABB2D6C163BE7, ___mCacheStack_1)); } inline Stack_1_tEFCF265DBE886779494699CA813FB43373CE54E4 * get_mCacheStack_1() const { return ___mCacheStack_1; } inline Stack_1_tEFCF265DBE886779494699CA813FB43373CE54E4 ** get_address_of_mCacheStack_1() { return &___mCacheStack_1; } inline void set_mCacheStack_1(Stack_1_tEFCF265DBE886779494699CA813FB43373CE54E4 * value) { ___mCacheStack_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCacheStack_1), (void*)value); } inline static int32_t get_offset_of_mMaxCount_2() { return static_cast(offsetof(Pool_1_t8E2EA7719F6714CB0AEF71CEB28ABB2D6C163BE7, ___mMaxCount_2)); } inline int32_t get_mMaxCount_2() const { return ___mMaxCount_2; } inline int32_t* get_address_of_mMaxCount_2() { return &___mMaxCount_2; } inline void set_mMaxCount_2(int32_t value) { ___mMaxCount_2 = value; } }; // QFramework.ResDatas struct ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258 : public RuntimeObject { public: // System.Collections.Generic.List`1 QFramework.ResDatas::mAllAssetDataGroup List_1_t16159D28BE7A0249CB29A318F9616266C0ACDDB9 * ___mAllAssetDataGroup_0; // QFramework.AssetDataTable QFramework.ResDatas::mAssetDataTable AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * ___mAssetDataTable_1; public: inline static int32_t get_offset_of_mAllAssetDataGroup_0() { return static_cast(offsetof(ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258, ___mAllAssetDataGroup_0)); } inline List_1_t16159D28BE7A0249CB29A318F9616266C0ACDDB9 * get_mAllAssetDataGroup_0() const { return ___mAllAssetDataGroup_0; } inline List_1_t16159D28BE7A0249CB29A318F9616266C0ACDDB9 ** get_address_of_mAllAssetDataGroup_0() { return &___mAllAssetDataGroup_0; } inline void set_mAllAssetDataGroup_0(List_1_t16159D28BE7A0249CB29A318F9616266C0ACDDB9 * value) { ___mAllAssetDataGroup_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAllAssetDataGroup_0), (void*)value); } inline static int32_t get_offset_of_mAssetDataTable_1() { return static_cast(offsetof(ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258, ___mAssetDataTable_1)); } inline AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * get_mAssetDataTable_1() const { return ___mAssetDataTable_1; } inline AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E ** get_address_of_mAssetDataTable_1() { return &___mAssetDataTable_1; } inline void set_mAssetDataTable_1(AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * value) { ___mAssetDataTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetDataTable_1), (void*)value); } }; // QFramework.ResSearchKeys struct ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 : public RuntimeObject { public: // System.String QFramework.ResSearchKeys::k__BackingField String_t* ___U3CAssetNameU3Ek__BackingField_0; // System.String QFramework.ResSearchKeys::k__BackingField String_t* ___U3COwnerBundleU3Ek__BackingField_1; // System.Type QFramework.ResSearchKeys::k__BackingField Type_t * ___U3CAssetTypeU3Ek__BackingField_2; // System.Boolean QFramework.ResSearchKeys::k__BackingField bool ___U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CAssetNameU3Ek__BackingField_0() { return static_cast(offsetof(ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017, ___U3CAssetNameU3Ek__BackingField_0)); } inline String_t* get_U3CAssetNameU3Ek__BackingField_0() const { return ___U3CAssetNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CAssetNameU3Ek__BackingField_0() { return &___U3CAssetNameU3Ek__BackingField_0; } inline void set_U3CAssetNameU3Ek__BackingField_0(String_t* value) { ___U3CAssetNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAssetNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3COwnerBundleU3Ek__BackingField_1() { return static_cast(offsetof(ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017, ___U3COwnerBundleU3Ek__BackingField_1)); } inline String_t* get_U3COwnerBundleU3Ek__BackingField_1() const { return ___U3COwnerBundleU3Ek__BackingField_1; } inline String_t** get_address_of_U3COwnerBundleU3Ek__BackingField_1() { return &___U3COwnerBundleU3Ek__BackingField_1; } inline void set_U3COwnerBundleU3Ek__BackingField_1(String_t* value) { ___U3COwnerBundleU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COwnerBundleU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CAssetTypeU3Ek__BackingField_2() { return static_cast(offsetof(ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017, ___U3CAssetTypeU3Ek__BackingField_2)); } inline Type_t * get_U3CAssetTypeU3Ek__BackingField_2() const { return ___U3CAssetTypeU3Ek__BackingField_2; } inline Type_t ** get_address_of_U3CAssetTypeU3Ek__BackingField_2() { return &___U3CAssetTypeU3Ek__BackingField_2; } inline void set_U3CAssetTypeU3Ek__BackingField_2(Type_t * value) { ___U3CAssetTypeU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAssetTypeU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3() { return static_cast(offsetof(ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017, ___U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3)); } inline bool get_U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3() const { return ___U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3; } inline bool* get_address_of_U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3() { return &___U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3; } inline void set_U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3(bool value) { ___U3CQFramework_IPoolable_IsRecycledU3Ek__BackingField_3 = value; } }; // QFramework.SimpleRC struct SimpleRC_tCB261932C49CFE72CED5E564077CA06DF18C0A77 : public RuntimeObject { public: // System.Int32 QFramework.SimpleRC::k__BackingField int32_t ___U3CRefCountU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CRefCountU3Ek__BackingField_0() { return static_cast(offsetof(SimpleRC_tCB261932C49CFE72CED5E564077CA06DF18C0A77, ___U3CRefCountU3Ek__BackingField_0)); } inline int32_t get_U3CRefCountU3Ek__BackingField_0() const { return ___U3CRefCountU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CRefCountU3Ek__BackingField_0() { return &___U3CRefCountU3Ek__BackingField_0; } inline void set_U3CRefCountU3Ek__BackingField_0(int32_t value) { ___U3CRefCountU3Ek__BackingField_0 = value; } }; // QFramework.TableIndex`2 struct TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> QFramework.TableIndex`2::mIndex Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * ___mIndex_0; // System.Func`2 QFramework.TableIndex`2::mGetKeyByDataItem Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * ___mGetKeyByDataItem_1; public: inline static int32_t get_offset_of_mIndex_0() { return static_cast(offsetof(TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D, ___mIndex_0)); } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * get_mIndex_0() const { return ___mIndex_0; } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE ** get_address_of_mIndex_0() { return &___mIndex_0; } inline void set_mIndex_0(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * value) { ___mIndex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mIndex_0), (void*)value); } inline static int32_t get_offset_of_mGetKeyByDataItem_1() { return static_cast(offsetof(TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D, ___mGetKeyByDataItem_1)); } inline Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * get_mGetKeyByDataItem_1() const { return ___mGetKeyByDataItem_1; } inline Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 ** get_address_of_mGetKeyByDataItem_1() { return &___mGetKeyByDataItem_1; } inline void set_mGetKeyByDataItem_1(Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * value) { ___mGetKeyByDataItem_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGetKeyByDataItem_1), (void*)value); } }; // QFramework.TableIndex`2 struct TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> QFramework.TableIndex`2::mIndex Dictionary_2_t02E7EC1BD5126000D30FA4C01619791396D2D5F1 * ___mIndex_0; // System.Func`2 QFramework.TableIndex`2::mGetKeyByDataItem Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * ___mGetKeyByDataItem_1; public: inline static int32_t get_offset_of_mIndex_0() { return static_cast(offsetof(TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF, ___mIndex_0)); } inline Dictionary_2_t02E7EC1BD5126000D30FA4C01619791396D2D5F1 * get_mIndex_0() const { return ___mIndex_0; } inline Dictionary_2_t02E7EC1BD5126000D30FA4C01619791396D2D5F1 ** get_address_of_mIndex_0() { return &___mIndex_0; } inline void set_mIndex_0(Dictionary_2_t02E7EC1BD5126000D30FA4C01619791396D2D5F1 * value) { ___mIndex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mIndex_0), (void*)value); } inline static int32_t get_offset_of_mGetKeyByDataItem_1() { return static_cast(offsetof(TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF, ___mGetKeyByDataItem_1)); } inline Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * get_mGetKeyByDataItem_1() const { return ___mGetKeyByDataItem_1; } inline Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 ** get_address_of_mGetKeyByDataItem_1() { return &___mGetKeyByDataItem_1; } inline void set_mGetKeyByDataItem_1(Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * value) { ___mGetKeyByDataItem_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGetKeyByDataItem_1), (void*)value); } }; // QFramework.Table`1 struct Table_1_t9F71482993E4A77157622AA5EDB4CC5F954C69CE : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.Dictionary`2_ValueCollection struct ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_ValueCollection::dictionary Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755, ___dictionary_0)); } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___entries_1)); } inline EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___keys_7)); } inline KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___values_8)); } inline ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * get_values_8() const { return ___values_8; } inline ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tF12AB96407BE5940390EB7912E431539BAFBCE88* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t909E66397E2D5E9B6DD6C83F4D1432264EC9D0BE * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___entries_1)); } inline EntryU5BU5D_tF12AB96407BE5940390EB7912E431539BAFBCE88* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tF12AB96407BE5940390EB7912E431539BAFBCE88** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tF12AB96407BE5940390EB7912E431539BAFBCE88* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___keys_7)); } inline KeyCollection_t909E66397E2D5E9B6DD6C83F4D1432264EC9D0BE * get_keys_7() const { return ___keys_7; } inline KeyCollection_t909E66397E2D5E9B6DD6C83F4D1432264EC9D0BE ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t909E66397E2D5E9B6DD6C83F4D1432264EC9D0BE * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ___values_8)); } inline ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 * get_values_8() const { return ___values_8; } inline ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___entries_1)); } inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___keys_7)); } inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___values_8)); } inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * get_values_8() const { return ___values_8; } inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* ____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_tECEFA46C7DC104221734B2A253FE40324C9A87DA, ____items_1)); } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* get__items_1() const { return ____items_1; } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* 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_tECEFA46C7DC104221734B2A253FE40324C9A87DA, ____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_tECEFA46C7DC104221734B2A253FE40324C9A87DA, ____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_tECEFA46C7DC104221734B2A253FE40324C9A87DA, ____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_tECEFA46C7DC104221734B2A253FE40324C9A87DA_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA_StaticFields, ____emptyArray_5)); } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* get__emptyArray_5() const { return ____emptyArray_5; } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4* ____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_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2, ____items_1)); } inline ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4* get__items_1() const { return ____items_1; } inline ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4* 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_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2, ____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_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2, ____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_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2, ____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_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2_StaticFields, ____emptyArray_5)); } inline ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4* get__emptyArray_5() const { return ____emptyArray_5; } inline ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ZipUpdateU5BU5D_tE60AF47E28B082819878DAAFDB0A807C6541C8A4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* ____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_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7, ____items_1)); } inline AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* get__items_1() const { return ____items_1; } inline AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* 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_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7, ____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_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7, ____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_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7, ____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_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7_StaticFields, ____emptyArray_5)); } inline AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* get__emptyArray_5() const { return ____emptyArray_5; } inline AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* ____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_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679, ____items_1)); } inline ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* get__items_1() const { return ____items_1; } inline ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* 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_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679, ____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_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679, ____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_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679, ____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_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679_StaticFields, ____emptyArray_5)); } inline ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* get__emptyArray_5() const { return ____emptyArray_5; } inline ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject { public: public: }; struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject { public: public: }; struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Random struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___SeedArray_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { }; // ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs struct KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.String ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::fileName String_t* ___fileName_1; // System.Byte[] ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::key ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key_2; public: inline static int32_t get_offset_of_fileName_1() { return static_cast(offsetof(KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A, ___fileName_1)); } inline String_t* get_fileName_1() const { return ___fileName_1; } inline String_t** get_address_of_fileName_1() { return &___fileName_1; } inline void set_fileName_1(String_t* value) { ___fileName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileName_1), (void*)value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A, ___key_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_key_2() const { return ___key_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_key_2() { return &___key_2; } inline void set_key_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } }; // QFramework.AssetDataTable struct AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E : public Table_1_t9F71482993E4A77157622AA5EDB4CC5F954C69CE { public: // QFramework.TableIndex`2 QFramework.AssetDataTable::NameIndex TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * ___NameIndex_0; public: inline static int32_t get_offset_of_NameIndex_0() { return static_cast(offsetof(AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E, ___NameIndex_0)); } inline TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * get_NameIndex_0() const { return ___NameIndex_0; } inline TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF ** get_address_of_NameIndex_0() { return &___NameIndex_0; } inline void set_NameIndex_0(TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * value) { ___NameIndex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameIndex_0), (void*)value); } }; // QFramework.SafeObjectPool`1 struct SafeObjectPool_1_t9BCB566102940DB3B7D95C037C8CE236D012B7BF : public Pool_1_t9B27A7AD5B62FD7C11E5E98F4609C4EBF0BDE9EA { public: public: }; // QFramework.SafeObjectPool`1 struct SafeObjectPool_1_tC29347A3C83BF6ABBC8D54E9C8C361C0AECDDC93 : public Pool_1_t8E2EA7719F6714CB0AEF71CEB28ABB2D6C163BE7 { public: public: }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { 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_tB53F6830F670160873277339AA58F15CAED4399C, ___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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { 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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { 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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE { 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_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* 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_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816, ___value_1)); } inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * get_value_1() const { return ___value_1; } inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* 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_t257AB586912C545ADAD58D1D6430CB398DE5EA69, ___value_1)); } inline List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 * get_value_1() const { return ___value_1; } inline List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081, ___list_0)); } inline List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * get_list_0() const { return ___list_0; } inline List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081, ___current_3)); } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * get_current_3() const { return ___current_3; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49, ___list_0)); } inline List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * get_list_0() const { return ___list_0; } inline List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49, ___current_3)); } inline ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * get_current_3() const { return ___current_3; } inline ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { 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_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___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_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Int16 struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D { 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_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___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_t585191389E07734F19F3156FF88FB3EF4800D102 { 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_t585191389E07734F19F3156FF88FB3EF4800D102, ___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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { 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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___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.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { 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_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___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; } }; // System.UInt16 struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E { 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_tAE45CEF73BF720100519F6867F32145D075F928E, ___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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { 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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { 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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___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.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream struct DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::isStreamOwner bool ___isStreamOwner_4; // System.String ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::password String_t* ___password_5; // System.Security.Cryptography.ICryptoTransform ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::cryptoTransform_ RuntimeObject* ___cryptoTransform__6; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::AESAuthCode ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___AESAuthCode_7; // System.Byte[] ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::buffer_ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer__8; // ICSharpCode.SharpZipLib.Zip.Compression.Deflater ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::deflater_ Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * ___deflater__9; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::baseOutputStream_ Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseOutputStream__10; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::isClosed_ bool ___isClosed__11; public: inline static int32_t get_offset_of_isStreamOwner_4() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___isStreamOwner_4)); } inline bool get_isStreamOwner_4() const { return ___isStreamOwner_4; } inline bool* get_address_of_isStreamOwner_4() { return &___isStreamOwner_4; } inline void set_isStreamOwner_4(bool value) { ___isStreamOwner_4 = value; } inline static int32_t get_offset_of_password_5() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___password_5)); } inline String_t* get_password_5() const { return ___password_5; } inline String_t** get_address_of_password_5() { return &___password_5; } inline void set_password_5(String_t* value) { ___password_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_5), (void*)value); } inline static int32_t get_offset_of_cryptoTransform__6() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___cryptoTransform__6)); } inline RuntimeObject* get_cryptoTransform__6() const { return ___cryptoTransform__6; } inline RuntimeObject** get_address_of_cryptoTransform__6() { return &___cryptoTransform__6; } inline void set_cryptoTransform__6(RuntimeObject* value) { ___cryptoTransform__6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptoTransform__6), (void*)value); } inline static int32_t get_offset_of_AESAuthCode_7() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___AESAuthCode_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_AESAuthCode_7() const { return ___AESAuthCode_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_AESAuthCode_7() { return &___AESAuthCode_7; } inline void set_AESAuthCode_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___AESAuthCode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___AESAuthCode_7), (void*)value); } inline static int32_t get_offset_of_buffer__8() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___buffer__8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer__8() const { return ___buffer__8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer__8() { return &___buffer__8; } inline void set_buffer__8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer__8 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer__8), (void*)value); } inline static int32_t get_offset_of_deflater__9() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___deflater__9)); } inline Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * get_deflater__9() const { return ___deflater__9; } inline Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 ** get_address_of_deflater__9() { return &___deflater__9; } inline void set_deflater__9(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * value) { ___deflater__9 = value; Il2CppCodeGenWriteBarrier((void**)(&___deflater__9), (void*)value); } inline static int32_t get_offset_of_baseOutputStream__10() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___baseOutputStream__10)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_baseOutputStream__10() const { return ___baseOutputStream__10; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_baseOutputStream__10() { return &___baseOutputStream__10; } inline void set_baseOutputStream__10(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___baseOutputStream__10 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseOutputStream__10), (void*)value); } inline static int32_t get_offset_of_isClosed__11() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481, ___isClosed__11)); } inline bool get_isClosed__11() const { return ___isClosed__11; } inline bool* get_address_of_isClosed__11() { return &___isClosed__11; } inline void set_isClosed__11(bool value) { ___isClosed__11 = value; } }; struct DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481_StaticFields { public: // System.Security.Cryptography.RandomNumberGenerator ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::_aesRnd RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____aesRnd_12; public: inline static int32_t get_offset_of__aesRnd_12() { return static_cast(offsetof(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481_StaticFields, ____aesRnd_12)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__aesRnd_12() const { return ____aesRnd_12; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__aesRnd_12() { return &____aesRnd_12; } inline void set__aesRnd_12(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____aesRnd_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____aesRnd_12), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream struct InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::isStreamOwner bool ___isStreamOwner_4; // ICSharpCode.SharpZipLib.Zip.Compression.Inflater ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::inf Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * ___inf_5; // ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::inputBuffer InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * ___inputBuffer_6; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::baseInputStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseInputStream_7; // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::csize int64_t ___csize_8; // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::isClosed bool ___isClosed_9; public: inline static int32_t get_offset_of_isStreamOwner_4() { return static_cast(offsetof(InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7, ___isStreamOwner_4)); } inline bool get_isStreamOwner_4() const { return ___isStreamOwner_4; } inline bool* get_address_of_isStreamOwner_4() { return &___isStreamOwner_4; } inline void set_isStreamOwner_4(bool value) { ___isStreamOwner_4 = value; } inline static int32_t get_offset_of_inf_5() { return static_cast(offsetof(InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7, ___inf_5)); } inline Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * get_inf_5() const { return ___inf_5; } inline Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F ** get_address_of_inf_5() { return &___inf_5; } inline void set_inf_5(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * value) { ___inf_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___inf_5), (void*)value); } inline static int32_t get_offset_of_inputBuffer_6() { return static_cast(offsetof(InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7, ___inputBuffer_6)); } inline InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * get_inputBuffer_6() const { return ___inputBuffer_6; } inline InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A ** get_address_of_inputBuffer_6() { return &___inputBuffer_6; } inline void set_inputBuffer_6(InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * value) { ___inputBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputBuffer_6), (void*)value); } inline static int32_t get_offset_of_baseInputStream_7() { return static_cast(offsetof(InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7, ___baseInputStream_7)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_baseInputStream_7() const { return ___baseInputStream_7; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_baseInputStream_7() { return &___baseInputStream_7; } inline void set_baseInputStream_7(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___baseInputStream_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseInputStream_7), (void*)value); } inline static int32_t get_offset_of_csize_8() { return static_cast(offsetof(InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7, ___csize_8)); } inline int64_t get_csize_8() const { return ___csize_8; } inline int64_t* get_address_of_csize_8() { return &___csize_8; } inline void set_csize_8(int64_t value) { ___csize_8 = value; } inline static int32_t get_offset_of_isClosed_9() { return static_cast(offsetof(InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7, ___isClosed_9)); } inline bool get_isClosed_9() const { return ___isClosed_9; } inline bool* get_address_of_isClosed_9() { return &___isClosed_9; } inline void set_isClosed_9(bool value) { ___isClosed_9 = value; } }; // ICSharpCode.SharpZipLib.Zip.CompressionMethod struct CompressionMethod_t5CF67B4325DE6B9E861132E9851E81210ACD2C21 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.CompressionMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMethod_t5CF67B4325DE6B9E861132E9851E81210ACD2C21, ___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; } }; // ICSharpCode.SharpZipLib.Zip.FileUpdateMode struct FileUpdateMode_t6BF07B4A843B488D1CA5271BB7937C8FE2E24177 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.FileUpdateMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileUpdateMode_t6BF07B4A843B488D1CA5271BB7937C8FE2E24177, ___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; } }; // ICSharpCode.SharpZipLib.Zip.TestOperation struct TestOperation_tC48DE5F48740682F7B650669F22325EEC339ED15 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.TestOperation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TestOperation_tC48DE5F48740682F7B650669F22325EEC339ED15, ___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; } }; // ICSharpCode.SharpZipLib.Zip.TestStrategy struct TestStrategy_t93B4286588EAC549E1510499D368CB98ECC84F27 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.TestStrategy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TestStrategy_t93B4286588EAC549E1510499D368CB98ECC84F27, ___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; } }; // ICSharpCode.SharpZipLib.Zip.UseZip64 struct UseZip64_tA0B39B7E09AACBCE229F2A41D4BB541DBB113C4B { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.UseZip64::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UseZip64_tA0B39B7E09AACBCE229F2A41D4BB541DBB113C4B, ___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; } }; // ICSharpCode.SharpZipLib.Zip.ZipEntry_Known struct Known_t9693BDB60FC4A2F02635310BFB539E215B674235 { public: // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry_Known::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Known_t9693BDB60FC4A2F02635310BFB539E215B674235, ___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; } }; // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory_TimeSetting struct TimeSetting_tE9279641D6D3AB571BCB6D50735377548C2204BE { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory_TimeSetting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TimeSetting_tE9279641D6D3AB571BCB6D50735377548C2204BE, ___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; } }; // ICSharpCode.SharpZipLib.Zip.ZipFile_HeaderTest struct HeaderTest_tA7DC4FB515304F9BE558CE0D3731D603E69870F7 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_HeaderTest::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HeaderTest_tA7DC4FB515304F9BE558CE0D3731D603E69870F7, ___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; } }; // ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream struct PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // ICSharpCode.SharpZipLib.Zip.ZipFile ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::zipFile_ ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___zipFile__4; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::baseStream_ Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream__5; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::start_ int64_t ___start__6; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::length_ int64_t ___length__7; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::readPos_ int64_t ___readPos__8; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::end_ int64_t ___end__9; public: inline static int32_t get_offset_of_zipFile__4() { return static_cast(offsetof(PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262, ___zipFile__4)); } inline ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * get_zipFile__4() const { return ___zipFile__4; } inline ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 ** get_address_of_zipFile__4() { return &___zipFile__4; } inline void set_zipFile__4(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * value) { ___zipFile__4 = value; Il2CppCodeGenWriteBarrier((void**)(&___zipFile__4), (void*)value); } inline static int32_t get_offset_of_baseStream__5() { return static_cast(offsetof(PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262, ___baseStream__5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_baseStream__5() const { return ___baseStream__5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_baseStream__5() { return &___baseStream__5; } inline void set_baseStream__5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___baseStream__5 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseStream__5), (void*)value); } inline static int32_t get_offset_of_start__6() { return static_cast(offsetof(PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262, ___start__6)); } inline int64_t get_start__6() const { return ___start__6; } inline int64_t* get_address_of_start__6() { return &___start__6; } inline void set_start__6(int64_t value) { ___start__6 = value; } inline static int32_t get_offset_of_length__7() { return static_cast(offsetof(PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262, ___length__7)); } inline int64_t get_length__7() const { return ___length__7; } inline int64_t* get_address_of_length__7() { return &___length__7; } inline void set_length__7(int64_t value) { ___length__7 = value; } inline static int32_t get_offset_of_readPos__8() { return static_cast(offsetof(PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262, ___readPos__8)); } inline int64_t get_readPos__8() const { return ___readPos__8; } inline int64_t* get_address_of_readPos__8() { return &___readPos__8; } inline void set_readPos__8(int64_t value) { ___readPos__8 = value; } inline static int32_t get_offset_of_end__9() { return static_cast(offsetof(PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262, ___end__9)); } inline int64_t get_end__9() const { return ___end__9; } inline int64_t* get_address_of_end__9() { return &___end__9; } inline void set_end__9(int64_t value) { ___end__9 = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream struct UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::baseStream_ Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream__4; public: inline static int32_t get_offset_of_baseStream__4() { return static_cast(offsetof(UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A, ___baseStream__4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_baseStream__4() const { return ___baseStream__4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_baseStream__4() { return &___baseStream__4; } inline void set_baseStream__4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___baseStream__4 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseStream__4), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateCommand struct UpdateCommand_tE32630EF53FF9EFCC1105ECE6D04FA2E4E9298C7 { public: // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateCommand::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateCommand_tE32630EF53FF9EFCC1105ECE6D04FA2E4E9298C7, ___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; } }; // ICSharpCode.SharpZipLib.Zip.ZipHelperStream struct ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::isOwner_ bool ___isOwner__4; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipHelperStream::stream_ Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream__5; public: inline static int32_t get_offset_of_isOwner__4() { return static_cast(offsetof(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0, ___isOwner__4)); } inline bool get_isOwner__4() const { return ___isOwner__4; } inline bool* get_address_of_isOwner__4() { return &___isOwner__4; } inline void set_isOwner__4(bool value) { ___isOwner__4 = value; } inline static int32_t get_offset_of_stream__5() { return static_cast(offsetof(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0, ___stream__5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream__5() const { return ___stream__5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream__5() { return &___stream__5; } inline void set_stream__5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream__5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream__5), (void*)value); } }; // QFramework.ResState struct ResState_tC4F12D1E1757D61F84D59C82EB20E226C50D9059 { public: // System.Int32 QFramework.ResState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ResState_tC4F12D1E1757D61F84D59C82EB20E226C50D9059, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator struct Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947, ___dictionary_0)); } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947, ___current_3)); } inline KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * 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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___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.IO.FileAttributes struct FileAttributes_t224B42F6F82954C94B51791913857C005C559876 { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAttributes_t224B42F6F82954C94B51791913857C005C559876, ___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.IO.FileMode struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___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.IO.FileShare struct FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684, ___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.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_5; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_6; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_7; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_8; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_9; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_10; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_11; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_12; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__origin_5() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); } inline int32_t get__origin_5() const { return ____origin_5; } inline int32_t* get_address_of__origin_5() { return &____origin_5; } inline void set__origin_5(int32_t value) { ____origin_5 = value; } inline static int32_t get_offset_of__position_6() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); } inline int32_t get__position_6() const { return ____position_6; } inline int32_t* get_address_of__position_6() { return &____position_6; } inline void set__position_6(int32_t value) { ____position_6 = value; } inline static int32_t get_offset_of__length_7() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); } inline int32_t get__length_7() const { return ____length_7; } inline int32_t* get_address_of__length_7() { return &____length_7; } inline void set__length_7(int32_t value) { ____length_7 = value; } inline static int32_t get_offset_of__capacity_8() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); } inline int32_t get__capacity_8() const { return ____capacity_8; } inline int32_t* get_address_of__capacity_8() { return &____capacity_8; } inline void set__capacity_8(int32_t value) { ____capacity_8 = value; } inline static int32_t get_offset_of__expandable_9() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); } inline bool get__expandable_9() const { return ____expandable_9; } inline bool* get_address_of__expandable_9() { return &____expandable_9; } inline void set__expandable_9(bool value) { ____expandable_9 = value; } inline static int32_t get_offset_of__writable_10() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); } inline bool get__writable_10() const { return ____writable_10; } inline bool* get_address_of__writable_10() { return &____writable_10; } inline void set__writable_10(bool value) { ____writable_10 = value; } inline static int32_t get_offset_of__exposable_11() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); } inline bool get__exposable_11() const { return ____exposable_11; } inline bool* get_address_of__exposable_11() { return &____exposable_11; } inline void set__exposable_11(bool value) { ____exposable_11 = value; } inline static int32_t get_offset_of__isOpen_12() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); } inline bool get__isOpen_12() const { return ____isOpen_12; } inline bool* get_address_of__isOpen_12() { return &____isOpen_12; } inline void set__isOpen_12(bool value) { ____isOpen_12 = value; } inline static int32_t get_offset_of__lastReadTask_13() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; } inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { ____lastReadTask_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value); } }; // System.IO.SeekOrigin struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Security.Cryptography.CipherMode struct CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF, ___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.Security.Cryptography.CryptoStreamMode struct CryptoStreamMode_tDA87D3C6D96B2FCC35184B3B4A00923266ADB2D5 { public: // System.Int32 System.Security.Cryptography.CryptoStreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CryptoStreamMode_tDA87D3C6D96B2FCC35184B3B4A00923266ADB2D5, ___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.Security.Cryptography.PaddingMode struct PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0, ___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.StringComparison struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___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.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D, ___m_completeCallback_1)); } inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.RuntimePlatform struct RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132, ___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; } }; // ICSharpCode.SharpZipLib.SharpZipBaseException struct SharpZipBaseException_tC724EFD2D3CA8750ECF970EE50DA0BE71C4CFBAF : public Exception_t { public: public: }; // ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage struct BaseArchiveStorage_t085F6CE3B84C7BA6E1161815F066A3DDCE65BFED : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.FileUpdateMode ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage::updateMode_ int32_t ___updateMode__0; public: inline static int32_t get_offset_of_updateMode__0() { return static_cast(offsetof(BaseArchiveStorage_t085F6CE3B84C7BA6E1161815F066A3DDCE65BFED, ___updateMode__0)); } inline int32_t get_updateMode__0() const { return ___updateMode__0; } inline int32_t* get_address_of_updateMode__0() { return &___updateMode__0; } inline void set_updateMode__0(int32_t value) { ___updateMode__0 = value; } }; // ICSharpCode.SharpZipLib.Zip.TestStatus struct TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipFile ICSharpCode.SharpZipLib.Zip.TestStatus::file_ ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___file__0; // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.TestStatus::entry_ ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry__1; // System.Boolean ICSharpCode.SharpZipLib.Zip.TestStatus::entryValid_ bool ___entryValid__2; // System.Int32 ICSharpCode.SharpZipLib.Zip.TestStatus::errorCount_ int32_t ___errorCount__3; // System.Int64 ICSharpCode.SharpZipLib.Zip.TestStatus::bytesTested_ int64_t ___bytesTested__4; // ICSharpCode.SharpZipLib.Zip.TestOperation ICSharpCode.SharpZipLib.Zip.TestStatus::operation_ int32_t ___operation__5; public: inline static int32_t get_offset_of_file__0() { return static_cast(offsetof(TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177, ___file__0)); } inline ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * get_file__0() const { return ___file__0; } inline ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 ** get_address_of_file__0() { return &___file__0; } inline void set_file__0(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * value) { ___file__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___file__0), (void*)value); } inline static int32_t get_offset_of_entry__1() { return static_cast(offsetof(TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177, ___entry__1)); } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * get_entry__1() const { return ___entry__1; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** get_address_of_entry__1() { return &___entry__1; } inline void set_entry__1(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { ___entry__1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entry__1), (void*)value); } inline static int32_t get_offset_of_entryValid__2() { return static_cast(offsetof(TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177, ___entryValid__2)); } inline bool get_entryValid__2() const { return ___entryValid__2; } inline bool* get_address_of_entryValid__2() { return &___entryValid__2; } inline void set_entryValid__2(bool value) { ___entryValid__2 = value; } inline static int32_t get_offset_of_errorCount__3() { return static_cast(offsetof(TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177, ___errorCount__3)); } inline int32_t get_errorCount__3() const { return ___errorCount__3; } inline int32_t* get_address_of_errorCount__3() { return &___errorCount__3; } inline void set_errorCount__3(int32_t value) { ___errorCount__3 = value; } inline static int32_t get_offset_of_bytesTested__4() { return static_cast(offsetof(TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177, ___bytesTested__4)); } inline int64_t get_bytesTested__4() const { return ___bytesTested__4; } inline int64_t* get_address_of_bytesTested__4() { return &___bytesTested__4; } inline void set_bytesTested__4(int64_t value) { ___bytesTested__4 = value; } inline static int32_t get_offset_of_operation__5() { return static_cast(offsetof(TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177, ___operation__5)); } inline int32_t get_operation__5() const { return ___operation__5; } inline int32_t* get_address_of_operation__5() { return &___operation__5; } inline void set_operation__5(int32_t value) { ___operation__5 = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipEntry struct ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipEntry_Known ICSharpCode.SharpZipLib.Zip.ZipEntry::known uint8_t ___known_0; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::externalFileAttributes int32_t ___externalFileAttributes_1; // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipEntry::versionMadeBy uint16_t ___versionMadeBy_2; // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::name String_t* ___name_3; // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipEntry::size uint64_t ___size_4; // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipEntry::compressedSize uint64_t ___compressedSize_5; // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipEntry::versionToExtract uint16_t ___versionToExtract_6; // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipEntry::crc uint32_t ___crc_7; // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipEntry::dosTime uint32_t ___dosTime_8; // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::method int32_t ___method_9; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry::extra ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extra_10; // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::comment String_t* ___comment_11; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::flags int32_t ___flags_12; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::zipFileIndex int64_t ___zipFileIndex_13; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::offset int64_t ___offset_14; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::forceZip64_ bool ___forceZip64__15; // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::cryptoCheckValue_ uint8_t ___cryptoCheckValue__16; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::_aesVer int32_t ____aesVer_17; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::_aesEncryptionStrength int32_t ____aesEncryptionStrength_18; public: inline static int32_t get_offset_of_known_0() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___known_0)); } inline uint8_t get_known_0() const { return ___known_0; } inline uint8_t* get_address_of_known_0() { return &___known_0; } inline void set_known_0(uint8_t value) { ___known_0 = value; } inline static int32_t get_offset_of_externalFileAttributes_1() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___externalFileAttributes_1)); } inline int32_t get_externalFileAttributes_1() const { return ___externalFileAttributes_1; } inline int32_t* get_address_of_externalFileAttributes_1() { return &___externalFileAttributes_1; } inline void set_externalFileAttributes_1(int32_t value) { ___externalFileAttributes_1 = value; } inline static int32_t get_offset_of_versionMadeBy_2() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___versionMadeBy_2)); } inline uint16_t get_versionMadeBy_2() const { return ___versionMadeBy_2; } inline uint16_t* get_address_of_versionMadeBy_2() { return &___versionMadeBy_2; } inline void set_versionMadeBy_2(uint16_t value) { ___versionMadeBy_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___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_size_4() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___size_4)); } inline uint64_t get_size_4() const { return ___size_4; } inline uint64_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(uint64_t value) { ___size_4 = value; } inline static int32_t get_offset_of_compressedSize_5() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___compressedSize_5)); } inline uint64_t get_compressedSize_5() const { return ___compressedSize_5; } inline uint64_t* get_address_of_compressedSize_5() { return &___compressedSize_5; } inline void set_compressedSize_5(uint64_t value) { ___compressedSize_5 = value; } inline static int32_t get_offset_of_versionToExtract_6() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___versionToExtract_6)); } inline uint16_t get_versionToExtract_6() const { return ___versionToExtract_6; } inline uint16_t* get_address_of_versionToExtract_6() { return &___versionToExtract_6; } inline void set_versionToExtract_6(uint16_t value) { ___versionToExtract_6 = value; } inline static int32_t get_offset_of_crc_7() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___crc_7)); } inline uint32_t get_crc_7() const { return ___crc_7; } inline uint32_t* get_address_of_crc_7() { return &___crc_7; } inline void set_crc_7(uint32_t value) { ___crc_7 = value; } inline static int32_t get_offset_of_dosTime_8() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___dosTime_8)); } inline uint32_t get_dosTime_8() const { return ___dosTime_8; } inline uint32_t* get_address_of_dosTime_8() { return &___dosTime_8; } inline void set_dosTime_8(uint32_t value) { ___dosTime_8 = value; } inline static int32_t get_offset_of_method_9() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___method_9)); } inline int32_t get_method_9() const { return ___method_9; } inline int32_t* get_address_of_method_9() { return &___method_9; } inline void set_method_9(int32_t value) { ___method_9 = value; } inline static int32_t get_offset_of_extra_10() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___extra_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_extra_10() const { return ___extra_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_extra_10() { return &___extra_10; } inline void set_extra_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___extra_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___extra_10), (void*)value); } inline static int32_t get_offset_of_comment_11() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___comment_11)); } inline String_t* get_comment_11() const { return ___comment_11; } inline String_t** get_address_of_comment_11() { return &___comment_11; } inline void set_comment_11(String_t* value) { ___comment_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___comment_11), (void*)value); } inline static int32_t get_offset_of_flags_12() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___flags_12)); } inline int32_t get_flags_12() const { return ___flags_12; } inline int32_t* get_address_of_flags_12() { return &___flags_12; } inline void set_flags_12(int32_t value) { ___flags_12 = value; } inline static int32_t get_offset_of_zipFileIndex_13() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___zipFileIndex_13)); } inline int64_t get_zipFileIndex_13() const { return ___zipFileIndex_13; } inline int64_t* get_address_of_zipFileIndex_13() { return &___zipFileIndex_13; } inline void set_zipFileIndex_13(int64_t value) { ___zipFileIndex_13 = value; } inline static int32_t get_offset_of_offset_14() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___offset_14)); } inline int64_t get_offset_14() const { return ___offset_14; } inline int64_t* get_address_of_offset_14() { return &___offset_14; } inline void set_offset_14(int64_t value) { ___offset_14 = value; } inline static int32_t get_offset_of_forceZip64__15() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___forceZip64__15)); } inline bool get_forceZip64__15() const { return ___forceZip64__15; } inline bool* get_address_of_forceZip64__15() { return &___forceZip64__15; } inline void set_forceZip64__15(bool value) { ___forceZip64__15 = value; } inline static int32_t get_offset_of_cryptoCheckValue__16() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ___cryptoCheckValue__16)); } inline uint8_t get_cryptoCheckValue__16() const { return ___cryptoCheckValue__16; } inline uint8_t* get_address_of_cryptoCheckValue__16() { return &___cryptoCheckValue__16; } inline void set_cryptoCheckValue__16(uint8_t value) { ___cryptoCheckValue__16 = value; } inline static int32_t get_offset_of__aesVer_17() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ____aesVer_17)); } inline int32_t get__aesVer_17() const { return ____aesVer_17; } inline int32_t* get_address_of__aesVer_17() { return &____aesVer_17; } inline void set__aesVer_17(int32_t value) { ____aesVer_17 = value; } inline static int32_t get_offset_of__aesEncryptionStrength_18() { return static_cast(offsetof(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9, ____aesEncryptionStrength_18)); } inline int32_t get__aesEncryptionStrength_18() const { return ____aesEncryptionStrength_18; } inline int32_t* get_address_of__aesEncryptionStrength_18() { return &____aesEncryptionStrength_18; } inline void set__aesEncryptionStrength_18(int32_t value) { ____aesEncryptionStrength_18 = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory struct ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Core.INameTransform ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::nameTransform_ RuntimeObject* ___nameTransform__0; // System.DateTime ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::fixedDateTime_ DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___fixedDateTime__1; // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory_TimeSetting ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::timeSetting_ int32_t ___timeSetting__2; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::isUnicodeText_ bool ___isUnicodeText__3; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::getAttributes_ int32_t ___getAttributes__4; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::setAttributes_ int32_t ___setAttributes__5; public: inline static int32_t get_offset_of_nameTransform__0() { return static_cast(offsetof(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2, ___nameTransform__0)); } inline RuntimeObject* get_nameTransform__0() const { return ___nameTransform__0; } inline RuntimeObject** get_address_of_nameTransform__0() { return &___nameTransform__0; } inline void set_nameTransform__0(RuntimeObject* value) { ___nameTransform__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTransform__0), (void*)value); } inline static int32_t get_offset_of_fixedDateTime__1() { return static_cast(offsetof(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2, ___fixedDateTime__1)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_fixedDateTime__1() const { return ___fixedDateTime__1; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_fixedDateTime__1() { return &___fixedDateTime__1; } inline void set_fixedDateTime__1(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___fixedDateTime__1 = value; } inline static int32_t get_offset_of_timeSetting__2() { return static_cast(offsetof(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2, ___timeSetting__2)); } inline int32_t get_timeSetting__2() const { return ___timeSetting__2; } inline int32_t* get_address_of_timeSetting__2() { return &___timeSetting__2; } inline void set_timeSetting__2(int32_t value) { ___timeSetting__2 = value; } inline static int32_t get_offset_of_isUnicodeText__3() { return static_cast(offsetof(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2, ___isUnicodeText__3)); } inline bool get_isUnicodeText__3() const { return ___isUnicodeText__3; } inline bool* get_address_of_isUnicodeText__3() { return &___isUnicodeText__3; } inline void set_isUnicodeText__3(bool value) { ___isUnicodeText__3 = value; } inline static int32_t get_offset_of_getAttributes__4() { return static_cast(offsetof(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2, ___getAttributes__4)); } inline int32_t get_getAttributes__4() const { return ___getAttributes__4; } inline int32_t* get_address_of_getAttributes__4() { return &___getAttributes__4; } inline void set_getAttributes__4(int32_t value) { ___getAttributes__4 = value; } inline static int32_t get_offset_of_setAttributes__5() { return static_cast(offsetof(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2, ___setAttributes__5)); } inline int32_t get_setAttributes__5() const { return ___setAttributes__5; } inline int32_t* get_address_of_setAttributes__5() { return &___setAttributes__5; } inline void set_setAttributes__5(int32_t value) { ___setAttributes__5 = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipFile struct ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipFile_KeysRequiredEventHandler ICSharpCode.SharpZipLib.Zip.ZipFile::KeysRequired KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * ___KeysRequired_0; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isDisposed_ bool ___isDisposed__2; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::name_ String_t* ___name__3; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::comment_ String_t* ___comment__4; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::rawPassword_ String_t* ___rawPassword__5; // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::baseStream_ Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream__6; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isStreamOwner bool ___isStreamOwner_7; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::offsetOfFirstEntry int64_t ___offsetOfFirstEntry_8; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] ICSharpCode.SharpZipLib.Zip.ZipFile::entries_ ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* ___entries__9; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile::key ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key_10; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::isNewArchive_ bool ___isNewArchive__11; // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipFile::useZip64_ int32_t ___useZip64__12; // System.Collections.Generic.List`1 ICSharpCode.SharpZipLib.Zip.ZipFile::updates_ List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * ___updates__13; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::updateCount_ int64_t ___updateCount__14; // System.Collections.Generic.Dictionary`2 ICSharpCode.SharpZipLib.Zip.ZipFile::updateIndex_ Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___updateIndex__15; // ICSharpCode.SharpZipLib.Zip.IArchiveStorage ICSharpCode.SharpZipLib.Zip.ZipFile::archiveStorage_ RuntimeObject* ___archiveStorage__16; // ICSharpCode.SharpZipLib.Zip.IDynamicDataSource ICSharpCode.SharpZipLib.Zip.ZipFile::updateDataSource_ RuntimeObject* ___updateDataSource__17; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::contentsEdited_ bool ___contentsEdited__18; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::bufferSize_ int32_t ___bufferSize__19; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile::copyBuffer_ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___copyBuffer__20; // ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString ICSharpCode.SharpZipLib.Zip.ZipFile::newComment_ ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * ___newComment__21; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::commentEdited_ bool ___commentEdited__22; // ICSharpCode.SharpZipLib.Zip.IEntryFactory ICSharpCode.SharpZipLib.Zip.ZipFile::updateEntryFactory_ RuntimeObject* ___updateEntryFactory__23; public: inline static int32_t get_offset_of_KeysRequired_0() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___KeysRequired_0)); } inline KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * get_KeysRequired_0() const { return ___KeysRequired_0; } inline KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 ** get_address_of_KeysRequired_0() { return &___KeysRequired_0; } inline void set_KeysRequired_0(KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * value) { ___KeysRequired_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeysRequired_0), (void*)value); } inline static int32_t get_offset_of_isDisposed__2() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___isDisposed__2)); } inline bool get_isDisposed__2() const { return ___isDisposed__2; } inline bool* get_address_of_isDisposed__2() { return &___isDisposed__2; } inline void set_isDisposed__2(bool value) { ___isDisposed__2 = value; } inline static int32_t get_offset_of_name__3() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___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_comment__4() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___comment__4)); } inline String_t* get_comment__4() const { return ___comment__4; } inline String_t** get_address_of_comment__4() { return &___comment__4; } inline void set_comment__4(String_t* value) { ___comment__4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comment__4), (void*)value); } inline static int32_t get_offset_of_rawPassword__5() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___rawPassword__5)); } inline String_t* get_rawPassword__5() const { return ___rawPassword__5; } inline String_t** get_address_of_rawPassword__5() { return &___rawPassword__5; } inline void set_rawPassword__5(String_t* value) { ___rawPassword__5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rawPassword__5), (void*)value); } inline static int32_t get_offset_of_baseStream__6() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___baseStream__6)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_baseStream__6() const { return ___baseStream__6; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_baseStream__6() { return &___baseStream__6; } inline void set_baseStream__6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___baseStream__6 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseStream__6), (void*)value); } inline static int32_t get_offset_of_isStreamOwner_7() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___isStreamOwner_7)); } inline bool get_isStreamOwner_7() const { return ___isStreamOwner_7; } inline bool* get_address_of_isStreamOwner_7() { return &___isStreamOwner_7; } inline void set_isStreamOwner_7(bool value) { ___isStreamOwner_7 = value; } inline static int32_t get_offset_of_offsetOfFirstEntry_8() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___offsetOfFirstEntry_8)); } inline int64_t get_offsetOfFirstEntry_8() const { return ___offsetOfFirstEntry_8; } inline int64_t* get_address_of_offsetOfFirstEntry_8() { return &___offsetOfFirstEntry_8; } inline void set_offsetOfFirstEntry_8(int64_t value) { ___offsetOfFirstEntry_8 = value; } inline static int32_t get_offset_of_entries__9() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___entries__9)); } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* get_entries__9() const { return ___entries__9; } inline ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2** get_address_of_entries__9() { return &___entries__9; } inline void set_entries__9(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* value) { ___entries__9 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries__9), (void*)value); } inline static int32_t get_offset_of_key_10() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___key_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_key_10() const { return ___key_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_key_10() { return &___key_10; } inline void set_key_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___key_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_10), (void*)value); } inline static int32_t get_offset_of_isNewArchive__11() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___isNewArchive__11)); } inline bool get_isNewArchive__11() const { return ___isNewArchive__11; } inline bool* get_address_of_isNewArchive__11() { return &___isNewArchive__11; } inline void set_isNewArchive__11(bool value) { ___isNewArchive__11 = value; } inline static int32_t get_offset_of_useZip64__12() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___useZip64__12)); } inline int32_t get_useZip64__12() const { return ___useZip64__12; } inline int32_t* get_address_of_useZip64__12() { return &___useZip64__12; } inline void set_useZip64__12(int32_t value) { ___useZip64__12 = value; } inline static int32_t get_offset_of_updates__13() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___updates__13)); } inline List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * get_updates__13() const { return ___updates__13; } inline List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 ** get_address_of_updates__13() { return &___updates__13; } inline void set_updates__13(List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * value) { ___updates__13 = value; Il2CppCodeGenWriteBarrier((void**)(&___updates__13), (void*)value); } inline static int32_t get_offset_of_updateCount__14() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___updateCount__14)); } inline int64_t get_updateCount__14() const { return ___updateCount__14; } inline int64_t* get_address_of_updateCount__14() { return &___updateCount__14; } inline void set_updateCount__14(int64_t value) { ___updateCount__14 = value; } inline static int32_t get_offset_of_updateIndex__15() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___updateIndex__15)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_updateIndex__15() const { return ___updateIndex__15; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_updateIndex__15() { return &___updateIndex__15; } inline void set_updateIndex__15(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value) { ___updateIndex__15 = value; Il2CppCodeGenWriteBarrier((void**)(&___updateIndex__15), (void*)value); } inline static int32_t get_offset_of_archiveStorage__16() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___archiveStorage__16)); } inline RuntimeObject* get_archiveStorage__16() const { return ___archiveStorage__16; } inline RuntimeObject** get_address_of_archiveStorage__16() { return &___archiveStorage__16; } inline void set_archiveStorage__16(RuntimeObject* value) { ___archiveStorage__16 = value; Il2CppCodeGenWriteBarrier((void**)(&___archiveStorage__16), (void*)value); } inline static int32_t get_offset_of_updateDataSource__17() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___updateDataSource__17)); } inline RuntimeObject* get_updateDataSource__17() const { return ___updateDataSource__17; } inline RuntimeObject** get_address_of_updateDataSource__17() { return &___updateDataSource__17; } inline void set_updateDataSource__17(RuntimeObject* value) { ___updateDataSource__17 = value; Il2CppCodeGenWriteBarrier((void**)(&___updateDataSource__17), (void*)value); } inline static int32_t get_offset_of_contentsEdited__18() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___contentsEdited__18)); } inline bool get_contentsEdited__18() const { return ___contentsEdited__18; } inline bool* get_address_of_contentsEdited__18() { return &___contentsEdited__18; } inline void set_contentsEdited__18(bool value) { ___contentsEdited__18 = value; } inline static int32_t get_offset_of_bufferSize__19() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___bufferSize__19)); } inline int32_t get_bufferSize__19() const { return ___bufferSize__19; } inline int32_t* get_address_of_bufferSize__19() { return &___bufferSize__19; } inline void set_bufferSize__19(int32_t value) { ___bufferSize__19 = value; } inline static int32_t get_offset_of_copyBuffer__20() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___copyBuffer__20)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_copyBuffer__20() const { return ___copyBuffer__20; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_copyBuffer__20() { return &___copyBuffer__20; } inline void set_copyBuffer__20(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___copyBuffer__20 = value; Il2CppCodeGenWriteBarrier((void**)(&___copyBuffer__20), (void*)value); } inline static int32_t get_offset_of_newComment__21() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___newComment__21)); } inline ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * get_newComment__21() const { return ___newComment__21; } inline ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A ** get_address_of_newComment__21() { return &___newComment__21; } inline void set_newComment__21(ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * value) { ___newComment__21 = value; Il2CppCodeGenWriteBarrier((void**)(&___newComment__21), (void*)value); } inline static int32_t get_offset_of_commentEdited__22() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___commentEdited__22)); } inline bool get_commentEdited__22() const { return ___commentEdited__22; } inline bool* get_address_of_commentEdited__22() { return &___commentEdited__22; } inline void set_commentEdited__22(bool value) { ___commentEdited__22 = value; } inline static int32_t get_offset_of_updateEntryFactory__23() { return static_cast(offsetof(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969, ___updateEntryFactory__23)); } inline RuntimeObject* get_updateEntryFactory__23() const { return ___updateEntryFactory__23; } inline RuntimeObject** get_address_of_updateEntryFactory__23() { return &___updateEntryFactory__23; } inline void set_updateEntryFactory__23(RuntimeObject* value) { ___updateEntryFactory__23 = value; Il2CppCodeGenWriteBarrier((void**)(&___updateEntryFactory__23), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate struct ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D : public RuntimeObject { public: // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::entry_ ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry__0; // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::outEntry_ ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___outEntry__1; // ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateCommand ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::command_ int32_t ___command__2; // ICSharpCode.SharpZipLib.Zip.IStaticDataSource ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::dataSource_ RuntimeObject* ___dataSource__3; // System.String ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::filename_ String_t* ___filename__4; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::sizePatchOffset_ int64_t ___sizePatchOffset__5; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::crcPatchOffset_ int64_t ___crcPatchOffset__6; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::_offsetBasedSize int64_t ____offsetBasedSize_7; public: inline static int32_t get_offset_of_entry__0() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ___entry__0)); } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * get_entry__0() const { return ___entry__0; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** get_address_of_entry__0() { return &___entry__0; } inline void set_entry__0(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { ___entry__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entry__0), (void*)value); } inline static int32_t get_offset_of_outEntry__1() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ___outEntry__1)); } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * get_outEntry__1() const { return ___outEntry__1; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** get_address_of_outEntry__1() { return &___outEntry__1; } inline void set_outEntry__1(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { ___outEntry__1 = value; Il2CppCodeGenWriteBarrier((void**)(&___outEntry__1), (void*)value); } inline static int32_t get_offset_of_command__2() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ___command__2)); } inline int32_t get_command__2() const { return ___command__2; } inline int32_t* get_address_of_command__2() { return &___command__2; } inline void set_command__2(int32_t value) { ___command__2 = value; } inline static int32_t get_offset_of_dataSource__3() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ___dataSource__3)); } inline RuntimeObject* get_dataSource__3() const { return ___dataSource__3; } inline RuntimeObject** get_address_of_dataSource__3() { return &___dataSource__3; } inline void set_dataSource__3(RuntimeObject* value) { ___dataSource__3 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataSource__3), (void*)value); } inline static int32_t get_offset_of_filename__4() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ___filename__4)); } inline String_t* get_filename__4() const { return ___filename__4; } inline String_t** get_address_of_filename__4() { return &___filename__4; } inline void set_filename__4(String_t* value) { ___filename__4 = value; Il2CppCodeGenWriteBarrier((void**)(&___filename__4), (void*)value); } inline static int32_t get_offset_of_sizePatchOffset__5() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ___sizePatchOffset__5)); } inline int64_t get_sizePatchOffset__5() const { return ___sizePatchOffset__5; } inline int64_t* get_address_of_sizePatchOffset__5() { return &___sizePatchOffset__5; } inline void set_sizePatchOffset__5(int64_t value) { ___sizePatchOffset__5 = value; } inline static int32_t get_offset_of_crcPatchOffset__6() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ___crcPatchOffset__6)); } inline int64_t get_crcPatchOffset__6() const { return ___crcPatchOffset__6; } inline int64_t* get_address_of_crcPatchOffset__6() { return &___crcPatchOffset__6; } inline void set_crcPatchOffset__6(int64_t value) { ___crcPatchOffset__6 = value; } inline static int32_t get_offset_of__offsetBasedSize_7() { return static_cast(offsetof(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D, ____offsetBasedSize_7)); } inline int64_t get__offsetBasedSize_7() const { return ____offsetBasedSize_7; } inline int64_t* get_address_of__offsetBasedSize_7() { return &____offsetBasedSize_7; } inline void set__offsetBasedSize_7(int64_t value) { ____offsetBasedSize_7 = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipInputStream struct ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 : public InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 { public: // ICSharpCode.SharpZipLib.Zip.ZipInputStream_ReadDataHandler ICSharpCode.SharpZipLib.Zip.ZipInputStream::internalReader ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * ___internalReader_10; // ICSharpCode.SharpZipLib.Checksum.Crc32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::crc Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * ___crc_11; // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipInputStream::entry ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry_12; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipInputStream::size int64_t ___size_13; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::method int32_t ___method_14; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::flags int32_t ___flags_15; // System.String ICSharpCode.SharpZipLib.Zip.ZipInputStream::password String_t* ___password_16; public: inline static int32_t get_offset_of_internalReader_10() { return static_cast(offsetof(ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30, ___internalReader_10)); } inline ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * get_internalReader_10() const { return ___internalReader_10; } inline ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 ** get_address_of_internalReader_10() { return &___internalReader_10; } inline void set_internalReader_10(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * value) { ___internalReader_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalReader_10), (void*)value); } inline static int32_t get_offset_of_crc_11() { return static_cast(offsetof(ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30, ___crc_11)); } inline Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * get_crc_11() const { return ___crc_11; } inline Crc32_t4F91711DB789267184E382500C264C4FEBDA173D ** get_address_of_crc_11() { return &___crc_11; } inline void set_crc_11(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * value) { ___crc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___crc_11), (void*)value); } inline static int32_t get_offset_of_entry_12() { return static_cast(offsetof(ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30, ___entry_12)); } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * get_entry_12() const { return ___entry_12; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** get_address_of_entry_12() { return &___entry_12; } inline void set_entry_12(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { ___entry_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___entry_12), (void*)value); } inline static int32_t get_offset_of_size_13() { return static_cast(offsetof(ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30, ___size_13)); } inline int64_t get_size_13() const { return ___size_13; } inline int64_t* get_address_of_size_13() { return &___size_13; } inline void set_size_13(int64_t value) { ___size_13 = value; } inline static int32_t get_offset_of_method_14() { return static_cast(offsetof(ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30, ___method_14)); } inline int32_t get_method_14() const { return ___method_14; } inline int32_t* get_address_of_method_14() { return &___method_14; } inline void set_method_14(int32_t value) { ___method_14 = value; } inline static int32_t get_offset_of_flags_15() { return static_cast(offsetof(ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30, ___flags_15)); } inline int32_t get_flags_15() const { return ___flags_15; } inline int32_t* get_address_of_flags_15() { return &___flags_15; } inline void set_flags_15(int32_t value) { ___flags_15 = value; } inline static int32_t get_offset_of_password_16() { return static_cast(offsetof(ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30, ___password_16)); } inline String_t* get_password_16() const { return ___password_16; } inline String_t** get_address_of_password_16() { return &___password_16; } inline void set_password_16(String_t* value) { ___password_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_16), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.ZipOutputStream struct ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 : public DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 { public: // System.Collections.Generic.List`1 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::entries List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * ___entries_13; // ICSharpCode.SharpZipLib.Checksum.Crc32 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::crc Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * ___crc_14; // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipOutputStream::curEntry ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___curEntry_15; // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::defaultCompressionLevel int32_t ___defaultCompressionLevel_16; // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipOutputStream::curMethod int32_t ___curMethod_17; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::size int64_t ___size_18; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::offset int64_t ___offset_19; // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipOutputStream::zipComment ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___zipComment_20; // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipOutputStream::patchEntryHeader bool ___patchEntryHeader_21; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::crcPatchPos int64_t ___crcPatchPos_22; // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::sizePatchPos int64_t ___sizePatchPos_23; // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::useZip64_ int32_t ___useZip64__24; public: inline static int32_t get_offset_of_entries_13() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___entries_13)); } inline List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * get_entries_13() const { return ___entries_13; } inline List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA ** get_address_of_entries_13() { return &___entries_13; } inline void set_entries_13(List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * value) { ___entries_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_13), (void*)value); } inline static int32_t get_offset_of_crc_14() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___crc_14)); } inline Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * get_crc_14() const { return ___crc_14; } inline Crc32_t4F91711DB789267184E382500C264C4FEBDA173D ** get_address_of_crc_14() { return &___crc_14; } inline void set_crc_14(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * value) { ___crc_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___crc_14), (void*)value); } inline static int32_t get_offset_of_curEntry_15() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___curEntry_15)); } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * get_curEntry_15() const { return ___curEntry_15; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** get_address_of_curEntry_15() { return &___curEntry_15; } inline void set_curEntry_15(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { ___curEntry_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___curEntry_15), (void*)value); } inline static int32_t get_offset_of_defaultCompressionLevel_16() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___defaultCompressionLevel_16)); } inline int32_t get_defaultCompressionLevel_16() const { return ___defaultCompressionLevel_16; } inline int32_t* get_address_of_defaultCompressionLevel_16() { return &___defaultCompressionLevel_16; } inline void set_defaultCompressionLevel_16(int32_t value) { ___defaultCompressionLevel_16 = value; } inline static int32_t get_offset_of_curMethod_17() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___curMethod_17)); } inline int32_t get_curMethod_17() const { return ___curMethod_17; } inline int32_t* get_address_of_curMethod_17() { return &___curMethod_17; } inline void set_curMethod_17(int32_t value) { ___curMethod_17 = value; } inline static int32_t get_offset_of_size_18() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___size_18)); } inline int64_t get_size_18() const { return ___size_18; } inline int64_t* get_address_of_size_18() { return &___size_18; } inline void set_size_18(int64_t value) { ___size_18 = value; } inline static int32_t get_offset_of_offset_19() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___offset_19)); } inline int64_t get_offset_19() const { return ___offset_19; } inline int64_t* get_address_of_offset_19() { return &___offset_19; } inline void set_offset_19(int64_t value) { ___offset_19 = value; } inline static int32_t get_offset_of_zipComment_20() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___zipComment_20)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_zipComment_20() const { return ___zipComment_20; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_zipComment_20() { return &___zipComment_20; } inline void set_zipComment_20(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___zipComment_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___zipComment_20), (void*)value); } inline static int32_t get_offset_of_patchEntryHeader_21() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___patchEntryHeader_21)); } inline bool get_patchEntryHeader_21() const { return ___patchEntryHeader_21; } inline bool* get_address_of_patchEntryHeader_21() { return &___patchEntryHeader_21; } inline void set_patchEntryHeader_21(bool value) { ___patchEntryHeader_21 = value; } inline static int32_t get_offset_of_crcPatchPos_22() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___crcPatchPos_22)); } inline int64_t get_crcPatchPos_22() const { return ___crcPatchPos_22; } inline int64_t* get_address_of_crcPatchPos_22() { return &___crcPatchPos_22; } inline void set_crcPatchPos_22(int64_t value) { ___crcPatchPos_22 = value; } inline static int32_t get_offset_of_sizePatchPos_23() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___sizePatchPos_23)); } inline int64_t get_sizePatchPos_23() const { return ___sizePatchPos_23; } inline int64_t* get_address_of_sizePatchPos_23() { return &___sizePatchPos_23; } inline void set_sizePatchPos_23(int64_t value) { ___sizePatchPos_23 = value; } inline static int32_t get_offset_of_useZip64__24() { return static_cast(offsetof(ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299, ___useZip64__24)); } inline int32_t get_useZip64__24() const { return ___useZip64__24; } inline int32_t* get_address_of_useZip64__24() { return &___useZip64__24; } inline void set_useZip64__24(int32_t value) { ___useZip64__24 = value; } }; // QFramework.Res struct Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B : public SimpleRC_tCB261932C49CFE72CED5E564077CA06DF18C0A77 { public: // System.String QFramework.Res::mAssetName String_t* ___mAssetName_1; // QFramework.ResState QFramework.Res::mResState int32_t ___mResState_2; // UnityEngine.Object QFramework.Res::mAsset Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___mAsset_3; // System.Action`2 QFramework.Res::mOnResLoadDoneEvent Action_2_t40897B3C2B15F25FB39150B8DA412DE038A2ED02 * ___mOnResLoadDoneEvent_4; // System.String QFramework.Res::k__BackingField String_t* ___U3COwnerBundleNameU3Ek__BackingField_5; // System.Type QFramework.Res::k__BackingField Type_t * ___U3CAssetTypeU3Ek__BackingField_6; // System.Boolean QFramework.Res::k__BackingField bool ___U3CIsRecycledU3Ek__BackingField_7; public: inline static int32_t get_offset_of_mAssetName_1() { return static_cast(offsetof(Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B, ___mAssetName_1)); } inline String_t* get_mAssetName_1() const { return ___mAssetName_1; } inline String_t** get_address_of_mAssetName_1() { return &___mAssetName_1; } inline void set_mAssetName_1(String_t* value) { ___mAssetName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetName_1), (void*)value); } inline static int32_t get_offset_of_mResState_2() { return static_cast(offsetof(Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B, ___mResState_2)); } inline int32_t get_mResState_2() const { return ___mResState_2; } inline int32_t* get_address_of_mResState_2() { return &___mResState_2; } inline void set_mResState_2(int32_t value) { ___mResState_2 = value; } inline static int32_t get_offset_of_mAsset_3() { return static_cast(offsetof(Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B, ___mAsset_3)); } inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * get_mAsset_3() const { return ___mAsset_3; } inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 ** get_address_of_mAsset_3() { return &___mAsset_3; } inline void set_mAsset_3(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * value) { ___mAsset_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAsset_3), (void*)value); } inline static int32_t get_offset_of_mOnResLoadDoneEvent_4() { return static_cast(offsetof(Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B, ___mOnResLoadDoneEvent_4)); } inline Action_2_t40897B3C2B15F25FB39150B8DA412DE038A2ED02 * get_mOnResLoadDoneEvent_4() const { return ___mOnResLoadDoneEvent_4; } inline Action_2_t40897B3C2B15F25FB39150B8DA412DE038A2ED02 ** get_address_of_mOnResLoadDoneEvent_4() { return &___mOnResLoadDoneEvent_4; } inline void set_mOnResLoadDoneEvent_4(Action_2_t40897B3C2B15F25FB39150B8DA412DE038A2ED02 * value) { ___mOnResLoadDoneEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOnResLoadDoneEvent_4), (void*)value); } inline static int32_t get_offset_of_U3COwnerBundleNameU3Ek__BackingField_5() { return static_cast(offsetof(Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B, ___U3COwnerBundleNameU3Ek__BackingField_5)); } inline String_t* get_U3COwnerBundleNameU3Ek__BackingField_5() const { return ___U3COwnerBundleNameU3Ek__BackingField_5; } inline String_t** get_address_of_U3COwnerBundleNameU3Ek__BackingField_5() { return &___U3COwnerBundleNameU3Ek__BackingField_5; } inline void set_U3COwnerBundleNameU3Ek__BackingField_5(String_t* value) { ___U3COwnerBundleNameU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COwnerBundleNameU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CAssetTypeU3Ek__BackingField_6() { return static_cast(offsetof(Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B, ___U3CAssetTypeU3Ek__BackingField_6)); } inline Type_t * get_U3CAssetTypeU3Ek__BackingField_6() const { return ___U3CAssetTypeU3Ek__BackingField_6; } inline Type_t ** get_address_of_U3CAssetTypeU3Ek__BackingField_6() { return &___U3CAssetTypeU3Ek__BackingField_6; } inline void set_U3CAssetTypeU3Ek__BackingField_6(Type_t * value) { ___U3CAssetTypeU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAssetTypeU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIsRecycledU3Ek__BackingField_7() { return static_cast(offsetof(Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B, ___U3CIsRecycledU3Ek__BackingField_7)); } inline bool get_U3CIsRecycledU3Ek__BackingField_7() const { return ___U3CIsRecycledU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsRecycledU3Ek__BackingField_7() { return &___U3CIsRecycledU3Ek__BackingField_7; } inline void set_U3CIsRecycledU3Ek__BackingField_7(bool value) { ___U3CIsRecycledU3Ek__BackingField_7 = value; } }; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); } inline bool get_isExposed_9() const { return ___isExposed_9; } inline bool* get_address_of_isExposed_9() { return &___isExposed_9; } inline void set_isExposed_9(bool value) { ___isExposed_9 = value; } inline static int32_t get_offset_of_append_startpos_10() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); } inline int64_t get_append_startpos_10() const { return ___append_startpos_10; } inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; } inline void set_append_startpos_10(int64_t value) { ___append_startpos_10 = value; } inline static int32_t get_offset_of_access_11() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); } inline int32_t get_access_11() const { return ___access_11; } inline int32_t* get_address_of_access_11() { return &___access_11; } inline void set_access_11(int32_t value) { ___access_11 = value; } inline static int32_t get_offset_of_owner_12() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); } inline bool get_owner_12() const { return ___owner_12; } inline bool* get_address_of_owner_12() { return &___owner_12; } inline void set_owner_12(bool value) { ___owner_12 = value; } inline static int32_t get_offset_of_async_13() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); } inline bool get_async_13() const { return ___async_13; } inline bool* get_address_of_async_13() { return &___async_13; } inline void set_async_13(bool value) { ___async_13 = value; } inline static int32_t get_offset_of_canseek_14() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); } inline bool get_canseek_14() const { return ___canseek_14; } inline bool* get_address_of_canseek_14() { return &___canseek_14; } inline void set_canseek_14(bool value) { ___canseek_14 = value; } inline static int32_t get_offset_of_anonymous_15() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); } inline bool get_anonymous_15() const { return ___anonymous_15; } inline bool* get_address_of_anonymous_15() { return &___anonymous_15; } inline void set_anonymous_15(bool value) { ___anonymous_15 = value; } inline static int32_t get_offset_of_buf_dirty_16() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); } inline bool get_buf_dirty_16() const { return ___buf_dirty_16; } inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; } inline void set_buf_dirty_16(bool value) { ___buf_dirty_16 = value; } inline static int32_t get_offset_of_buf_size_17() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); } inline int32_t get_buf_size_17() const { return ___buf_size_17; } inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; } inline void set_buf_size_17(int32_t value) { ___buf_size_17 = value; } inline static int32_t get_offset_of_buf_length_18() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); } inline int32_t get_buf_length_18() const { return ___buf_length_18; } inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; } inline void set_buf_length_18(int32_t value) { ___buf_length_18 = value; } inline static int32_t get_offset_of_buf_offset_19() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); } inline int32_t get_buf_offset_19() const { return ___buf_offset_19; } inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; } inline void set_buf_offset_19(int32_t value) { ___buf_offset_19 = value; } inline static int32_t get_offset_of_buf_start_20() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); } inline int64_t get_buf_start_20() const { return ___buf_start_20; } inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; } inline void set_buf_start_20(int64_t value) { ___buf_start_20 = value; } }; struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_5; public: inline static int32_t get_offset_of_buf_recycle_4() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); } inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; } inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; } inline void set_buf_recycle_lock_5(RuntimeObject * value) { ___buf_recycle_lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value); } }; // System.IO.MonoIOStat struct MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 { public: // System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes int32_t ___fileAttributes_0; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_1; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_2; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_3; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_4; public: inline static int32_t get_offset_of_fileAttributes_0() { return static_cast(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___fileAttributes_0)); } inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; } inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; } inline void set_fileAttributes_0(int32_t value) { ___fileAttributes_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___Length_1)); } inline int64_t get_Length_1() const { return ___Length_1; } inline int64_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int64_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_CreationTime_2() { return static_cast(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___CreationTime_2)); } inline int64_t get_CreationTime_2() const { return ___CreationTime_2; } inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; } inline void set_CreationTime_2(int64_t value) { ___CreationTime_2 = value; } inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastAccessTime_3)); } inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; } inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; } inline void set_LastAccessTime_3(int64_t value) { ___LastAccessTime_3 = value; } inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastWriteTime_4)); } inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; } inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; } inline void set_LastWriteTime_4(int64_t value) { ___LastWriteTime_4 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Security.Cryptography.CryptoStream struct CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream System.Security.Cryptography.CryptoStream::_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_4; // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.CryptoStream::_Transform RuntimeObject* ____Transform_5; // System.Byte[] System.Security.Cryptography.CryptoStream::_InputBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____InputBuffer_6; // System.Int32 System.Security.Cryptography.CryptoStream::_InputBufferIndex int32_t ____InputBufferIndex_7; // System.Int32 System.Security.Cryptography.CryptoStream::_InputBlockSize int32_t ____InputBlockSize_8; // System.Byte[] System.Security.Cryptography.CryptoStream::_OutputBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____OutputBuffer_9; // System.Int32 System.Security.Cryptography.CryptoStream::_OutputBufferIndex int32_t ____OutputBufferIndex_10; // System.Int32 System.Security.Cryptography.CryptoStream::_OutputBlockSize int32_t ____OutputBlockSize_11; // System.Security.Cryptography.CryptoStreamMode System.Security.Cryptography.CryptoStream::_transformMode int32_t ____transformMode_12; // System.Boolean System.Security.Cryptography.CryptoStream::_canRead bool ____canRead_13; // System.Boolean System.Security.Cryptography.CryptoStream::_canWrite bool ____canWrite_14; // System.Boolean System.Security.Cryptography.CryptoStream::_finalBlockTransformed bool ____finalBlockTransformed_15; public: inline static int32_t get_offset_of__stream_4() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____stream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_4() const { return ____stream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_4() { return &____stream_4; } inline void set__stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ____stream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_4), (void*)value); } inline static int32_t get_offset_of__Transform_5() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____Transform_5)); } inline RuntimeObject* get__Transform_5() const { return ____Transform_5; } inline RuntimeObject** get_address_of__Transform_5() { return &____Transform_5; } inline void set__Transform_5(RuntimeObject* value) { ____Transform_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____Transform_5), (void*)value); } inline static int32_t get_offset_of__InputBuffer_6() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBuffer_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__InputBuffer_6() const { return ____InputBuffer_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__InputBuffer_6() { return &____InputBuffer_6; } inline void set__InputBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____InputBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____InputBuffer_6), (void*)value); } inline static int32_t get_offset_of__InputBufferIndex_7() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBufferIndex_7)); } inline int32_t get__InputBufferIndex_7() const { return ____InputBufferIndex_7; } inline int32_t* get_address_of__InputBufferIndex_7() { return &____InputBufferIndex_7; } inline void set__InputBufferIndex_7(int32_t value) { ____InputBufferIndex_7 = value; } inline static int32_t get_offset_of__InputBlockSize_8() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBlockSize_8)); } inline int32_t get__InputBlockSize_8() const { return ____InputBlockSize_8; } inline int32_t* get_address_of__InputBlockSize_8() { return &____InputBlockSize_8; } inline void set__InputBlockSize_8(int32_t value) { ____InputBlockSize_8 = value; } inline static int32_t get_offset_of__OutputBuffer_9() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBuffer_9)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__OutputBuffer_9() const { return ____OutputBuffer_9; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__OutputBuffer_9() { return &____OutputBuffer_9; } inline void set__OutputBuffer_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____OutputBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____OutputBuffer_9), (void*)value); } inline static int32_t get_offset_of__OutputBufferIndex_10() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBufferIndex_10)); } inline int32_t get__OutputBufferIndex_10() const { return ____OutputBufferIndex_10; } inline int32_t* get_address_of__OutputBufferIndex_10() { return &____OutputBufferIndex_10; } inline void set__OutputBufferIndex_10(int32_t value) { ____OutputBufferIndex_10 = value; } inline static int32_t get_offset_of__OutputBlockSize_11() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBlockSize_11)); } inline int32_t get__OutputBlockSize_11() const { return ____OutputBlockSize_11; } inline int32_t* get_address_of__OutputBlockSize_11() { return &____OutputBlockSize_11; } inline void set__OutputBlockSize_11(int32_t value) { ____OutputBlockSize_11 = value; } inline static int32_t get_offset_of__transformMode_12() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____transformMode_12)); } inline int32_t get__transformMode_12() const { return ____transformMode_12; } inline int32_t* get_address_of__transformMode_12() { return &____transformMode_12; } inline void set__transformMode_12(int32_t value) { ____transformMode_12 = value; } inline static int32_t get_offset_of__canRead_13() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____canRead_13)); } inline bool get__canRead_13() const { return ____canRead_13; } inline bool* get_address_of__canRead_13() { return &____canRead_13; } inline void set__canRead_13(bool value) { ____canRead_13 = value; } inline static int32_t get_offset_of__canWrite_14() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____canWrite_14)); } inline bool get__canWrite_14() const { return ____canWrite_14; } inline bool* get_address_of__canWrite_14() { return &____canWrite_14; } inline void set__canWrite_14(bool value) { ____canWrite_14 = value; } inline static int32_t get_offset_of__finalBlockTransformed_15() { return static_cast(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____finalBlockTransformed_15)); } inline bool get__finalBlockTransformed_15() const { return ____finalBlockTransformed_15; } inline bool* get_address_of__finalBlockTransformed_15() { return &____finalBlockTransformed_15; } inline void set__finalBlockTransformed_15(bool value) { ____finalBlockTransformed_15 = value; } }; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_1; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___IVValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_FeedbackSizeValue_1() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___FeedbackSizeValue_1)); } inline int32_t get_FeedbackSizeValue_1() const { return ___FeedbackSizeValue_1; } inline int32_t* get_address_of_FeedbackSizeValue_1() { return &___FeedbackSizeValue_1; } inline void set_FeedbackSizeValue_1(int32_t value) { ___FeedbackSizeValue_1 = value; } inline static int32_t get_offset_of_IVValue_2() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___IVValue_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_IVValue_2() const { return ___IVValue_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_IVValue_2() { return &___IVValue_2; } inline void set_IVValue_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___IVValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IVValue_2), (void*)value); } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeyValue_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_3), (void*)value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalBlockSizesValue_4), (void*)value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_5), (void*)value); } inline static int32_t get_offset_of_KeySizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeySizeValue_6)); } inline int32_t get_KeySizeValue_6() const { return ___KeySizeValue_6; } inline int32_t* get_address_of_KeySizeValue_6() { return &___KeySizeValue_6; } inline void set_KeySizeValue_6(int32_t value) { ___KeySizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // UnityEngine.AssetBundle struct AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E : public AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E_marshaled_pinvoke : public AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E_marshaled_com : public AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com { }; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // ICSharpCode.SharpZipLib.Encryption.PkzipClassic struct PkzipClassic_tA352AC372D164398478C915FA4F54BF40AF51D34 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 { public: public: }; // ICSharpCode.SharpZipLib.Encryption.ZipAESStream struct ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F : public CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC { public: // System.IO.Stream ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_17; // ICSharpCode.SharpZipLib.Encryption.ZipAESTransform ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_transform ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * ____transform_18; // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_slideBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____slideBuffer_19; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_slideBufStartPos int32_t ____slideBufStartPos_20; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_slideBufFreePos int32_t ____slideBufFreePos_21; // System.Int32 ICSharpCode.SharpZipLib.Encryption.ZipAESStream::_blockAndAuth int32_t ____blockAndAuth_23; public: inline static int32_t get_offset_of__stream_17() { return static_cast(offsetof(ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F, ____stream_17)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_17() const { return ____stream_17; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_17() { return &____stream_17; } inline void set__stream_17(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ____stream_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_17), (void*)value); } inline static int32_t get_offset_of__transform_18() { return static_cast(offsetof(ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F, ____transform_18)); } inline ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * get__transform_18() const { return ____transform_18; } inline ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A ** get_address_of__transform_18() { return &____transform_18; } inline void set__transform_18(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * value) { ____transform_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____transform_18), (void*)value); } inline static int32_t get_offset_of__slideBuffer_19() { return static_cast(offsetof(ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F, ____slideBuffer_19)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__slideBuffer_19() const { return ____slideBuffer_19; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__slideBuffer_19() { return &____slideBuffer_19; } inline void set__slideBuffer_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____slideBuffer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____slideBuffer_19), (void*)value); } inline static int32_t get_offset_of__slideBufStartPos_20() { return static_cast(offsetof(ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F, ____slideBufStartPos_20)); } inline int32_t get__slideBufStartPos_20() const { return ____slideBufStartPos_20; } inline int32_t* get_address_of__slideBufStartPos_20() { return &____slideBufStartPos_20; } inline void set__slideBufStartPos_20(int32_t value) { ____slideBufStartPos_20 = value; } inline static int32_t get_offset_of__slideBufFreePos_21() { return static_cast(offsetof(ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F, ____slideBufFreePos_21)); } inline int32_t get__slideBufFreePos_21() const { return ____slideBufFreePos_21; } inline int32_t* get_address_of__slideBufFreePos_21() { return &____slideBufFreePos_21; } inline void set__slideBufFreePos_21(int32_t value) { ____slideBufFreePos_21 = value; } inline static int32_t get_offset_of__blockAndAuth_23() { return static_cast(offsetof(ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F, ____blockAndAuth_23)); } inline int32_t get__blockAndAuth_23() const { return ____blockAndAuth_23; } inline int32_t* get_address_of__blockAndAuth_23() { return &____blockAndAuth_23; } inline void set__blockAndAuth_23(int32_t value) { ____blockAndAuth_23 = value; } }; // ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage struct DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA : public BaseArchiveStorage_t085F6CE3B84C7BA6E1161815F066A3DDCE65BFED { public: // System.IO.Stream ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage::temporaryStream_ Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___temporaryStream__1; // System.String ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage::fileName_ String_t* ___fileName__2; // System.String ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage::temporaryName_ String_t* ___temporaryName__3; public: inline static int32_t get_offset_of_temporaryStream__1() { return static_cast(offsetof(DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA, ___temporaryStream__1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_temporaryStream__1() const { return ___temporaryStream__1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_temporaryStream__1() { return &___temporaryStream__1; } inline void set_temporaryStream__1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___temporaryStream__1 = value; Il2CppCodeGenWriteBarrier((void**)(&___temporaryStream__1), (void*)value); } inline static int32_t get_offset_of_fileName__2() { return static_cast(offsetof(DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA, ___fileName__2)); } inline String_t* get_fileName__2() const { return ___fileName__2; } inline String_t** get_address_of_fileName__2() { return &___fileName__2; } inline void set_fileName__2(String_t* value) { ___fileName__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileName__2), (void*)value); } inline static int32_t get_offset_of_temporaryName__3() { return static_cast(offsetof(DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA, ___temporaryName__3)); } inline String_t* get_temporaryName__3() const { return ___temporaryName__3; } inline String_t** get_address_of_temporaryName__3() { return &___temporaryName__3; } inline void set_temporaryName__3(String_t* value) { ___temporaryName__3 = value; Il2CppCodeGenWriteBarrier((void**)(&___temporaryName__3), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage struct MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21 : public BaseArchiveStorage_t085F6CE3B84C7BA6E1161815F066A3DDCE65BFED { public: // System.IO.MemoryStream ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage::temporaryStream_ MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___temporaryStream__1; // System.IO.MemoryStream ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage::finalStream_ MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___finalStream__2; public: inline static int32_t get_offset_of_temporaryStream__1() { return static_cast(offsetof(MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21, ___temporaryStream__1)); } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get_temporaryStream__1() const { return ___temporaryStream__1; } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of_temporaryStream__1() { return &___temporaryStream__1; } inline void set_temporaryStream__1(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value) { ___temporaryStream__1 = value; Il2CppCodeGenWriteBarrier((void**)(&___temporaryStream__1), (void*)value); } inline static int32_t get_offset_of_finalStream__2() { return static_cast(offsetof(MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21, ___finalStream__2)); } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get_finalStream__2() const { return ___finalStream__2; } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of_finalStream__2() { return &___finalStream__2; } inline void set_finalStream__2(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value) { ___finalStream__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___finalStream__2), (void*)value); } }; // ICSharpCode.SharpZipLib.Zip.ZipException struct ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E : public SharpZipBaseException_tC724EFD2D3CA8750ECF970EE50DA0BE71C4CFBAF { public: public: }; // ICSharpCode.SharpZipLib.Zip.ZipFile_KeysRequiredEventHandler struct KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 : public MulticastDelegate_t { public: public: }; // ICSharpCode.SharpZipLib.Zip.ZipInputStream_ReadDataHandler struct ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 : public MulticastDelegate_t { public: public: }; // ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler struct ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 : public MulticastDelegate_t { public: public: }; // QFramework.AssetBundleRes struct AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F : public Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B { public: // System.Boolean QFramework.AssetBundleRes::mUnloadFlag bool ___mUnloadFlag_8; // System.String[] QFramework.AssetBundleRes::mDependResList StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___mDependResList_9; // UnityEngine.AssetBundleCreateRequest QFramework.AssetBundleRes::mAssetBundleCreateRequest AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * ___mAssetBundleCreateRequest_10; public: inline static int32_t get_offset_of_mUnloadFlag_8() { return static_cast(offsetof(AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F, ___mUnloadFlag_8)); } inline bool get_mUnloadFlag_8() const { return ___mUnloadFlag_8; } inline bool* get_address_of_mUnloadFlag_8() { return &___mUnloadFlag_8; } inline void set_mUnloadFlag_8(bool value) { ___mUnloadFlag_8 = value; } inline static int32_t get_offset_of_mDependResList_9() { return static_cast(offsetof(AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F, ___mDependResList_9)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_mDependResList_9() const { return ___mDependResList_9; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_mDependResList_9() { return &___mDependResList_9; } inline void set_mDependResList_9(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___mDependResList_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDependResList_9), (void*)value); } inline static int32_t get_offset_of_mAssetBundleCreateRequest_10() { return static_cast(offsetof(AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F, ___mAssetBundleCreateRequest_10)); } inline AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * get_mAssetBundleCreateRequest_10() const { return ___mAssetBundleCreateRequest_10; } inline AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E ** get_address_of_mAssetBundleCreateRequest_10() { return &___mAssetBundleCreateRequest_10; } inline void set_mAssetBundleCreateRequest_10(AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * value) { ___mAssetBundleCreateRequest_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetBundleCreateRequest_10), (void*)value); } }; // QFramework.AssetRes struct AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262 : public Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B { public: // System.String[] QFramework.AssetRes::mAssetBundleArray StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___mAssetBundleArray_8; // UnityEngine.AssetBundleRequest QFramework.AssetRes::mAssetBundleRequest AssetBundleRequest_tF8897443AF1FC6C3E04911FAA9EDAE89B0A0A962 * ___mAssetBundleRequest_9; // System.String QFramework.AssetRes::mOwnerBundleName String_t* ___mOwnerBundleName_10; public: inline static int32_t get_offset_of_mAssetBundleArray_8() { return static_cast(offsetof(AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262, ___mAssetBundleArray_8)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_mAssetBundleArray_8() const { return ___mAssetBundleArray_8; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_mAssetBundleArray_8() { return &___mAssetBundleArray_8; } inline void set_mAssetBundleArray_8(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___mAssetBundleArray_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetBundleArray_8), (void*)value); } inline static int32_t get_offset_of_mAssetBundleRequest_9() { return static_cast(offsetof(AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262, ___mAssetBundleRequest_9)); } inline AssetBundleRequest_tF8897443AF1FC6C3E04911FAA9EDAE89B0A0A962 * get_mAssetBundleRequest_9() const { return ___mAssetBundleRequest_9; } inline AssetBundleRequest_tF8897443AF1FC6C3E04911FAA9EDAE89B0A0A962 ** get_address_of_mAssetBundleRequest_9() { return &___mAssetBundleRequest_9; } inline void set_mAssetBundleRequest_9(AssetBundleRequest_tF8897443AF1FC6C3E04911FAA9EDAE89B0A0A962 * value) { ___mAssetBundleRequest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAssetBundleRequest_9), (void*)value); } inline static int32_t get_offset_of_mOwnerBundleName_10() { return static_cast(offsetof(AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262, ___mOwnerBundleName_10)); } inline String_t* get_mOwnerBundleName_10() const { return ___mOwnerBundleName_10; } inline String_t** get_address_of_mOwnerBundleName_10() { return &___mOwnerBundleName_10; } inline void set_mOwnerBundleName_10(String_t* value) { ___mOwnerBundleName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOwnerBundleName_10), (void*)value); } }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 : public MulticastDelegate_t { public: public: }; // System.Func`2>,System.Collections.Generic.IEnumerable`1> struct Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A : public MulticastDelegate_t { public: public: }; // System.IO.FileSystemInfo struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.MonoIOStat System.IO.FileSystemInfo::_data MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ____data_1; // System.Int32 System.IO.FileSystemInfo::_dataInitialised int32_t ____dataInitialised_2; // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_3; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_4; // System.String System.IO.FileSystemInfo::_displayPath String_t* ____displayPath_5; public: inline static int32_t get_offset_of__data_1() { return static_cast(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____data_1)); } inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 get__data_1() const { return ____data_1; } inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * get_address_of__data_1() { return &____data_1; } inline void set__data_1(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 value) { ____data_1 = value; } inline static int32_t get_offset_of__dataInitialised_2() { return static_cast(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____dataInitialised_2)); } inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; } inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; } inline void set__dataInitialised_2(int32_t value) { ____dataInitialised_2 = value; } inline static int32_t get_offset_of_FullPath_3() { return static_cast(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___FullPath_3)); } inline String_t* get_FullPath_3() const { return ___FullPath_3; } inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; } inline void set_FullPath_3(String_t* value) { ___FullPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value); } inline static int32_t get_offset_of_OriginalPath_4() { return static_cast(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___OriginalPath_4)); } inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; } inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; } inline void set_OriginalPath_4(String_t* value) { ___OriginalPath_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value); } inline static int32_t get_offset_of__displayPath_5() { return static_cast(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____displayPath_5)); } inline String_t* get__displayPath_5() const { return ____displayPath_5; } inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; } inline void set__displayPath_5(String_t* value) { ____displayPath_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value); } }; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged struct PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 : public PkzipClassic_tA352AC372D164398478C915FA4F54BF40AF51D34 { public: // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::key_ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key__9; public: inline static int32_t get_offset_of_key__9() { return static_cast(offsetof(PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455, ___key__9)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_key__9() const { return ___key__9; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_key__9() { return &___key__9; } inline void set_key__9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___key__9 = value; Il2CppCodeGenWriteBarrier((void**)(&___key__9), (void*)value); } }; // QFramework.AssetBundleSceneRes struct AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 : public AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.IO.DirectoryInfo struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_6; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_7; public: inline static int32_t get_offset_of_current_6() { return static_cast(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___current_6)); } inline String_t* get_current_6() const { return ___current_6; } inline String_t** get_address_of_current_6() { return &___current_6; } inline void set_current_6(String_t* value) { ___current_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value); } inline static int32_t get_offset_of_parent_7() { return static_cast(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___parent_7)); } inline String_t* get_parent_7() const { return ___parent_7; } inline String_t** get_address_of_parent_7() { return &___parent_7; } inline void set_parent_7(String_t* value) { ___parent_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value); } }; // System.IO.EndOfStreamException struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA { public: public: }; // System.IO.FileInfo struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D { public: // System.String System.IO.FileInfo::_name String_t* ____name_6; public: inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value); } }; // System.IO.PathTooLongException struct PathTooLongException_t8DFBC40E5D45388A65B3327CF0D1F677C0F923AA : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 { public: public: }; // QFramework.MonoSingleton`1 struct MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: public: }; struct MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8_StaticFields { public: // T QFramework.MonoSingleton`1::mInstance ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * ___mInstance_4; // System.Boolean QFramework.MonoSingleton`1::mOnApplicationQuit bool ___mOnApplicationQuit_5; public: inline static int32_t get_offset_of_mInstance_4() { return static_cast(offsetof(MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8_StaticFields, ___mInstance_4)); } inline ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * get_mInstance_4() const { return ___mInstance_4; } inline ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 ** get_address_of_mInstance_4() { return &___mInstance_4; } inline void set_mInstance_4(ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * value) { ___mInstance_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInstance_4), (void*)value); } inline static int32_t get_offset_of_mOnApplicationQuit_5() { return static_cast(offsetof(MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8_StaticFields, ___mOnApplicationQuit_5)); } inline bool get_mOnApplicationQuit_5() const { return ___mOnApplicationQuit_5; } inline bool* get_address_of_mOnApplicationQuit_5() { return &___mOnApplicationQuit_5; } inline void set_mOnApplicationQuit_5(bool value) { ___mOnApplicationQuit_5 = value; } }; // QFramework.ResMgr struct ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 : public MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8 { public: // QFramework.ResTable QFramework.ResMgr::mTable ResTable_t2FA8D63F3500D6C50F151C48C7CE6FDA86340384 * ___mTable_7; // System.Int32 QFramework.ResMgr::mCurrentCoroutineCount int32_t ___mCurrentCoroutineCount_8; // System.Int32 QFramework.ResMgr::mMaxCoroutineCount int32_t ___mMaxCoroutineCount_9; // System.Collections.Generic.LinkedList`1 QFramework.ResMgr::mIEnumeratorTaskStack LinkedList_1_t692257C0123408C0AABF7D9E37C21809B32DC6C5 * ___mIEnumeratorTaskStack_10; // System.Boolean QFramework.ResMgr::mIsResMapDirty bool ___mIsResMapDirty_11; public: inline static int32_t get_offset_of_mTable_7() { return static_cast(offsetof(ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3, ___mTable_7)); } inline ResTable_t2FA8D63F3500D6C50F151C48C7CE6FDA86340384 * get_mTable_7() const { return ___mTable_7; } inline ResTable_t2FA8D63F3500D6C50F151C48C7CE6FDA86340384 ** get_address_of_mTable_7() { return &___mTable_7; } inline void set_mTable_7(ResTable_t2FA8D63F3500D6C50F151C48C7CE6FDA86340384 * value) { ___mTable_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTable_7), (void*)value); } inline static int32_t get_offset_of_mCurrentCoroutineCount_8() { return static_cast(offsetof(ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3, ___mCurrentCoroutineCount_8)); } inline int32_t get_mCurrentCoroutineCount_8() const { return ___mCurrentCoroutineCount_8; } inline int32_t* get_address_of_mCurrentCoroutineCount_8() { return &___mCurrentCoroutineCount_8; } inline void set_mCurrentCoroutineCount_8(int32_t value) { ___mCurrentCoroutineCount_8 = value; } inline static int32_t get_offset_of_mMaxCoroutineCount_9() { return static_cast(offsetof(ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3, ___mMaxCoroutineCount_9)); } inline int32_t get_mMaxCoroutineCount_9() const { return ___mMaxCoroutineCount_9; } inline int32_t* get_address_of_mMaxCoroutineCount_9() { return &___mMaxCoroutineCount_9; } inline void set_mMaxCoroutineCount_9(int32_t value) { ___mMaxCoroutineCount_9 = value; } inline static int32_t get_offset_of_mIEnumeratorTaskStack_10() { return static_cast(offsetof(ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3, ___mIEnumeratorTaskStack_10)); } inline LinkedList_1_t692257C0123408C0AABF7D9E37C21809B32DC6C5 * get_mIEnumeratorTaskStack_10() const { return ___mIEnumeratorTaskStack_10; } inline LinkedList_1_t692257C0123408C0AABF7D9E37C21809B32DC6C5 ** get_address_of_mIEnumeratorTaskStack_10() { return &___mIEnumeratorTaskStack_10; } inline void set_mIEnumeratorTaskStack_10(LinkedList_1_t692257C0123408C0AABF7D9E37C21809B32DC6C5 * value) { ___mIEnumeratorTaskStack_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mIEnumeratorTaskStack_10), (void*)value); } inline static int32_t get_offset_of_mIsResMapDirty_11() { return static_cast(offsetof(ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3, ___mIsResMapDirty_11)); } inline bool get_mIsResMapDirty_11() const { return ___mIsResMapDirty_11; } inline bool* get_address_of_mIsResMapDirty_11() { return &___mIsResMapDirty_11; } inline void set_mIsResMapDirty_11(bool value) { ___mIsResMapDirty_11 = value; } }; struct ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3_StaticFields { public: // System.Boolean QFramework.ResMgr::mResMgrInited bool ___mResMgrInited_6; public: inline static int32_t get_offset_of_mResMgrInited_6() { return static_cast(offsetof(ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3_StaticFields, ___mResMgrInited_6)); } inline bool get_mResMgrInited_6() const { return ___mResMgrInited_6; } inline bool* get_address_of_mResMgrInited_6() { return &___mResMgrInited_6; } inline void set_mResMgrInited_6(bool value) { ___mResMgrInited_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // ICSharpCode.SharpZipLib.Zip.ZipEntry[] struct ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2 : public RuntimeArray { public: ALIGN_FIELD (8) ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * m_Items[1]; public: inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** 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, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : 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.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* 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, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // QFramework.AssetData[] struct AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3 : public RuntimeArray { public: ALIGN_FIELD (8) AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * m_Items[1]; public: inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 ** 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, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // QFramework.AssetDataGroup_ABUnit[] struct ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D : public RuntimeArray { public: ALIGN_FIELD (8) ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * m_Items[1]; public: inline ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 ** 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, ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m451B69C90D32CACBC53CEFBD0D499AF2747CBC46_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m28426269DF7DFF6964E1EB0596DC37D53AA160D8_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m6F2BB7FC61476D210FA060962086B5B21FB1B6CA_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // QFramework.SafeObjectPool`1 QFramework.SafeObjectPool`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * SafeObjectPool_1_get_Instance_m0014CB9685D77E40F12412166D5FB79B837B5050_gshared (const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method); // !0 QFramework.MonoSingleton`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoSingleton_1_get_Instance_mB407FA39E53D173A1238306A25AC826593838A77_gshared (const RuntimeMethod* method); // T QFramework.ResMgr::GetRes(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResMgr_GetRes_TisRuntimeObject_m8851C9CAB7DE3EC29791DB2A0B9216EA346F5E0C_gshared (ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys0, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m9630600880F245A4E8F6EC7F5F20116E64E7A159_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m74771F9C8FCF4ECD25890A0025FDD9A874418CF4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 QFramework.TableIndex`2::Get(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TableIndex_2_Get_mB161A927E9AAD69D5A85CE8D4B8195E27832251A_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_gshared (RuntimeObject* ___source0, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1, const RuntimeMethod* method); // System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m4855AE1389C1E454FF70D74FD49D3C642E0DF458_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::FirstOrDefault(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_FirstOrDefault_TisRuntimeObject_m73C290D7C1DD834B7A25096EA885D9CC800523A8_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Void QFramework.TableIndex`2::Add(!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Add_m41142B6CF19A0E927F95C46F9928416EECB12CC1_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, RuntimeObject * ___dataItem0, const RuntimeMethod* method); // System.Void QFramework.TableIndex`2::Remove(!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Remove_m55FECDC968EFAB2D7BA7B0FE3C65959C0B996487_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, RuntimeObject * ___dataItem0, const RuntimeMethod* method); // System.Void QFramework.TableIndex`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Clear_m8822A3EE4D5379753EEB362E1CA786DEED16B20E_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2> QFramework.TableIndex`2::get_Dictionary() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* TableIndex_2_get_Dictionary_mB0253DD26E5B660C3EEBAE553C749B6E536DDAD4_gshared_inline (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, const RuntimeMethod* method); // System.Void System.Func`2,System.Object>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m67F892E0009FA0A9BD0839B166EEB61DE8866F69_gshared (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany,System.Object>(System.Collections.Generic.IEnumerable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_TisRuntimeObject_m299CADBDDC9297B3E3A4211702AB5BAC958B0553_gshared (RuntimeObject* ___source0, Func_2_t87B423319E51D8E2D07EA80EFC3350345727F399 * ___selector1, const RuntimeMethod* method); // System.Void QFramework.TableIndex`2::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Dispose_m827BF372D361382678CC8F733533B4028FCE2789_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void QFramework.TableIndex`2::.ctor(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2__ctor_m6C06E3A8CB42ACC7C62ABEC50A7C0048E5470BD2_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * ___keyGetter0, const RuntimeMethod* method); // System.Void QFramework.Table`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table_1__ctor_mDD47AB64DABF02E43F7AE94DF47B242CEE0A6ED3_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipNameTransform__ctor_m2527EB4C37238872537C58AFA8FCD56E72F509A5 (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_FixedDateTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory_set_FixedDateTime_m18041CA849ED1BB44FAF9B27DB1265637E996F41 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Year() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeFileEntry(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, String_t* ___fileName0, String_t* ___entryName1, bool ___useFileSystem2, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry__ctor_m937CE876E718D9A524ABD76B69D0BCE4017D5086 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_IsUnicodeText(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_IsUnicodeText_m8BEC16B509F3E73C515325B90EFD910755099EF2 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.IO.FileInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_CreationTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 FileSystemInfo_get_CreationTime_mAB0EF469EA22A334F949E6EE693DB05FC99B2CC6 (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_DateTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_CreationTimeUtc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 FileSystemInfo_get_CreationTimeUtc_mD49AFECC831CCCB827BFB205FD7E99595638C85C (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastAccessTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 FileSystemInfo_get_LastAccessTime_m528BAE50B0572377D903FFF82F84B487CC8E84AC (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastAccessTimeUtc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 FileSystemInfo_get_LastAccessTimeUtc_mEA7A7EB0AC70FB28635EB4C020E3CE169CFB05C1 (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastWriteTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 FileSystemInfo_get_LastWriteTime_m161D3C49D0FC6D0C267DD12C956A21FF15B6E0CB (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastWriteTimeUtc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 FileSystemInfo_get_LastWriteTimeUtc_m3E42E6E6B30A5E9CB0A5385DCB2F0C162508F159 (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99 (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int64 System.IO.FileInfo::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileInfo_get_Length_mCF9523258C44DB5D9D1BDC4A4333BD4EC7CAF847 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Size(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method); // System.IO.FileAttributes System.IO.FileSystemInfo::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileSystemInfo_get_Attributes_m8AF36160958F9F46AC2764F95C4EDF7261C00A06 (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ExternalFileAttributes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_ExternalFileAttributes_m96396518022B2CE5C299D1332F40CE9B63D3C23B (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int32_t ___value0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeDirectoryEntry(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipEntryFactory_MakeDirectoryEntry_mB00FCAB56761FA632E0971B56E06805CF3CAAF63 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, String_t* ___directoryName0, bool ___useFileSystem1, const RuntimeMethod* method); // System.Void System.IO.DirectoryInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m31052C51DCEE848D0A7D51E050C2374E0CFCC35A (SharpZipBaseException_tC724EFD2D3CA8750ECF970EE50DA0BE71C4CFBAF * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m0ACEE6F895BCE3A38B5C31459ECC89353504CD00 (SharpZipBaseException_tC724EFD2D3CA8750ECF970EE50DA0BE71C4CFBAF * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.SharpZipBaseException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharpZipBaseException__ctor_m3104657139BE178D7FEBC5B50C01373205FDA3F6 (SharpZipBaseException_tC724EFD2D3CA8750ECF970EE50DA0BE71C4CFBAF * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_Clear_mDF06D49A74ADB77216A10F840A9C6EBD8F358284 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_Length_m39FD735A1063EDDAD54D0796A97FFDEB9C00B90A (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Find(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD4746B0911B4445240F7E82818DA380B506E97EA (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadShortInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddEntry(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___fieldData1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_ValueLength() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_ValueLength_m750E5D61B69D7C0121FBDF692CF22FDCD3BA7D78_inline (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Delete(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::SetShort(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_SetShort_m4CD303B43E23D64277A285DFCCC0F46128232AD4 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t* ___index0, int32_t ___source1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddLeShort_m948BE8650FA7A7D6746BD68DC22D779481B12DBB (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___toAdd0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddLeInt_m6F2E41099B063E907E318E51A22F951FF6004FEF (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___toAdd0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadCheck(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___length0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadInt_m8E041F227C33D8479419F320F3E282791F0015A7 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeysRequiredEventArgs__ctor_m285EDE8B5150FC70B3E99BF67615A05352C61E58 (KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * __this, String_t* ___name0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyValue1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/KeysRequiredEventHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeysRequiredEventHandler_Invoke_mD8BB2EE4227CC4BAE71B0D1CC6DAFF16E925BE70 (KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * __this, RuntimeObject * ___sender0, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * ___e1, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeysRequiredEventArgs_get_Key_m5DC132EA73B61111D4C74A71178CB773C715BA7F_inline (KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * __this, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipConstants_ConvertToArray_m832915B5FA431F694835B645E7D39B73B55C8EB0 (String_t* ___str0, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassic::GenerateKeys(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PkzipClassic_GenerateKeys_m44A15BD68503EEF7D2C66B36764484BBB8640667 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___seed0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Open_mE3C89422475D91EE79B2BE9AD5B0AB7DA7141265 (String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::ReadEntries() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::DisposeInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, bool ___disposing0, const RuntimeMethod* method); // System.String System.IO.FileStream::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileStream_get_Name_mA80AE70C6516BD733732AD17F083530FE3689A08_inline (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD (String_t* ___path0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile__ctor_mC6D319A0FDAADFED5F2E26FB851F970B0046BEBE (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Object ICSharpCode.SharpZipLib.Zip.ZipEntry::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ZipEntry_Clone_m103827429D5B926547144EA492393EE244E0E3EB (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipEntryEnumerator::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntry[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryEnumerator__ctor_mFFA21A1AAA0A60E801EF0F8FAC391253F0D28EB7 (ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 * __this, ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* ___entries0, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindEntry(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ZipFileIndex() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipEntry_get_ZipFileIndex_m08B6E9026F3C36F0FBEF1BBE3421F672E1D3ECE0_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int64_t ___entryIndex0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_LocateEntry_mB027DD2EC9F3E7393F9D325643253C0692F7AEE0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressionMethod() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/PartialInputStream::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartialInputStream__ctor_m5C09EF7EAB0390C31185969E7CCFCAF8CF565A78 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___zipFile0, int64_t ___start1, int64_t ___length2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsCrypted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::CreateAndInitDecryptionStream(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Inflater::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Inflater__ctor_m68B344BCA698B8A1754EFB187E79542876C1F9B0 (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * __this, bool ___noHeader0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Inflater) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflaterInputStream__ctor_m25A6A0B94835B05B97BD00EB2C4A888F9C034063 (InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseInputStream0, Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * ___inf1, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::TestArchive(System.Boolean,ICSharpCode.SharpZipLib.Zip.TestStrategy,ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_TestArchive_mBF5EA3E81B337289EEEA8E50AB45B8623A03F4E5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, bool ___testData0, int32_t ___strategy1, ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * ___resultHandler2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.TestStatus::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestStatus__ctor_m507D7CAA4BCA5552E2F9F4794337673A3016F19D (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___file0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler::Invoke(ICSharpCode.SharpZipLib.Zip.TestStatus,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0 (ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * __this, TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * ___status0, String_t* ___message1, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile::get_EntryByIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.TestStatus::SetEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestStatus_SetEntry_m72B486F37DAAD37504A2E9301D61DFA8A3AE5C65 (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.TestStatus::SetOperation(ICSharpCode.SharpZipLib.Zip.TestOperation) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TestStatus_SetOperation_m537912CB9D55D41C37E5B1221B570331BA1BF97C_inline (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, int32_t ___operation0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::TestLocalHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipFile/HeaderTest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, int32_t ___tests1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.TestStatus::AddError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestStatus_AddError_m1E459A2C9448565F6D8F28998F1AAD49EF3D0ECE (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_get_IsFile_mE758192089EAD313077FD2730F905A0D664004E5 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksum.Crc32::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989 (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * __this, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksum.Crc32::Update(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crc32_Update_m78D56FFB9222D89BCD3BC6029B7C20DD2A0DE0C8 (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.TestStatus::SetBytesTested(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TestStatus_SetBytesTested_mD9B83ABCAA3FD23050CB913369D679FF2AEEED2D_inline (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Crc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Checksum.Crc32::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Flags() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.DescriptorData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptorData__ctor_m861A154BD924DF2B3EEC981AE8BC8A1B5DAF8457 (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_LocalHeaderRequiresZip64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadDataDescriptor(System.Boolean,ICSharpCode.SharpZipLib.Zip.DescriptorData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_ReadDataDescriptor_m9D714F0B061CFE9E83C1D118D8CDFD1730C58FA9 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, bool ___zip640, DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * ___data1, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.DescriptorData::get_Crc() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DescriptorData_get_Crc_mA46B877B708CD9C8D827CC87B3DF636A35CC3BFF_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.DescriptorData::get_CompressedSize() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DescriptorData_get_CompressedSize_m2B1877B527FC3E2CDCE8375200815BC1C5305793_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.DescriptorData::get_Size() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DescriptorData_get_Size_mB29FBA010AC60DFFDC614288ECDE133BBF5D5DF3_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_get_Count_mBB07C43550FF17882DF6F256CE268C8BE73DE4A7 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.TestStatus::get_ErrorCount() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TestStatus_get_ErrorCount_mEAF2345DB9B86660AB1C29D43D5BC217F01EFE88_inline (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Offset() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUshort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::ReadFully(System.IO.Stream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamUtils_ReadFully_m86E47659FE8B69F642FBFF56EBCD3A6DB85402C4 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipExtraData_ReadLong_m37D0E5E248D8439BE90D63D9A57B97C59D7196B9 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsCompressionMethodSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_IsCompressionMethodSupported_mF17886563F9854B215DF4662B8F0A528968CC4FB (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToStringExt(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToStringExt_mF35CC10EDDDED13486148196D44E8BD1702F2D15 (int32_t ___flags0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_IsDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_get_IsDirectory_m773E5B3D941524E27554E4C422B9D1195924B67B (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipNameTransform::IsValidName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipNameTransform_IsValidName_mCACCA77698E2D1C7C3EEC3B22A05EC4753C714C4 (String_t* ___name0, bool ___relaxed1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsEmbeddedArchive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_get_IsEmbeddedArchive_m37C2A96F88CCC7BB064AF6CA704F05EAB5073EEA (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, const RuntimeMethod*))Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m4959AF4916D045B140EC929CC1501AF793C1261B (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_inline (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m63A661FB173127CC6FFA8F6C491336CB1D406369 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m0831BAB31D6454A9EDCCEDFB82350BF97FA805C6 (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared)(__this, ___key0, ___value1, method); } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/UpdateComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateComparer__ctor_m9130FEE699F04C82F4807E1316C4E6890749815A (UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) inline void List_1_Sort_m165A2D968D56C4DE9ECBD5BC06C23E4CFCD5F180 (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *, RuntimeObject*, const RuntimeMethod*))List_1_Sort_m451B69C90D32CACBC53CEFBD0D499AF2747CBC46_gshared)(__this, ___comparer0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * __this, const RuntimeMethod* method) { return (( Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 (*) (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_inline (Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 * __this, const RuntimeMethod* method) { return (( ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * (*) (Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_inline (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * (*) (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::get_Entry() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::set_OffsetBasedSize(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipUpdate_set_OffsetBasedSize_m3FE71DAB267E6DA9D64DE20C41014B8B7263346F_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64 (Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22 (Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // System.Void ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicDiskDataSource__ctor_m6F15327F4EA5E7472F859856FD197F9CA4CD894D (DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::BeginUpdate(ICSharpCode.SharpZipLib.Zip.IArchiveStorage,ICSharpCode.SharpZipLib.Zip.IDynamicDataSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___archiveStorage0, RuntimeObject* ___dataSource1, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryArchiveStorage__ctor_m210830CB6F2F6B373339639266877FC60A4E0BB2 (MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiskArchiveStorage__ctor_m85C1C417B4A740C007781020E8196E20F2B7A0C4 (DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___file0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CheckUpdating() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m6A58BA89831E5B50D4E5A029E55A45ABEEB6C725 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, const RuntimeMethod*))Dictionary_2_Clear_m28426269DF7DFF6964E1EB0596DC37D53AA160D8_gshared)(__this, method); } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::RunUpdates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_RunUpdates_mCAB8F07F9F5C7E6A700AED2D1C09A2255FEC9DB0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::UpdateCommentOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_UpdateCommentOnly_m22820C1B8D25A1C96B6E0198FCCB25B242D77A2E (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile/ZipString::get_RawComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipString_get_RawComment_m0815B001A754698EC9FC181B0B37C86BC8A2FCF1 (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteEndOfCentralDirectory(System.Int64,System.Int64,System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___startOfCentralDirectory2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___comment3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::PostUpdateCleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_PostUpdateCleanup_m6DE5715EF0A39B7C2C87A5701715C0956CE413F4 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString__ctor_m9348BFF25080BEDC2DF1265425BFA6BBC3E923DA (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, String_t* ___comment0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile/ZipString::get_RawLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipString_get_RawLength_m9F05EEAE8522ECD5E3CFCF80F230ADAE2C09502E (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindExistingUpdate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_FindExistingUpdate_mA284D7D2FB6680BA6547AFEA49D38FBBC64407A0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511 (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * __this, int32_t ___index0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *, int32_t, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *, const RuntimeMethod*))List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared)(__this, ___index0, ___value1, method); } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsCompressionMethodSupported(ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_IsCompressionMethodSupported_mF8E99D34EDC4908E2D519A88276A374708CF97B8 (int32_t ___method0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.IEntryFactory ICSharpCode.SharpZipLib.Zip.ZipFile::get_EntryFactory() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CompressionMethod(ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::.ctor(System.String,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m95F4637EFD04C60AA16964FD5D223DE46CD6FCBC (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, String_t* ___fileName0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::AddUpdate(ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.IStaticDataSource,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m6AB855D6D9C4835CF711DFB1C6D1DF8E144F010D (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, RuntimeObject* ___dataSource0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile/UpdateCommand,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m5E6002FC7819AA591742B0BCFC46F11A1D86FFC4 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int32_t ___command0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindExistingUpdate(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_FindExistingUpdate_m5B10579187EC5730648672022A4CD72C8A020065 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEUshort(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEUshort_mE6CF2CF47F95663E3428B711F4EF00D255CC4C29 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEUint(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, uint32_t ___value0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::get_OutEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Offset(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_Offset_m27DD8214A364D12BF7184EEDF602D4E8DF3AE29C_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipFile/UpdateCommand ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::get_Command() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CompressedSize(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Crc(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Flags(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_HaveKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_get_HaveKeys_mEFCAE5AA08E7EBF14668D8521EBD080A34AFE8B3 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_IsCrypted(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_IsCrypted_m1FE42F877BA88CA67B1E9715EFC46A56CDB03CDA (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ForceZip64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_ForceZip64_m070EB8EACA2FA9CACF01C5B1469F0FF90A21A9CB (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_DosTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_HasCrc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_get_HasCrc_mD19A89335DCDBC424BA864ECA4CD164F7E13209F (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::set_CrcPatchOffset(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipUpdate_set_CrcPatchOffset_mE1B02291F5364D6DC0828F3FD76E6CEC8C834E2A_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::set_SizePatchOffset(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipUpdate_set_SizePatchOffset_m08AF5265390A115A6560D41ED1AE22591F06C567_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToArray(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipConstants_ConvertToArray_m6EC941BE61B515A1EB8ED2A896912E9AE41047E9 (int32_t ___flags0, String_t* ___str1, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ExtraData() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::StartNewEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int64_t ___toAdd0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddNewEntry(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipExtraData::GetEntryData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ExtraData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_ExtraData_mB0F6D45439A95E55E6A9BC7551030DCEE5B54614 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_CurrentReadIndex() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_CurrentReadIndex_m1DB5D907E39308C1A3DFBA0AC71BD27B6F98D310_inline (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::IsZip64Forced() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CentralHeaderRequiresZip64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_get_CentralHeaderRequiresZip64_m77E153695D18B161DC38CC17D72F024D3A3E24E2 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipEntry::get_Comment() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_ExternalFileAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntry_get_ExternalFileAttributes_mFA8558B05A6EE93BFF200F311F52EA9DF9B7D11D (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Core.INameTransform ICSharpCode.SharpZipLib.Zip.ZipFile::get_NameTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_get_NameTransform_m52230C80534345DBF7DEEEA8D6AEACF6D26F25E5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::GetDescriptorSize(ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_GetDescriptorSize_m2C8595B71582808E11434EFF76C6E4B4DD8735A0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile::GetBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::GetTransformedFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipFile_GetTransformedFileName_m79012F804D4A8159A1C0DBE7E6D7D14898AB8BCD (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline int32_t Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6F2BB7FC61476D210FA060962086B5B21FB1B6CA_gshared)(__this, ___key0, method); } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::CreateAndInitEncryptionStream(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_CreateAndInitEncryptionStream_m2B79B4DA99C4B21EBE17F3FB78FB26FD4BD59A40 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/UncompressedStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UncompressedStream__ctor_m13558C3D0CCC8FDBED053EF4A3698C7E8D28ECDF (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Deflater__ctor_mBA1AAE23835285D6C550F3FDB1B7C9C4FFF06BA9 (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * __this, int32_t ___level0, bool ___noZlibHeaderOrFooter1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Deflater) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflaterOutputStream__ctor_m234F30DE51597FD2DE2E1D85A70AF4EB5598F469 (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseOutputStream0, Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * ___deflater1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::set_IsStreamOwner(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeflaterOutputStream_set_IsStreamOwner_m44BBF509A179055BD8D5FAADDBB57BF426E880F3_inline (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, bool ___value0, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::GetSource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipUpdate_GetSource_mD243EA8BF0620DCC43309A681060742B2B39035F (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::get_Filename() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipUpdate_get_Filename_mAF8A0E2727160AF7F8D9903A5F33BEDA7F8E84EF_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLocalEntryHeader(ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, const RuntimeMethod* method); // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetOutputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyBytes(ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate,System.IO.Stream,System.IO.Stream,System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___destination1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___source2, int64_t ___bytesToCopy3, bool ___updateCrc4, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteDataDescriptor(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipHelperStream_WriteDataDescriptor_mB5158679DAE8B11563803B0FFA78230775C5613A (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::get_OffsetBasedSize() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_OffsetBasedSize_m67AA0EC47676E878620FA8F96826DD7AF7A88DE0_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyEntryDataDirect(ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate,System.IO.Stream,System.Boolean,System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyEntryDataDirect_m4DD82CACFEC4A1755D041AD80702900E92D8969A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___updateCrc2, int64_t* ___destinationPosition3, int64_t* ___sourcePosition4, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyDescriptorBytesDirect(ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate,System.IO.Stream,System.Int64&,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyDescriptorBytesDirect_mEA1F71194EEEBD7A7052221D80A6F11EEEA3AFFC (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, int64_t* ___destinationPosition2, int64_t ___sourcePosition3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyDescriptorBytes(ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate,System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyDescriptorBytes_mB6804AC81223E4112323082F8464F8A277C7F627 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___dest1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___source2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Reopen(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___source0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::set_IsStreamOwner(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipHelperStream_set_IsStreamOwner_mC66B801293B3A5F27963DEE9BF8EB82A71233D0F_inline (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream__ctor_mB1882218BC015FBACDF02E5C5C7770B0064498A9 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipHelperStream_LocateBlockWithSignature_m332D9E58A6189D6592D5720C54B245F393DD793C (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsNewArchive() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ZipFile_get_IsNewArchive_m53E0692ACD44686AEF7672454589CC7AFA2AC0A6_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.ZipFile ICSharpCode.SharpZipLib.Zip.ZipFile::Create(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___outStream0, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipFile::get_UseZip64() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipFile_get_UseZip64_mDC4CCD3F544B911BC9E4A76D0F62EFAF12536237_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_UseZip64(ICSharpCode.SharpZipLib.Zip.UseZip64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipFile_set_UseZip64_m19C0A2503AC77F33A495A2BC3B71A1ECE86273DB_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyEntryDirect(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyEntryDirect_m7B502892DB2F013374E27201C3AE9ACACDF3C290 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, int64_t* ___destinationPosition2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyEntry(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyEntry_m18E736B57309B97054817C032B14EF59DA2C158F (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::ModifyEntry(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_ModifyEntry_m0888776FFBE25AEF386EE3D041C7AF4A45864137 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::AddEntry(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_AddEntry_m098FDF981D7A062B34C6F980EC96E25C0B9EA0AC (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::WriteCentralDirectoryHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::get_CrcPatchOffset() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_CrcPatchOffset_mEBB49F2990E9E5BF3D7CFE81EF27167E84724C69_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::get_SizePatchOffset() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_SizePatchOffset_mA060576168389A2B1D36D19C49E7BA1F6096B3BB_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLeLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLeLong_m1F23B2E019D91BAE8C25BB2233593AF3C9678838 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Close_mD98D5D88CC6177BC865BE493C58498BB04735DDE (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsStreamOwner() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ZipFile_get_IsStreamOwner_mEAAC1EC647D28A8C2395D57011F5D0A31059FD9F_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m6C04807A20CAA05C763225A3EC2F79B756FFBAC6 (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_LocateBlockWithSignature_m93A28FAEE95179E9BBEBA56CA675DEDB59EB96B6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToString_m10AE351E239F564B8ADEA998FDBC263D42576995 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUlong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Core.StreamUtils::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamUtils_ReadFully_m3A757736255F6B8F86D73FAC4995C1798CA007FB (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipConstants::ConvertToStringExt(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipConstants_ConvertToStringExt_m31AB897F9CE5A9F8237509C02E916971ED86D39B (int32_t ___flags0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::.ctor(System.String,System.Int32,System.Int32,ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry__ctor_m0A0EFA0788A13B34DACB795C1CEB4674085FD783 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, String_t* ___name0, int32_t ___versionRequiredToExtract1, int32_t ___madeByInfo2, int32_t ___method3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_DosTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_DosTime_m7AB9DC103D40BCB56646365E047EBE9F4870B3B8 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_ZipFileIndex(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_ZipFileIndex_m0A657CDEDBFD160FD0EFCF1C723845C901D54C32_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_CryptoCheckValue(System.Byte) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_CryptoCheckValue_m86F48299438A25BCA1C71766BA739E29FD8C7EE5_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::ProcessExtraData(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_ProcessExtraData_m3823DE7E317A3CDA2C3F5B09E4FD5B333A4AD0F3 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, bool ___localHeader0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::set_Comment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry_set_Comment_m41AB27969B288780E64F926781111165761706D6 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkzipClassicManaged__ctor_mD188C973342366C8D0CF193B08154C058F8EDB7D (PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::OnKeysRequired(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_OnKeysRequired_m5ED7A90049F5D9A9ECD954E5FD474870EDC2D70A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptoStream::.ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, RuntimeObject* ___transform1, int32_t ___mode2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CheckClassicPassword(System.Security.Cryptography.CryptoStream,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CheckClassicPassword_m1F4695C4F20477D48D5E942F485D35FC65881BAF (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___classicCryptoStream0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESSaltLen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESSaltLen_m52FE3D47383C01CC6F9535A8424420F9B09E86D2 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESKeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::.ctor(System.String,System.Byte[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipAESTransform__ctor_m8A7C2C892617C94758E6AC2260A45A1E5189CD7A (ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * __this, String_t* ___key0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___saltBytes1, int32_t ___blockSize2, bool ___writeMode3, const RuntimeMethod* method); // System.Byte[] ICSharpCode.SharpZipLib.Encryption.ZipAESTransform::get_PwdVerifier() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipAESTransform_get_PwdVerifier_m472877CB37D1B9133FE899C924165103C041CE5A_inline (ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Encryption.ZipAESStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Encryption.ZipAESTransform,System.Security.Cryptography.CryptoStreamMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipAESStream__ctor_m6BB58B469AD9E63E4B68C084ABF554DAC03724F8 (ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * ___transform1, int32_t ___mode2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteEncryptionHeader(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteEncryptionHeader_mC1740F6BC675D3C9CA2F1FFB693A20E7C83A499B (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int64_t ___crcValue1, const RuntimeMethod* method); // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CryptoCheckValue() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t ZipEntry_get_CryptoCheckValue_m63F203F5D7A7488E7D677FF993227BF0F02A1FF2_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void System.Random::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mCD4B6E9DFD27A19F52FA441CD8CAEB687A9DD2F2 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipString::MakeBytesAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString_MakeBytesAvailable_mF968707A6577760FDAB09FFEF170D39B634B9AC6 (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipString::MakeTextAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString_MakeTextAvailable_mD159C8AF823E2B56BE46B19BD816A37643218037 (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile/ZipUpdate::.ctor(System.String,System.String,ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m39D883B51A4BAA957E4C034BF7E31CB7369DCA2F (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, String_t* ___fileName0, String_t* ___entryName1, int32_t ___compressionMethod2, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m49CE3FAF4AEF5EE690E5E53A95749F3C4414C47B (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.EntryPatchData::set_CrcPatchOffset(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EntryPatchData_set_CrcPatchOffset_mAC44B28CC8167C80DD34CEBD3C9CD2B171202660_inline (EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.EntryPatchData::set_SizePatchOffset(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EntryPatchData_set_SizePatchOffset_mE7139252A5CBDB05EAF9B51766CF5E2A439FEE5B_inline (EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.EntryPatchData::get_SizePatchOffset() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t EntryPatchData_get_SizePatchOffset_mE1109BD99ECBE587F5E356B16BC9FC8E8C2F31D0_inline (EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * __this, const RuntimeMethod* method); // System.Int64 System.Math::Max(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Max_m13FD4D7B921C359B34176CDF2A51FB2F96965E45 (int64_t ___val10, int64_t ___val21, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLELong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteZip64EndOfCentralDirectory(System.Int64,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteZip64EndOfCentralDirectory_m9A03AF974C2D649427FE9BE897FFFAF32AA2050C (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___centralDirOffset2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUshort(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUshort_m572AFFFE92B91B1C3476D611B830259C3A183DD1 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUint(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUint_m304E42A0FB07215A47E1352902C2EBB573EDF126 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_mD5C60B460580BBA98DFF238F6D5BBE4C9CAE1D80 (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEShort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.DescriptorData::set_Crc(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptorData_set_Crc_m36A0D3FC3BAA0377D2E9928188BF7B0C3DE80ECF (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLELong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipHelperStream_ReadLELong_mB6E6A4DF35ED2D80D235EE93ECDED39B8F144684 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.DescriptorData::set_CompressedSize(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DescriptorData_set_CompressedSize_m53F2130E900D71A1A9A276152F4E8EB1922A1B30_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.DescriptorData::set_Size(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DescriptorData_set_Size_mAAC8A36D8E7FDFF70E954518C4E9B4C36BCCBC6F_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream/ReadDataHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Inflater,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflaterInputStream__ctor_m03F227277024F7C66B4939747383AE38FA07B2EC (InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseInputStream0, Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * ___inflater1, int32_t ___bufferSize2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CanDecompress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntry_get_CanDecompress_mB2042B52DE07C8A4C768381993B0A1A849115401 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::CloseEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::ReadLeInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::ReadLeShort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_ReadLeShort_m596FA1E93CB14D23A4FCC3182E0191F19C594BA2 (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::ReadRawBuffer(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_ReadRawBuffer_mECC3DF720A0E8629713F83F9165862452EFBD78D (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntry::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry__ctor_m179866C2BDF5B1B26B6165F1BA51D8FC8E877372 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, String_t* ___name0, int32_t ___versionRequiredToExtract1, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::ReadLeLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InflaterInputBuffer_ReadLeLong_mB17DB6569340CFE44F7406D041E087F3FB89D756 (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::StopDecrypting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflaterInputStream_StopDecrypting_m4510642D2D2E87E28F461861E9388BD4E2C27AC9 (InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::ReadDataDescriptor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_ReadDataDescriptor_m1A4BE420AC637E8AF04A55385F0EB0723DA0CD7B (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Checksum.Crc32::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crc32_Reset_m587EBB53F23B63100879644D1BE5E809096DD167 (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Inflater::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Inflater_Reset_mD3823246E680768A4714C592633808378D2169EB (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_TotalIn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Inflater_get_TotalIn_m125EFED1EF4EDB449818C640656D173542990A0A (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::get_Available() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_get_Available_mF209F9BFE7D3BA34C0EBB6C76082B6B69975F3FB_inline (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_RemainingInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Inflater_get_RemainingInput_mFF3A3D963512E3FE1C759394645FC2536BDE74E1 (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::set_Available(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InflaterInputBuffer_set_Available_m0DCD05758C7EC5A5EDDD2340EC759023A539D2EE_inline (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Skip(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InflaterInputStream_Skip_mE4998847EED9FD5152B8F652F2DAE785FE8B95C4 (InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 * __this, int64_t ___count0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::CompleteCloseEntry(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, bool ___testCrc0, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipInputStream::get_CanDecompressEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipInputStream_get_CanDecompressEntry_mED6F260EE511DF085343D39D2F847047AECB3B47 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::set_CryptoTransform(System.Security.Cryptography.ICryptoTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflaterInputBuffer_set_CryptoTransform_m265E43DDD3FFA861235A5C817BA79DC77F71B465 (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::ReadClearTextBuffer(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_ReadClearTextBuffer_mE5653675A77BAC8C283B6BD4EAB6C2B73A88006E (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outBuffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer::SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflaterInputBuffer_SetInflaterInput_m2499712D7982EBC6B3DC1E58423816D1BFEE829C (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * ___inflater0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::BodyRead(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream/ReadDataHandler::Invoke(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDataHandler_Invoke_m33D42FEB4AD9470935B681334FE980553448CE02 (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflaterInputStream_Read_m0C8D9F1B767EE8F928C484BB8F85459AC60F5BA1 (InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_IsFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Inflater_get_IsFinished_mDAAEEAD71D9832EC9650C30071D6F82CFA33901F (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Inflater::get_TotalOut() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t Inflater_get_TotalOut_m597FDC97C605BBFF4996371B68C96D7E9E68E743_inline (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflaterInputStream_Dispose_m5D87AAD98A045A30C5F9038EED211335F2C79D2B (InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::set_TrimPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipNameTransform_set_TrimPrefix_mA9F168A902ED4C95AA248E7A32837DCD2150DDAB (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Char[] System.IO.Path::GetInvalidPathChars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Path_GetInvalidPathChars_m0C84DE22306A8BB60AC6FF5486B9270DA99C6B76 (const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::TransformFile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipNameTransform_TransformFile_m9F8A945CA905D332202F8E8B0C591BC0F15A75C9 (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Core.WindowsPathUtils::DropPathRoot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WindowsPathUtils_DropPathRoot_m16EE649989C739762825CD3A6E9EB2154FFA08F2 (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::MakeValidName(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipNameTransform_MakeValidName_mB2DFB9452E8290C2527EEF26C04E499C2BB25828 (String_t* ___name0, Il2CppChar ___replacement1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m30470EE6951771AE5E897773C8FC233DADBAE301 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Void System.IO.PathTooLongException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m43D8612C5F39D3F8EB07946DADD9B43DB585995F (PathTooLongException_t8DFBC40E5D45388A65B3327CF0D1F677C0F923AA * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF23E4535C275775FFA7397F4B1D5CB015F29E6BE (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * __this, const RuntimeMethod* method) { (( void (*) (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::.ctor(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.Compression.Deflater,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflaterOutputStream__ctor_m7579D8DB30D585821696B68F5898B663A7D656B1 (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseOutputStream0, Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * ___deflater1, int32_t ___bufferSize2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::SetLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Deflater_SetLevel_m4594E494C4861F11F45CFE32D83F28C4C638E3C1 (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::GetLevel() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Deflater_GetLevel_mFAEEC99B8BCEC68D91A3646A5FAE2E75BCE63705_inline (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CloseEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mDA12F5A497E4DF0251A4C0DF3331FB19CF7BEA06_inline (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Boolean ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_CanPatchEntries() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflaterOutputStream_get_CanPatchEntries_m80A770B1307128AE15FE4FE6B080ADE68D4F835E (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, const RuntimeMethod* method); // System.String ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::get_Password() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DeflaterOutputStream_get_Password_m1B3EEA52433F35D4CE9FD586563A294393477CD5_inline (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, const RuntimeMethod* method); // ICSharpCode.SharpZipLib.Zip.CompressionMethod ICSharpCode.SharpZipLib.Zip.ZipEntry::get_CompressionMethodForHeader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntry_get_CompressionMethodForHeader_m4598FDD138D0B26A2EBBF9164B5BF03677176B1E (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::AddExtraDataAES(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipExtraData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_AddExtraDataAES_m65EEA3BC729D9C4607EF2B3F2D5BF0322C7275D3 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * ___extraData1, const RuntimeMethod* method); // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESOverheadSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntry_get_AESOverheadSize_m690D65F8843B44F750F5A938C85D500F27C95BD0 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Deflater::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Deflater_Reset_m48FD905A1F3E8D1ADC734E255457E740FDEF59CC (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteAESHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteAESHeader_m8F3406E7C0CE4963579D413F1E6BFA89C2B3D672 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteEncryptionHeader(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteEncryptionHeader_m8FAD1AA96196CB5701B6C6444DFB9F40855A3D44 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int64_t ___crcValue0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflaterOutputStream_Finish_m5B8AE42BDE072B7F611F99C4E4877D7E68E19E94 (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, const RuntimeMethod* method); // System.Int64 ICSharpCode.SharpZipLib.Zip.Compression.Deflater::get_TotalOut() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t Deflater_get_TotalOut_mE57EC1787DA8C79E7208833B0EBB4338C095BD90_inline (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeLong_mDEF6023556E80E3E9D707058258C4AFBE7CDB963 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m4F086696D2617440F2742507E3C21B374AB96732 (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::InitializePassword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflaterOutputStream_InitializePassword_m002D3EC67468EB3D0D53DC4BA0634FD2C042D4FA (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, String_t* ___password0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::EncryptBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflaterOutputStream_EncryptBlock_mCC6FFFDC205CE4713AB22EC5545B344BF7F3C6F3 (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Byte ICSharpCode.SharpZipLib.Zip.ZipEntry::get_AESEncryptionStrength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ZipEntry_get_AESEncryptionStrength_m8A1A4BF4C4ECE55BF1FA9B7B625C7D43249BCBD0 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddData(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddData_mCA38BFF91925C92EE513926CF97270F5307233DA (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, uint8_t ___data0, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::InitializeAESPassword(ICSharpCode.SharpZipLib.Zip.ZipEntry,System.String,System.Byte[]&,System.Byte[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflaterOutputStream_InitializeAESPassword_mEEF86397AED06BB9DD78351FBC0060AE6F8B36C1 (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, String_t* ___rawPassword1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___salt2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___pwdVerifier3, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflaterOutputStream_Write_m94E5498BFA7C02DF84D1AD8F0E63F176E833D94A (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CopyAndEncrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_CopyAndEncrypt_m630643F7462B06813EC17D3B86D5166C198CAE58 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 List_1_GetEnumerator_m02DB1EB7661BD0EFB968EC6F02C1C483E5F441A8 (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * __this, const RuntimeMethod* method) { return (( Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 (*) (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * Enumerator_get_Current_m991113A22DC2228E469D1D81E03BA7ED0C7B18B8_inline (Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 * __this, const RuntimeMethod* method) { return (( ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * (*) (Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE6B71CAFDFAA39781EF9C2A719B7CF9DB520A94B (Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m2E1D3743F2CFFD51A1225340BD66B80382BF6683 (Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // QFramework.SafeObjectPool`1 QFramework.SafeObjectPool`1::get_Instance() inline SafeObjectPool_1_t9BCB566102940DB3B7D95C037C8CE236D012B7BF * SafeObjectPool_1_get_Instance_mF0B3FDC509F2AC87E62FD81EA9DB66FCA2B54FA5 (const RuntimeMethod* method) { return (( SafeObjectPool_1_t9BCB566102940DB3B7D95C037C8CE236D012B7BF * (*) (const RuntimeMethod*))SafeObjectPool_1_get_Instance_m0014CB9685D77E40F12412166D5FB79B837B5050_gshared)(method); } // System.Void QFramework.Res::set_AssetName(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Res_set_AssetName_m20D851181AB1888AEAACC8676A754FC65D86DB0F_inline (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Void QFramework.Res::set_AssetType(System.Type) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Res_set_AssetType_mB2A98A084BBD288E6F2CB1145B2AC00541F38F0B_inline (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void QFramework.AssetBundleRes::InitAssetBundleName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes_InitAssetBundleName_mD27C2D6D90AB6791358EEAC8A3AAD1EAF7ED7F13 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method); // QFramework.IResDatas QFramework.AssetBundleSettings::get_AssetBundleConfigFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetBundleSettings_get_AssetBundleConfigFile_mB06127BEEB496D24FCF2FA7647F84441F4759F63 (const RuntimeMethod* method); // System.String QFramework.Res::get_AssetName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Res_get_AssetName_m98ADA6ABCB8F57495B3A40A211B07397786DFEEE_inline (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, const RuntimeMethod* method); // System.Boolean QFramework.Res::CheckLoadAble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Res_CheckLoadAble_m2806D65411A6D45E175FD9BC74F71351D2F2378C (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, const RuntimeMethod* method); // System.Void QFramework.Res::set_State(QFramework.ResState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Res_set_State_m1F0898EA578F3D40919A5444B2968437E72DF4B6 (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, int32_t ___value0, const RuntimeMethod* method); // System.String QFramework.AssetBundleSettings::AssetBundleName2Url(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_AssetBundleName2Url_m5370F76C9047CF13AD51CFA33BECEF64609AFEE2 (String_t* ___name0, const RuntimeMethod* method); // UnityEngine.AssetBundle UnityEngine.AssetBundle::LoadFromFile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * AssetBundle_LoadFromFile_m9D7CD085CD2B41301BDDA86BB040A2479B227AF9 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline)(method); } // System.Void QFramework.Log::E(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_E_m29D47134C08FEF644DBB34B35B900FFAFF7689B7 (RuntimeObject * ___msg0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void QFramework.Res::OnResLoadFaild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Res_OnResLoadFaild_m36B8B1C9D1A6316FB452A787BCD49E79DDF18168 (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, const RuntimeMethod* method); // System.Void QFramework.AssetBundleRes::set_AssetBundle(UnityEngine.AssetBundle) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssetBundleRes_set_AssetBundle_m91F3E345D7AF6C332E69D87826F67C993F297F08_inline (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * ___value0, const RuntimeMethod* method); // !0 QFramework.MonoSingleton`1::get_Instance() inline ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * MonoSingleton_1_get_Instance_mCB34C9CA7208CE3EBD7A81F58272290FCBA9B4A4 (const RuntimeMethod* method) { return (( ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * (*) (const RuntimeMethod*))MonoSingleton_1_get_Instance_mB407FA39E53D173A1238306A25AC826593838A77_gshared)(method); } // System.Void QFramework.ResMgr::PushIEnumeratorTask(QFramework.IEnumeratorTask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResMgr_PushIEnumeratorTask_m1B02D1E8C6B7A571C952CFE4BC8BED7444B5FB8B (ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * __this, RuntimeObject* ___task0, const RuntimeMethod* method); // System.Void QFramework.AssetBundleRes/d__10::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoLoadAsyncU3Ed__10__ctor_mD404176780FA3D5DB0540CD2531018076DD1B292 (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // UnityEngine.AssetBundle QFramework.AssetBundleRes::get_AssetBundle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method); // System.Void QFramework.Res::OnRecycled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Res_OnRecycled_m39942EFAAF573530B2B51C754615E6DBA5BF49AA (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, const RuntimeMethod* method); // System.Single UnityEngine.AsyncOperation::get_progress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AsyncOperation_get_progress_m27F7D885AF1A989B993199181DE70D7B0F1E3984 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method); // System.Void UnityEngine.AssetBundle::Unload(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundle_Unload_m5B7DE41516A059545F8C493EC459EA0A9166EBB3 (AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * __this, bool ___unloadAllLoadedObjects0, const RuntimeMethod* method); // System.String QFramework.Res::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_ToString_mE4D99EDA58EC9DAD5570DA0AA1896BF61F4EB675 (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, const RuntimeMethod* method); // System.Void QFramework.Res::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Res__ctor_m0D2531ADFEDD79398B2ADB0548FD66201471EBD5 (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, const RuntimeMethod* method); // System.Int32 QFramework.SimpleRC::get_RefCount() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SimpleRC_get_RefCount_mD6BCEE7E0C64229F0DB5BD027E9ACF60827FF456_inline (SimpleRC_tCB261932C49CFE72CED5E564077CA06DF18C0A77 * __this, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method); // UnityEngine.AssetBundleCreateRequest UnityEngine.AssetBundle::LoadFromFileAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * AssetBundle_LoadFromFileAsync_m9B68068A09AD5E39904C23E69F03B53D24024C75 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean UnityEngine.AsyncOperation::get_isDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method); // UnityEngine.AssetBundle UnityEngine.AssetBundleCreateRequest::get_assetBundle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * AssetBundleCreateRequest_get_assetBundle_mFBACEFA632A41C43D4394F6770059DDE0E35BA11 (AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * __this, const RuntimeMethod* method); // System.Type QFramework.ResSearchKeys::get_AssetType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * ResSearchKeys_get_AssetType_m79422380E900A823FC71FF9A88CD95B7AC36AF8C_inline (ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.String QFramework.ResSearchKeys::get_AssetName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ResSearchKeys_get_AssetName_mF07808496E71FFD080ADD09FC0D5F6BE485DF235_inline (ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * __this, const RuntimeMethod* method); // QFramework.AssetBundleRes QFramework.AssetBundleRes::Allocate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * AssetBundleRes_Allocate_m9428779D7C174F1BE62E309FAC2DB1F122B4E91D (String_t* ___name0, const RuntimeMethod* method); // QFramework.SafeObjectPool`1 QFramework.SafeObjectPool`1::get_Instance() inline SafeObjectPool_1_tC29347A3C83BF6ABBC8D54E9C8C361C0AECDDC93 * SafeObjectPool_1_get_Instance_m3EA17B04586FEB5458DE0BAB9B4C8B8323173C24 (const RuntimeMethod* method) { return (( SafeObjectPool_1_tC29347A3C83BF6ABBC8D54E9C8C361C0AECDDC93 * (*) (const RuntimeMethod*))SafeObjectPool_1_get_Instance_m0014CB9685D77E40F12412166D5FB79B837B5050_gshared)(method); } // System.Void QFramework.AssetRes::InitAssetBundleName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetRes_InitAssetBundleName_m6897BA88174A8E5F7E605990CA4BF28FB6B0493F (AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262 * __this, const RuntimeMethod* method); // System.Void QFramework.AssetRes::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetRes__ctor_mD48A0529E43AF442DB440BD51C904EACFB749CA4 (AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262 * __this, String_t* ___assetName0, const RuntimeMethod* method); // System.Void QFramework.AssetRes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetRes__ctor_m88B11F0700CB159E42D1D3D13F2027CB8D2E8CD6 (AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262 * __this, const RuntimeMethod* method); // System.String QFramework.AssetRes::get_AssetBundleName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetRes_get_AssetBundleName_mE0EDDBE6334932D8A9D8D8729121C43FCCDFE8B4 (AssetRes_t75DC3B12AE4825C3ED3E93BD1C88A5887CD89262 * __this, const RuntimeMethod* method); // QFramework.ResSearchKeys QFramework.ResSearchKeys::Allocate(System.String,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ResSearchKeys_Allocate_mB6BB83D6D702E8990B90E211A56168C6F2B05E7C (String_t* ___assetName0, String_t* ___ownerBundleName1, Type_t * ___assetType2, const RuntimeMethod* method); // T QFramework.ResMgr::GetRes(QFramework.ResSearchKeys) inline AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * ResMgr_GetRes_TisAssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F_m50F22FEC7684DCBA0C4F7C70179D989D619C1902 (ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys0, const RuntimeMethod* method) { return (( AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * (*) (ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 *, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 *, const RuntimeMethod*))ResMgr_GetRes_TisRuntimeObject_m8851C9CAB7DE3EC29791DB2A0B9216EA346F5E0C_gshared)(__this, ___resSearchKeys0, method); } // System.Void QFramework.ResSearchKeys::Recycle2Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResSearchKeys_Recycle2Cache_m3995EE7AD7E73050029EC862D143191F881A853F (ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * __this, const RuntimeMethod* method); // System.Int16 QFramework.AssetData::get_AssetType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int16_t AssetData_get_AssetType_mBB5B24DD1E97CCA74591A9F2B2CD1589E805ED0E_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method); // QFramework.AssetBundleSceneRes QFramework.AssetBundleSceneRes::Allocate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * AssetBundleSceneRes_Allocate_m3F8FB9FC977FB493AFB7694249BB930811B9D119 (String_t* ___name0, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline RuntimeObject* Func_1_Invoke_mCE1003814F26D1D0C67D706DC0667CCDC5984500 (Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 *, const RuntimeMethod*))Func_1_Invoke_m9630600880F245A4E8F6EC7F5F20116E64E7A159_gshared)(__this, method); } // System.Int32 UnityEngine.PlayerPrefs::GetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayerPrefs_GetInt_m1CBBA4989F15BA668EE24950D3C6B56E2ED20BD6 (String_t* ___key0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_mBF4101DF829B4738CCC293E1C2D173AEE45EFE62 (String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.String QFramework.FilePath::get_StreamingAssetsPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FilePath_get_StreamingAssetsPath_m2DF31D6B1874796610DDF40778E3FC0168AFA6A8 (const RuntimeMethod* method); // System.String QFramework.AssetBundleSettings::GetPlatformName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5 (const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.String QFramework.FilePath::get_PersistentDataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FilePath_get_PersistentDataPath_m28B1616C2DE88EEF1752B77D5C4D9AD4EBA660E0 (const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672 (const RuntimeMethod* method); // System.String QFramework.AssetBundleSettings::GetPlatformForAssetBundles(UnityEngine.RuntimePlatform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_GetPlatformForAssetBundles_m582BE2A6EF3065F3CB5B551E75C5C34282706CAC (int32_t ___platform0, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mB15789C7EFCEF55A22C4130BF89D2A53A9BBBB1E (Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared)(__this, ___object0, ___method1, method); } // System.Void QFramework.AssetBundleSettings/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m660D61ED833F9B43BAAB5F50C2BF5BE1D16CE93F (U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * __this, const RuntimeMethod* method); // System.Void QFramework.ResDatas::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResDatas__ctor_m4FBA683C5E8A649044DCAC4B0BFF806FCC4E2DF8 (ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258 * __this, const RuntimeMethod* method); // System.String QFramework.AssetData::get_OwnerBundleName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssetData_get_OwnerBundleName_mE41D103C8E30F3A3DF657B659818CAD00D03334E_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method); // System.String QFramework.AssetData::get_AssetName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 * Dictionary_2_get_Values_mD802CDB475F1EAAB90669EC2A6CADAAD62D71D4F (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, const RuntimeMethod* method) { return (( ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 * (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method); } // System.String QFramework.AssetDataGroup/SerializeData::get_key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializeData_get_key_m34F09CF3486536FD6737D6288A76F44130D597F6_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method); // System.Void QFramework.AssetDataGroup::SetSerializeData(QFramework.AssetDataGroup/SerializeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataGroup_SetSerializeData_mB7B1DB26B02017F33D247BA40F3D6597D3FDAD37 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * ___data0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mF0A59C8F73748BD5DB77F2111BFB0AF38AD298C4 (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m0FAF95F39B15CACEE50071956B8386AE2D80C127 (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, const RuntimeMethod*))Dictionary_2_Clear_m74771F9C8FCF4ECD25890A0025FDD9A874418CF4_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m29543237AED48043C836E872AAF28B60237DEF79 (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // QFramework.AssetData QFramework.AssetDataGroup::GetAssetData(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchRule0, const RuntimeMethod* method); // System.Int32 QFramework.AssetData::get_AssetBundleIndex() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method); // System.Void QFramework.AssetDataGroup/ABUnit::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABUnit__ctor_mEB9BC79A86B1B360A12E3E0F1AF81CB07F7F83E7 (ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * __this, String_t* ___name0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___depends1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m650935F91674B507DC29B1814AFB2481DA38DE99 (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * __this, ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *, ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m907944A373DE67EE9D8B0FC6A80216A27D333C84_inline (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Void QFramework.AssetData::.ctor(System.String,System.Int16,System.Int32,System.String,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData__ctor_m2B488EE32239B4A18CFCDCEE169DD74B499A9399 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, String_t* ___assetName0, int16_t ___assetType1, int32_t ___abIndex2, String_t* ___ownerBundleName3, int16_t ___assetObjectTypeCode4, const RuntimeMethod* method); // System.Boolean QFramework.AssetDataGroup::AddAssetData(QFramework.AssetData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetDataGroup_AddAssetData_mEFDA6C82D04B187A57B49376E201505A007E0D55 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___data0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2 (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_inline (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * (*) (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // QFramework.AssetDataGroup/ABUnit QFramework.AssetDataGroup::GetABUnit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * AssetDataGroup_GetABUnit_m90242CB20B79DEBCA34D29D8C6789DAA2A60B603 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, String_t* ___assetName0, const RuntimeMethod* method); // System.String QFramework.ResSearchKeys::get_OwnerBundle() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ResSearchKeys_get_OwnerBundle_m17D90934A4B1A4923D5BB2FD37ACD69A938AF8C4_inline (ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m9D4C2CB732E7C4D2DBFDC9D696BB10D6018D59B5 (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, String_t* ___key0, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, String_t*, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363 (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method); } // System.Void QFramework.Log::W(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_W_mFA8D1AE93732E3142EE576A184615FE0C95BAB7A (String_t* ___msg0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m3F1535C94F94DEF2B86A06419BCAFED9AE48A31C (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, String_t* ___key0, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, String_t*, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method); } // System.String QFramework.AssetData::get_UUID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetData_get_UUID_m1299226C3FFA983C3AA595C68CD3B7FB471B4DB7 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method); // System.Void QFramework.AssetDataGroup/SerializeData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializeData__ctor_mEF757DC10C7E0EB4E4FE46358EBFC424AAD62118 (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method); // System.Void QFramework.AssetDataGroup/SerializeData::set_key(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SerializeData_set_key_m44F13F95CE1A25AAA13DA67D53C9F9AF61DC2EEB_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, String_t* ___value0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() inline ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* List_1_ToArray_m676DBD52C6709D3D5AB29CAAB6224EDD80024B23 (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * __this, const RuntimeMethod* method) { return (( ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* (*) (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method); } // System.Void QFramework.AssetDataGroup/SerializeData::set_abUnitArray(QFramework.AssetDataGroup/ABUnit[]) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SerializeData_set_abUnitArray_m8A2A708B7E739B3BE84B502481641708D9F6DE25_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m7AC1AFB3E3520F5D36268A3C39F952D3FCFF5F01 (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 Dictionary_2_GetEnumerator_mF45F7E05A756D7AAFED59B58DC194A87B716C187 (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * __this, const RuntimeMethod* method) { return (( Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 (*) (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 Enumerator_get_Current_mFE8229298BB595E2584C7AF1347FAFF8AB4D9832_inline (Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 (*) (Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * KeyValuePair_2_get_Value_m79054D17867F1ED9A4DBB53AEE25C5035288BFEF_inline (KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 * __this, const RuntimeMethod* method) { return (( AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * (*) (KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mB8E936706B5216BD2BF662094272468F6D4CB585 (Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_mA815E34276538E99BCDA950B67B1F7D85CBBE25C (Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method); } // System.Void QFramework.AssetDataGroup/SerializeData::set_assetDataArray(QFramework.AssetData[]) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SerializeData_set_assetDataArray_m07D8626BA3D9C20611B5C9539486BA8D186CCD3B_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* ___value0, const RuntimeMethod* method); // QFramework.AssetDataGroup/ABUnit[] QFramework.AssetDataGroup/SerializeData::get_abUnitArray() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* SerializeData_get_abUnitArray_m31FAE315FB286180FB9D8228B25A026042912E2D_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m6B90B57D5E733767DFD28E83B2DFBDF920F3A975 (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, method); } // QFramework.AssetData[] QFramework.AssetDataGroup/SerializeData::get_assetDataArray() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* SerializeData_get_assetDataArray_m8E83C02FAC17ED13F2A2E3F2572C37D3AA5AACE6_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void QFramework.AssetDataTable/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m9A9325C4825B6B8D22FE81E0A0A0F5254FC158F8 (U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 QFramework.TableIndex`2::Get(!0) inline RuntimeObject* TableIndex_2_Get_m331D0F4B6DAD98B9B7ACE236AD57BBE98B5CE9F9 (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * __this, String_t* ___key0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *, String_t*, const RuntimeMethod*))TableIndex_2_Get_mB161A927E9AAD69D5A85CE8D4B8195E27832251A_gshared)(__this, ___key0, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mF810E6DFB2EF4FEC3B898A61E9DA49619F86D4C3 (Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m02A71A4C4C9AED546F580848BB98FCA1BC93D775 (RuntimeObject* ___source0, Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_gshared)(___source0, ___predicate1, method); } // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void QFramework.AssetDataTable/<>c__DisplayClass1_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_1__ctor_m157D3845888B525BC0E2DB794FA365E3F3B4424C (U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 * __this, const RuntimeMethod* method); // System.Int16 QFramework.ObjectAssetTypeCode::ToCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ObjectAssetTypeCode_ToCode_m1889E32BC0C156C756AD75E4453A08F06EF4FF10 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1) inline bool Enumerable_Any_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m0FB87A79314020F3749D93869897DEBAFFF33407 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( bool (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_m4855AE1389C1E454FF70D74FD49D3C642E0DF458_gshared)(___source0, method); } // !!0 System.Linq.Enumerable::FirstOrDefault(System.Collections.Generic.IEnumerable`1) inline AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * Enumerable_FirstOrDefault_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m1D553A865F0253AA9DDAC03542C5DACE9B34C955 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_m73C290D7C1DD834B7A25096EA885D9CC800523A8_gshared)(___source0, method); } // System.Void QFramework.TableIndex`2::Add(!1) inline void TableIndex_2_Add_m819E8F4BD402E20C16E3C693E356D4EB0DC50978 (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * __this, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___dataItem0, const RuntimeMethod* method) { (( void (*) (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *, const RuntimeMethod*))TableIndex_2_Add_m41142B6CF19A0E927F95C46F9928416EECB12CC1_gshared)(__this, ___dataItem0, method); } // System.Void QFramework.TableIndex`2::Remove(!1) inline void TableIndex_2_Remove_m3C236967202B4E0FCDADAC9E634CB3DF48015D28 (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * __this, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___dataItem0, const RuntimeMethod* method) { (( void (*) (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *, const RuntimeMethod*))TableIndex_2_Remove_m55FECDC968EFAB2D7BA7B0FE3C65959C0B996487_gshared)(__this, ___dataItem0, method); } // System.Void QFramework.TableIndex`2::Clear() inline void TableIndex_2_Clear_m2DB52FA6C5314FBBB7D72CF1BDEF3FE8960FEB18 (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * __this, const RuntimeMethod* method) { (( void (*) (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *, const RuntimeMethod*))TableIndex_2_Clear_m8822A3EE4D5379753EEB362E1CA786DEED16B20E_gshared)(__this, method); } // System.Collections.Generic.IDictionary`2> QFramework.TableIndex`2::get_Dictionary() inline RuntimeObject* TableIndex_2_get_Dictionary_m6A95D3E6BDD80DCCF34F00CA3174F3E2DDFD8E29_inline (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *, const RuntimeMethod*))TableIndex_2_get_Dictionary_mB0253DD26E5B660C3EEBAE553C749B6E536DDAD4_gshared_inline)(__this, method); } // System.Void System.Func`2>,System.Collections.Generic.IEnumerable`1>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m1783D569B73E6E6FA132EF2BB5EB3B863C08C795 (Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m67F892E0009FA0A9BD0839B166EEB61DE8866F69_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany>,QFramework.AssetData>(System.Collections.Generic.IEnumerable`1,System.Func`2>) inline RuntimeObject* Enumerable_SelectMany_TisKeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m631FDFECF7EAF45A2EB5B29C17E7D8FF2EFF8775 (RuntimeObject* ___source0, Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A *, const RuntimeMethod*))Enumerable_SelectMany_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_TisRuntimeObject_m299CADBDDC9297B3E3A4211702AB5BAC958B0553_gshared)(___source0, ___selector1, method); } // System.Void QFramework.TableIndex`2::Dispose() inline void TableIndex_2_Dispose_m7816E9F5E77F3E4E5577CD4DD6ACF17AF1FE5ED5 (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * __this, const RuntimeMethod* method) { (( void (*) (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *, const RuntimeMethod*))TableIndex_2_Dispose_m827BF372D361382678CC8F733533B4028FCE2789_gshared)(__this, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m81B1ABD207A2522AA33961083D538B0605538E84 (Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared)(__this, ___object0, ___method1, method); } // System.Void QFramework.TableIndex`2::.ctor(System.Func`2) inline void TableIndex_2__ctor_m5A23223F11D121B6B8C176509ADEB2D525557197 (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * __this, Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * ___keyGetter0, const RuntimeMethod* method) { (( void (*) (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *, Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 *, const RuntimeMethod*))TableIndex_2__ctor_m6C06E3A8CB42ACC7C62ABEC50A7C0048E5470BD2_gshared)(__this, ___keyGetter0, method); } // System.Void QFramework.Table`1::.ctor() inline void Table_1__ctor_mF1981ED8F08E52F7309569696DACCCFE7943215C (Table_1_t9F71482993E4A77157622AA5EDB4CC5F954C69CE * __this, const RuntimeMethod* method) { (( void (*) (Table_1_t9F71482993E4A77157622AA5EDB4CC5F954C69CE *, const RuntimeMethod*))Table_1__ctor_mDD47AB64DABF02E43F7AE94DF47B242CEE0A6ED3_gshared)(__this, method); } // System.Void QFramework.AssetDataTable/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2A58520A5C309B904E4903A57443D4B642783493 (U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() inline List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 * KeyValuePair_2_get_Value_m56751D62C3B8A094CC986F7EE16A511EE3FF745B_inline (KeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69 * __this, const RuntimeMethod* method) { return (( List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 * (*) (KeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method); } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method); #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 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // DateTime fixedDateTime_ = DateTime.Now; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); __this->set_fixedDateTime__1(L_0); // int getAttributes_ = -1; __this->set_getAttributes__4((-1)); // public ZipEntryFactory() Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // nameTransform_ = new ZipNameTransform(); ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * L_1 = (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 *)il2cpp_codegen_object_new(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); ZipNameTransform__ctor_m2527EB4C37238872537C58AFA8FCD56E72F509A5(L_1, /*hidden argument*/NULL); __this->set_nameTransform__0(L_1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntryFactory_TimeSetting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory__ctor_mC43CB5F92EFD48BF2D20CA1B5380E17BEA2A840B (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, int32_t ___timeSetting0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory__ctor_mC43CB5F92EFD48BF2D20CA1B5380E17BEA2A840B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // DateTime fixedDateTime_ = DateTime.Now; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); __this->set_fixedDateTime__1(L_0); // int getAttributes_ = -1; __this->set_getAttributes__4((-1)); // public ZipEntryFactory(TimeSetting timeSetting) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // timeSetting_ = timeSetting; int32_t L_1 = ___timeSetting0; __this->set_timeSetting__2(L_1); // nameTransform_ = new ZipNameTransform(); ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * L_2 = (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 *)il2cpp_codegen_object_new(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); ZipNameTransform__ctor_m2527EB4C37238872537C58AFA8FCD56E72F509A5(L_2, /*hidden argument*/NULL); __this->set_nameTransform__0(L_2); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory__ctor_m4E26C5762AC00470F1DC07EA56B0892B59AEB7D5 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory__ctor_m4E26C5762AC00470F1DC07EA56B0892B59AEB7D5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // DateTime fixedDateTime_ = DateTime.Now; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); __this->set_fixedDateTime__1(L_0); // int getAttributes_ = -1; __this->set_getAttributes__4((-1)); // public ZipEntryFactory(DateTime time) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // timeSetting_ = TimeSetting.Fixed; __this->set_timeSetting__2(6); // FixedDateTime = time; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___time0; ZipEntryFactory_set_FixedDateTime_m18041CA849ED1BB44FAF9B27DB1265637E996F41(__this, L_1, /*hidden argument*/NULL); // nameTransform_ = new ZipNameTransform(); ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * L_2 = (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 *)il2cpp_codegen_object_new(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); ZipNameTransform__ctor_m2527EB4C37238872537C58AFA8FCD56E72F509A5(L_2, /*hidden argument*/NULL); __this->set_nameTransform__0(L_2); // } return; } } // ICSharpCode.SharpZipLib.Core.INameTransform ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::get_NameTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ZipEntryFactory_get_NameTransform_m0504AB336CE731AB043CC197CD66D84A58F35D50 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method) { { // get { return nameTransform_; } RuntimeObject* L_0 = __this->get_nameTransform__0(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_NameTransform(ICSharpCode.SharpZipLib.Core.INameTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory_set_NameTransform_m408A09F7243094925461D2C5F106D55E3BC1C918 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory_set_NameTransform_m408A09F7243094925461D2C5F106D55E3BC1C918_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (value == null) { RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_000f; } } { // nameTransform_ = new ZipNameTransform(); ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * L_1 = (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 *)il2cpp_codegen_object_new(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); ZipNameTransform__ctor_m2527EB4C37238872537C58AFA8FCD56E72F509A5(L_1, /*hidden argument*/NULL); __this->set_nameTransform__0(L_1); // } else { return; } IL_000f: { // nameTransform_ = value; RuntimeObject* L_2 = ___value0; __this->set_nameTransform__0(L_2); // } return; } } // ICSharpCode.SharpZipLib.Zip.ZipEntryFactory_TimeSetting ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::get_Setting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntryFactory_get_Setting_m39D5358AB9BBF9A03522DA6820E7580999CC810F (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method) { { // get { return timeSetting_; } int32_t L_0 = __this->get_timeSetting__2(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_Setting(ICSharpCode.SharpZipLib.Zip.ZipEntryFactory_TimeSetting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory_set_Setting_m7B5D9DE4CFBFAA7046B41B5BEC6BC7CD46A9D74E (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { timeSetting_ = value; } int32_t L_0 = ___value0; __this->set_timeSetting__2(L_0); // set { timeSetting_ = value; } return; } } // System.DateTime ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::get_FixedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ZipEntryFactory_get_FixedDateTime_m4FFDD804DB56AB6F31291EB59BA0FFFA9EF77A0C (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method) { { // get { return fixedDateTime_; } DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_fixedDateTime__1(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_FixedDateTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory_set_FixedDateTime_m18041CA849ED1BB44FAF9B27DB1265637E996F41 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory_set_FixedDateTime_m18041CA849ED1BB44FAF9B27DB1265637E996F41_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (value.Year < 1970) { int32_t L_0 = DateTime_get_Year_m019BED6042282D03E51CE82F590D2A9FE5EA859E((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)((int32_t)1970)))) { goto IL_001e; } } { // throw new ArgumentException("Value is too old to be valid", "nameof(value)"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_1, _stringLiteralA59F7DF7FA32182E1A6CC4F63A83C5719E633261, _stringLiteral14CF46EB7F4542C3AEEEB4FCD0BAE5336CF25C74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipEntryFactory_set_FixedDateTime_m18041CA849ED1BB44FAF9B27DB1265637E996F41_RuntimeMethod_var); } IL_001e: { // fixedDateTime_ = value; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ___value0; __this->set_fixedDateTime__1(L_2); // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::get_GetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntryFactory_get_GetAttributes_mB77BB032D554A0F718A66DF85604F061B58A37EC (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method) { { // get { return getAttributes_; } int32_t L_0 = __this->get_getAttributes__4(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_GetAttributes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory_set_GetAttributes_mCA887F6349DB0B561CFE7B00E77B8FBC6EEA4F89 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { getAttributes_ = value; } int32_t L_0 = ___value0; __this->set_getAttributes__4(L_0); // set { getAttributes_ = value; } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::get_SetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipEntryFactory_get_SetAttributes_m53BED9B8EFC35890603B036494D1CF751B9F9FED (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method) { { // get { return setAttributes_; } int32_t L_0 = __this->get_setAttributes__5(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_SetAttributes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory_set_SetAttributes_mC5DDFDC69EC28D3EB06A1FB002CED4BBB4622809 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { setAttributes_ = value; } int32_t L_0 = ___value0; __this->set_setAttributes__5(L_0); // set { setAttributes_ = value; } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::get_IsUnicodeText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntryFactory_get_IsUnicodeText_mF57F43CEA24C105E52A69DA349B6C2134E86DCD4 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, const RuntimeMethod* method) { { // get { return isUnicodeText_; } bool L_0 = __this->get_isUnicodeText__3(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::set_IsUnicodeText(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryFactory_set_IsUnicodeText_m2B6730F178B0B3AA250D1899AB542F6A4522C01D (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, bool ___value0, const RuntimeMethod* method) { { // set { isUnicodeText_ = value; } bool L_0 = ___value0; __this->set_isUnicodeText__3(L_0); // set { isUnicodeText_ = value; } return; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeFileEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipEntryFactory_MakeFileEntry_mE6612C8C81AE17A555484E4D1222A2A13C7450BD (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, String_t* ___fileName0, const RuntimeMethod* method) { { // return MakeFileEntry(fileName, null, true); String_t* L_0 = ___fileName0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0(__this, L_0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); return L_1; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeFileEntry(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipEntryFactory_MakeFileEntry_m3C77F7CF19801D1EDEB097AA22F4BED1BCA946F1 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, String_t* ___fileName0, bool ___useFileSystem1, const RuntimeMethod* method) { { // return MakeFileEntry(fileName, null, useFileSystem); String_t* L_0 = ___fileName0; bool L_1 = ___useFileSystem1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0(__this, L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeFileEntry(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, String_t* ___fileName0, String_t* ___entryName1, bool ___useFileSystem2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * V_3 = NULL; int32_t V_4 = 0; RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; String_t* G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; { // var result = new ZipEntry(nameTransform_.TransformFile(!string.IsNullOrEmpty(entryName) ? entryName : fileName)); RuntimeObject* L_0 = __this->get_nameTransform__0(); String_t* L_1 = ___entryName1; bool L_2 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_1, /*hidden argument*/NULL); G_B1_0 = L_0; if (!L_2) { G_B2_0 = L_0; goto IL_0011; } } { String_t* L_3 = ___fileName0; G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0012; } IL_0011: { String_t* L_4 = ___entryName1; G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); String_t* L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String ICSharpCode.SharpZipLib.Core.INameTransform::TransformFile(System.String) */, INameTransform_t0C6448C79E24C5D223F1C43E9AA22EEB12FA07C4_il2cpp_TypeInfo_var, G_B3_1, G_B3_0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)il2cpp_codegen_object_new(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var); ZipEntry__ctor_m937CE876E718D9A524ABD76B69D0BCE4017D5086(L_6, L_5, /*hidden argument*/NULL); V_0 = L_6; // result.IsUnicodeText = isUnicodeText_; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = V_0; bool L_8 = __this->get_isUnicodeText__3(); NullCheck(L_7); ZipEntry_set_IsUnicodeText_m8BEC16B509F3E73C515325B90EFD910755099EF2(L_7, L_8, /*hidden argument*/NULL); // int externalAttributes = 0; V_1 = 0; // bool useAttributes = (setAttributes_ != 0); int32_t L_9 = __this->get_setAttributes__5(); V_2 = (bool)((!(((uint32_t)L_9) <= ((uint32_t)0)))? 1 : 0); // FileInfo fi = null; V_3 = (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C *)NULL; // if (useFileSystem) { bool L_10 = ___useFileSystem2; if (!L_10) { goto IL_0041; } } { // fi = new FileInfo(fileName); String_t* L_11 = ___fileName0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_12 = (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C *)il2cpp_codegen_object_new(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var); FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8(L_12, L_11, /*hidden argument*/NULL); V_3 = L_12; } IL_0041: { // if ((fi != null) && fi.Exists) { FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_13 = V_3; if (!L_13) { goto IL_010a; } } { FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_14 = V_3; NullCheck(L_14); bool L_15 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileSystemInfo::get_Exists() */, L_14); if (!L_15) { goto IL_010a; } } { // switch (timeSetting_) { int32_t L_16 = __this->get_timeSetting__2(); V_4 = L_16; int32_t L_17 = V_4; switch (L_17) { case 0: { goto IL_00b7; } case 1: { goto IL_00c5; } case 2: { goto IL_007f; } case 3: { goto IL_008d; } case 4: { goto IL_009b; } case 5: { goto IL_00a9; } case 6: { goto IL_00d3; } } } { goto IL_00e1; } IL_007f: { // result.DateTime = fi.CreationTime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_18 = V_0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_19 = V_3; NullCheck(L_19); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = FileSystemInfo_get_CreationTime_mAB0EF469EA22A334F949E6EE693DB05FC99B2CC6(L_19, /*hidden argument*/NULL); NullCheck(L_18); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_18, L_20, /*hidden argument*/NULL); // break; goto IL_00ec; } IL_008d: { // result.DateTime = fi.CreationTimeUtc; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_21 = V_0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_22 = V_3; NullCheck(L_22); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_23 = FileSystemInfo_get_CreationTimeUtc_mD49AFECC831CCCB827BFB205FD7E99595638C85C(L_22, /*hidden argument*/NULL); NullCheck(L_21); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_21, L_23, /*hidden argument*/NULL); // break; goto IL_00ec; } IL_009b: { // result.DateTime = fi.LastAccessTime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_24 = V_0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_25 = V_3; NullCheck(L_25); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = FileSystemInfo_get_LastAccessTime_m528BAE50B0572377D903FFF82F84B487CC8E84AC(L_25, /*hidden argument*/NULL); NullCheck(L_24); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_24, L_26, /*hidden argument*/NULL); // break; goto IL_00ec; } IL_00a9: { // result.DateTime = fi.LastAccessTimeUtc; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_27 = V_0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_28 = V_3; NullCheck(L_28); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = FileSystemInfo_get_LastAccessTimeUtc_mEA7A7EB0AC70FB28635EB4C020E3CE169CFB05C1(L_28, /*hidden argument*/NULL); NullCheck(L_27); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_27, L_29, /*hidden argument*/NULL); // break; goto IL_00ec; } IL_00b7: { // result.DateTime = fi.LastWriteTime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_30 = V_0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_31 = V_3; NullCheck(L_31); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32 = FileSystemInfo_get_LastWriteTime_m161D3C49D0FC6D0C267DD12C956A21FF15B6E0CB(L_31, /*hidden argument*/NULL); NullCheck(L_30); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_30, L_32, /*hidden argument*/NULL); // break; goto IL_00ec; } IL_00c5: { // result.DateTime = fi.LastWriteTimeUtc; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_33 = V_0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_34 = V_3; NullCheck(L_34); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_35 = FileSystemInfo_get_LastWriteTimeUtc_m3E42E6E6B30A5E9CB0A5385DCB2F0C162508F159(L_34, /*hidden argument*/NULL); NullCheck(L_33); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_33, L_35, /*hidden argument*/NULL); // break; goto IL_00ec; } IL_00d3: { // result.DateTime = fixedDateTime_; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_36 = V_0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_37 = __this->get_fixedDateTime__1(); NullCheck(L_36); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_36, L_37, /*hidden argument*/NULL); // break; goto IL_00ec; } IL_00e1: { // throw new ZipException("Unhandled time setting in MakeFileEntry"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_38 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_38, _stringLiteralB8CDA316B90000BA2FDC7BB26D4F13A2B6BB01C4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ZipEntryFactory_MakeFileEntry_m15442254C22F75B4955CE23192685E8878474BE0_RuntimeMethod_var); } IL_00ec: { // result.Size = fi.Length; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_39 = V_0; FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_40 = V_3; NullCheck(L_40); int64_t L_41 = FileInfo_get_Length_mCF9523258C44DB5D9D1BDC4A4333BD4EC7CAF847(L_40, /*hidden argument*/NULL); NullCheck(L_39); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_39, L_41, /*hidden argument*/NULL); // useAttributes = true; V_2 = (bool)1; // externalAttributes = ((int)fi.Attributes & getAttributes_); FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_42 = V_3; NullCheck(L_42); int32_t L_43 = FileSystemInfo_get_Attributes_m8AF36160958F9F46AC2764F95C4EDF7261C00A06(L_42, /*hidden argument*/NULL); int32_t L_44 = __this->get_getAttributes__4(); V_1 = ((int32_t)((int32_t)L_43&(int32_t)L_44)); // } else { goto IL_011f; } IL_010a: { // if (timeSetting_ == TimeSetting.Fixed) { int32_t L_45 = __this->get_timeSetting__2(); if ((!(((uint32_t)L_45) == ((uint32_t)6)))) { goto IL_011f; } } { // result.DateTime = fixedDateTime_; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_46 = V_0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_47 = __this->get_fixedDateTime__1(); NullCheck(L_46); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_46, L_47, /*hidden argument*/NULL); } IL_011f: { // if (useAttributes) { bool L_48 = V_2; if (!L_48) { goto IL_0132; } } { // externalAttributes |= setAttributes_; int32_t L_49 = V_1; int32_t L_50 = __this->get_setAttributes__5(); V_1 = ((int32_t)((int32_t)L_49|(int32_t)L_50)); // result.ExternalFileAttributes = externalAttributes; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_51 = V_0; int32_t L_52 = V_1; NullCheck(L_51); ZipEntry_set_ExternalFileAttributes_m96396518022B2CE5C299D1332F40CE9B63D3C23B(L_51, L_52, /*hidden argument*/NULL); } IL_0132: { // return result; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_53 = V_0; return L_53; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeDirectoryEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipEntryFactory_MakeDirectoryEntry_mC11ACBD53EE50DE231A34B2CF242AAF9E3C3777C (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, String_t* ___directoryName0, const RuntimeMethod* method) { { // return MakeDirectoryEntry(directoryName, true); String_t* L_0 = ___directoryName0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipEntryFactory_MakeDirectoryEntry_mB00FCAB56761FA632E0971B56E06805CF3CAAF63(__this, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipEntryFactory::MakeDirectoryEntry(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipEntryFactory_MakeDirectoryEntry_mB00FCAB56761FA632E0971B56E06805CF3CAAF63 (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * __this, String_t* ___directoryName0, bool ___useFileSystem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipEntryFactory_MakeDirectoryEntry_mB00FCAB56761FA632E0971B56E06805CF3CAAF63_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; int32_t V_1 = 0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * V_2 = NULL; int32_t V_3 = 0; { // var result = new ZipEntry(nameTransform_.TransformDirectory(directoryName)); RuntimeObject* L_0 = __this->get_nameTransform__0(); String_t* L_1 = ___directoryName0; NullCheck(L_0); String_t* L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String ICSharpCode.SharpZipLib.Core.INameTransform::TransformDirectory(System.String) */, INameTransform_t0C6448C79E24C5D223F1C43E9AA22EEB12FA07C4_il2cpp_TypeInfo_var, L_0, L_1); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)il2cpp_codegen_object_new(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var); ZipEntry__ctor_m937CE876E718D9A524ABD76B69D0BCE4017D5086(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; // result.IsUnicodeText = isUnicodeText_; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = V_0; bool L_5 = __this->get_isUnicodeText__3(); NullCheck(L_4); ZipEntry_set_IsUnicodeText_m8BEC16B509F3E73C515325B90EFD910755099EF2(L_4, L_5, /*hidden argument*/NULL); // result.Size = 0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = V_0; NullCheck(L_6); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); // int externalAttributes = 0; V_1 = 0; // DirectoryInfo di = null; V_2 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)NULL; // if (useFileSystem) { bool L_7 = ___useFileSystem1; if (!L_7) { goto IL_0034; } } { // di = new DirectoryInfo(directoryName); String_t* L_8 = ___directoryName0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_9 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var); DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6(L_9, L_8, /*hidden argument*/NULL); V_2 = L_9; } IL_0034: { // if ((di != null) && di.Exists) { DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_10 = V_2; if (!L_10) { goto IL_00ed; } } { DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_11 = V_2; NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileSystemInfo::get_Exists() */, L_11); if (!L_12) { goto IL_00ed; } } { // switch (timeSetting_) { int32_t L_13 = __this->get_timeSetting__2(); V_3 = L_13; int32_t L_14 = V_3; switch (L_14) { case 0: { goto IL_00a8; } case 1: { goto IL_00b6; } case 2: { goto IL_0070; } case 3: { goto IL_007e; } case 4: { goto IL_008c; } case 5: { goto IL_009a; } case 6: { goto IL_00c4; } } } { goto IL_00d2; } IL_0070: { // result.DateTime = di.CreationTime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = V_0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_16 = V_2; NullCheck(L_16); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_17 = FileSystemInfo_get_CreationTime_mAB0EF469EA22A334F949E6EE693DB05FC99B2CC6(L_16, /*hidden argument*/NULL); NullCheck(L_15); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_15, L_17, /*hidden argument*/NULL); // break; goto IL_00dd; } IL_007e: { // result.DateTime = di.CreationTimeUtc; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_18 = V_0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_19 = V_2; NullCheck(L_19); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = FileSystemInfo_get_CreationTimeUtc_mD49AFECC831CCCB827BFB205FD7E99595638C85C(L_19, /*hidden argument*/NULL); NullCheck(L_18); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_18, L_20, /*hidden argument*/NULL); // break; goto IL_00dd; } IL_008c: { // result.DateTime = di.LastAccessTime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_21 = V_0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_22 = V_2; NullCheck(L_22); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_23 = FileSystemInfo_get_LastAccessTime_m528BAE50B0572377D903FFF82F84B487CC8E84AC(L_22, /*hidden argument*/NULL); NullCheck(L_21); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_21, L_23, /*hidden argument*/NULL); // break; goto IL_00dd; } IL_009a: { // result.DateTime = di.LastAccessTimeUtc; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_24 = V_0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_25 = V_2; NullCheck(L_25); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = FileSystemInfo_get_LastAccessTimeUtc_mEA7A7EB0AC70FB28635EB4C020E3CE169CFB05C1(L_25, /*hidden argument*/NULL); NullCheck(L_24); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_24, L_26, /*hidden argument*/NULL); // break; goto IL_00dd; } IL_00a8: { // result.DateTime = di.LastWriteTime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_27 = V_0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_28 = V_2; NullCheck(L_28); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = FileSystemInfo_get_LastWriteTime_m161D3C49D0FC6D0C267DD12C956A21FF15B6E0CB(L_28, /*hidden argument*/NULL); NullCheck(L_27); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_27, L_29, /*hidden argument*/NULL); // break; goto IL_00dd; } IL_00b6: { // result.DateTime = di.LastWriteTimeUtc; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_30 = V_0; DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_31 = V_2; NullCheck(L_31); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32 = FileSystemInfo_get_LastWriteTimeUtc_m3E42E6E6B30A5E9CB0A5385DCB2F0C162508F159(L_31, /*hidden argument*/NULL); NullCheck(L_30); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_30, L_32, /*hidden argument*/NULL); // break; goto IL_00dd; } IL_00c4: { // result.DateTime = fixedDateTime_; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_33 = V_0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_34 = __this->get_fixedDateTime__1(); NullCheck(L_33); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_33, L_34, /*hidden argument*/NULL); // break; goto IL_00dd; } IL_00d2: { // throw new ZipException("Unhandled time setting in MakeDirectoryEntry"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_35 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_35, _stringLiteral2A590AA3D2029F5E09B7D6478E0838737A326F58, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ZipEntryFactory_MakeDirectoryEntry_mB00FCAB56761FA632E0971B56E06805CF3CAAF63_RuntimeMethod_var); } IL_00dd: { // externalAttributes = ((int)di.Attributes & getAttributes_); DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_36 = V_2; NullCheck(L_36); int32_t L_37 = FileSystemInfo_get_Attributes_m8AF36160958F9F46AC2764F95C4EDF7261C00A06(L_36, /*hidden argument*/NULL); int32_t L_38 = __this->get_getAttributes__4(); V_1 = ((int32_t)((int32_t)L_37&(int32_t)L_38)); // } else { goto IL_0102; } IL_00ed: { // if (timeSetting_ == TimeSetting.Fixed) { int32_t L_39 = __this->get_timeSetting__2(); if ((!(((uint32_t)L_39) == ((uint32_t)6)))) { goto IL_0102; } } { // result.DateTime = fixedDateTime_; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_40 = V_0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_41 = __this->get_fixedDateTime__1(); NullCheck(L_40); ZipEntry_set_DateTime_m7F1BFB21626A84BF10411B6EFD31921E581F3B61(L_40, L_41, /*hidden argument*/NULL); } IL_0102: { // externalAttributes |= (setAttributes_ | 16); int32_t L_42 = V_1; int32_t L_43 = __this->get_setAttributes__5(); V_1 = ((int32_t)((int32_t)L_42|(int32_t)((int32_t)((int32_t)L_43|(int32_t)((int32_t)16))))); // result.ExternalFileAttributes = externalAttributes; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_44 = V_0; int32_t L_45 = V_1; NullCheck(L_44); ZipEntry_set_ExternalFileAttributes_m96396518022B2CE5C299D1332F40CE9B63D3C23B(L_44, L_45, /*hidden argument*/NULL); // return result; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_46 = V_0; return L_46; } } #ifdef __clang__ #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 ICSharpCode.SharpZipLib.Zip.ZipException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipException__ctor_m058664D4E18070FAF3DC61EFF378FDE6A618AC55 (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * __this, const RuntimeMethod* method) { { // public ZipException() SharpZipBaseException__ctor_m31052C51DCEE848D0A7D51E050C2374E0CFCC35A(__this, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99 (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * __this, String_t* ___message0, const RuntimeMethod* method) { { // : base(message) String_t* L_0 = ___message0; SharpZipBaseException__ctor_m0ACEE6F895BCE3A38B5C31459ECC89353504CD00(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipException__ctor_mEDDC84BB25500F6D4320FBA7439F3546C2DBCEED (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { // : base(message, innerException) String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SharpZipBaseException__ctor_m3104657139BE178D7FEBC5B50C01373205FDA3F6(__this, L_0, L_1, /*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 ICSharpCode.SharpZipLib.Zip.ZipExtraData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData__ctor_m1F65585CF0881BC14FC4CCA1E8602595CCB38496 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // public ZipExtraData() Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // Clear(); ZipExtraData_Clear_mDF06D49A74ADB77216A10F840A9C6EBD8F358284(__this, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // public ZipExtraData(byte[] data) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // if (data == null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; if (L_0) { goto IL_0016; } } { // _data = new byte[0]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); __this->set__data_4(L_1); // } else { return; } IL_0016: { // _data = data; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___data0; __this->set__data_4(L_2); // } return; } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipExtraData::GetEntryData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (Length > ushort.MaxValue) { int32_t L_0 = ZipExtraData_get_Length_m39FD735A1063EDDAD54D0796A97FFDEB9C00B90A(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)((int32_t)65535)))) { goto IL_0018; } } { // throw new ZipException("Data exceeds maximum length"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_1 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_1, _stringLiteral33027990BC44ABD1433FA2D24A361FB7DABAB356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1_RuntimeMethod_var); } IL_0018: { // return (byte[])_data.Clone(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__data_4(); NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_Clear_mDF06D49A74ADB77216A10F840A9C6EBD8F358284 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_Clear_mDF06D49A74ADB77216A10F840A9C6EBD8F358284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if ((_data == null) || (_data.Length != 0)) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_4(); if (!L_0) { goto IL_0011; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_4(); NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_001d; } } IL_0011: { // _data = new byte[0]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); __this->set__data_4(L_2); } IL_001d: { // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_Length_m39FD735A1063EDDAD54D0796A97FFDEB9C00B90A (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // get { return _data.Length; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_4(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipExtraData::GetStreamForTag(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipExtraData_GetStreamForTag_mC80215C3F8CDBCEE3B5BDD80733E0886405806D5 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_GetStreamForTag_mC80215C3F8CDBCEE3B5BDD80733E0886405806D5_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; { // Stream result = null; V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL; // if (Find(tag)) { int32_t L_0 = ___tag0; bool L_1 = ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { // result = new MemoryStream(_data, _index, _readValueLength, false); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__data_4(); int32_t L_3 = __this->get__index_0(); int32_t L_4 = __this->get__readValueLength_2(); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_5 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD4746B0911B4445240F7E82818DA380B506E97EA(L_5, L_2, L_3, L_4, (bool)0, /*hidden argument*/NULL); V_0 = L_5; } IL_0024: { // return result; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = V_0; return L_6; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_ValueLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_ValueLength_m750E5D61B69D7C0121FBDF692CF22FDCD3BA7D78 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // get { return _readValueLength; } int32_t L_0 = __this->get__readValueLength_2(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_CurrentReadIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_CurrentReadIndex_m1DB5D907E39308C1A3DFBA0AC71BD27B6F98D310 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // get { return _index; } int32_t L_0 = __this->get__index_0(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::get_UnreadCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_UnreadCount_m4D12DA7F9A3E7CA04A209EE58C32D85EBB525F8A (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_get_UnreadCount_m4D12DA7F9A3E7CA04A209EE58C32D85EBB525F8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if ((_readValueStart > _data.Length) || // (_readValueStart < 4)) { int32_t L_0 = __this->get__readValueStart_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0019; } } { int32_t L_2 = __this->get__readValueStart_1(); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0024; } } IL_0019: { // throw new ZipException("Find must be called before calling a Read method"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_3 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_3, _stringLiteralF2EF3958C2B820114ED131CC8E29AEB89B4D2457, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipExtraData_get_UnreadCount_m4D12DA7F9A3E7CA04A209EE58C32D85EBB525F8A_RuntimeMethod_var); } IL_0024: { // return _readValueStart + _readValueLength - _index; int32_t L_4 = __this->get__readValueStart_1(); int32_t L_5 = __this->get__readValueLength_2(); int32_t L_6 = __this->get__index_0(); return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6)); } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Find(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B8_0 = 0; int32_t G_B10_0 = 0; int32_t G_B9_0 = 0; { // _readValueStart = _data.Length; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_4(); NullCheck(L_0); __this->set__readValueStart_1((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))); // _readValueLength = 0; __this->set__readValueLength_2(0); // _index = 0; __this->set__index_0(0); // int localLength = _readValueStart; int32_t L_1 = __this->get__readValueStart_1(); V_0 = L_1; // int localTag = headerID - 1; int32_t L_2 = ___headerID0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); goto IL_0049; } IL_0029: { // localTag = ReadShortInternal(); int32_t L_3 = ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D(__this, /*hidden argument*/NULL); V_1 = L_3; // localLength = ReadShortInternal(); int32_t L_4 = ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D(__this, /*hidden argument*/NULL); V_0 = L_4; // if (localTag != headerID) { int32_t L_5 = V_1; int32_t L_6 = ___headerID0; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0049; } } { // _index += localLength; int32_t L_7 = __this->get__index_0(); int32_t L_8 = V_0; __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); } IL_0049: { // while ((localTag != headerID) && (_index < _data.Length - 3)) { int32_t L_9 = V_1; int32_t L_10 = ___headerID0; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_005f; } } { int32_t L_11 = __this->get__index_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__data_4(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))), (int32_t)3))))) { goto IL_0029; } } IL_005f: { // bool result = (localTag == headerID) && ((_index + localLength) <= _data.Length); int32_t L_13 = V_1; int32_t L_14 = ___headerID0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_007a; } } { int32_t L_15 = __this->get__index_0(); int32_t L_16 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get__data_4(); NullCheck(L_17); G_B8_0 = ((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_007b; } IL_007a: { G_B8_0 = 0; } IL_007b: { // if (result) { int32_t L_18 = G_B8_0; G_B9_0 = L_18; if (!L_18) { G_B10_0 = L_18; goto IL_0091; } } { // _readValueStart = _index; int32_t L_19 = __this->get__index_0(); __this->set__readValueStart_1(L_19); // _readValueLength = localLength; int32_t L_20 = V_0; __this->set__readValueLength_2(L_20); G_B10_0 = G_B9_0; } IL_0091: { // return result; return (bool)G_B10_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddEntry(ICSharpCode.SharpZipLib.Zip.ITaggedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddEntry_mE1ADD0CA6259265BAC7D01B7111B5FE0B1F11B14 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, RuntimeObject* ___taggedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_AddEntry_mE1ADD0CA6259265BAC7D01B7111B5FE0B1F11B14_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (taggedData == null) { RuntimeObject* L_0 = ___taggedData0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(taggedData)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE9AF62EB300031E3C9977A78EE41AB6FCF22CB87, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipExtraData_AddEntry_mE1ADD0CA6259265BAC7D01B7111B5FE0B1F11B14_RuntimeMethod_var); } IL_000e: { // AddEntry(taggedData.TagID, taggedData.GetData()); RuntimeObject* L_2 = ___taggedData0; NullCheck(L_2); int16_t L_3 = InterfaceFuncInvoker0< int16_t >::Invoke(0 /* System.Int16 ICSharpCode.SharpZipLib.Zip.ITaggedData::get_TagID() */, ITaggedData_t1A67ECDF5F8C4A2EB1AAD7109B99842C1DC3A8D9_il2cpp_TypeInfo_var, L_2); RuntimeObject* L_4 = ___taggedData0; NullCheck(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = InterfaceFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(2 /* System.Byte[] ICSharpCode.SharpZipLib.Zip.ITaggedData::GetData() */, ITaggedData_t1A67ECDF5F8C4A2EB1AAD7109B99842C1DC3A8D9_il2cpp_TypeInfo_var, L_4); ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB(__this, L_3, L_5, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddEntry(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___fieldData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; int32_t V_3 = 0; int32_t G_B6_0 = 0; { // if ((headerID > ushort.MaxValue) || (headerID < 0)) { int32_t L_0 = ___headerID0; if ((((int32_t)L_0) > ((int32_t)((int32_t)65535)))) { goto IL_000c; } } { int32_t L_1 = ___headerID0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0017; } } IL_000c: { // throw new ArgumentOutOfRangeException("nameof(headerID)"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteralB9C8FBF6863C83BA53825E76C7BC230129B75F08, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB_RuntimeMethod_var); } IL_0017: { // int addLength = (fieldData == null) ? 0 : fieldData.Length; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___fieldData1; if (!L_3) { goto IL_001f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___fieldData1; NullCheck(L_4); G_B6_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); goto IL_0020; } IL_001f: { G_B6_0 = 0; } IL_0020: { V_0 = G_B6_0; // if (addLength > ushort.MaxValue) { int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)65535)))) { goto IL_0039; } } { // throw new ArgumentOutOfRangeException("nameof(fieldData)", "exceeds maximum length"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteralC85DD514974D273C77D48C92E76C35177C8DDE92, _stringLiteral58D13905A5F472ACB68FEF085D0483EE7EF797F3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB_RuntimeMethod_var); } IL_0039: { // int newLength = _data.Length + addLength + 4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__data_4(); NullCheck(L_7); int32_t L_8 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)L_8)), (int32_t)4)); // if (Find(headerID)) { int32_t L_9 = ___headerID0; bool L_10 = ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366(__this, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005a; } } { // newLength -= (ValueLength + 4); int32_t L_11 = V_1; int32_t L_12 = ZipExtraData_get_ValueLength_m750E5D61B69D7C0121FBDF692CF22FDCD3BA7D78_inline(__this, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)4)))); } IL_005a: { // if (newLength > ushort.MaxValue) { int32_t L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)((int32_t)65535)))) { goto IL_006d; } } { // throw new ZipException("Data exceeds maximum length"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_14 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_14, _stringLiteral33027990BC44ABD1433FA2D24A361FB7DABAB356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB_RuntimeMethod_var); } IL_006d: { // Delete(headerID); int32_t L_15 = ___headerID0; ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D(__this, L_15, /*hidden argument*/NULL); // byte[] newData = new byte[newLength]; int32_t L_16 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_16); V_2 = L_17; // _data.CopyTo(newData, 0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get__data_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2; NullCheck((RuntimeArray *)(RuntimeArray *)L_18); Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_18, (RuntimeArray *)(RuntimeArray *)L_19, 0, /*hidden argument*/NULL); // int index = _data.Length; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get__data_4(); NullCheck(L_20); V_3 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))); // _data = newData; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2; __this->set__data_4(L_21); // SetShort(ref index, headerID); int32_t L_22 = ___headerID0; ZipExtraData_SetShort_m4CD303B43E23D64277A285DFCCC0F46128232AD4(__this, (int32_t*)(&V_3), L_22, /*hidden argument*/NULL); // SetShort(ref index, addLength); int32_t L_23 = V_0; ZipExtraData_SetShort_m4CD303B43E23D64277A285DFCCC0F46128232AD4(__this, (int32_t*)(&V_3), L_23, /*hidden argument*/NULL); // if (fieldData != null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___fieldData1; if (!L_24) { goto IL_00b6; } } { // fieldData.CopyTo(newData, index); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___fieldData1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_2; int32_t L_27 = V_3; NullCheck((RuntimeArray *)(RuntimeArray *)L_25); Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_25, (RuntimeArray *)(RuntimeArray *)L_26, L_27, /*hidden argument*/NULL); } IL_00b6: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::StartNewEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // _newEntry = new MemoryStream(); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_0, /*hidden argument*/NULL); __this->set__newEntry_3(L_0); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddNewEntry(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, const RuntimeMethod* method) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { // byte[] newData = _newEntry.ToArray(); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = __this->get__newEntry_3(); NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_0); V_0 = L_1; // _newEntry = null; __this->set__newEntry_3((MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)NULL); // AddEntry(headerID, newData); int32_t L_2 = ___headerID0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; ZipExtraData_AddEntry_m38B5BBAB76B1CECE4AFCDB1C0A583267FE0726FB(__this, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddData(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddData_mCA38BFF91925C92EE513926CF97270F5307233DA (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, uint8_t ___data0, const RuntimeMethod* method) { { // _newEntry.WriteByte(data); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = __this->get__newEntry_3(); uint8_t L_1 = ___data0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddData_m3D568E1BD670D5FA00FBFEA260AA5919D7A71E94 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_AddData_m3D568E1BD670D5FA00FBFEA260AA5919D7A71E94_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (data == null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(data)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC59DBFBFDC5B91EA0885074B4D8BD5900C59F7E4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipExtraData_AddData_m3D568E1BD670D5FA00FBFEA260AA5919D7A71E94_RuntimeMethod_var); } IL_000e: { // _newEntry.Write(data, 0, data.Length); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_2 = __this->get__newEntry_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___data0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___data0; NullCheck(L_4); NullCheck(L_2); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddLeShort_m948BE8650FA7A7D6746BD68DC22D779481B12DBB (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___toAdd0, const RuntimeMethod* method) { { // _newEntry.WriteByte((byte)toAdd); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = __this->get__newEntry_3(); int32_t L_1 = ___toAdd0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)L_1)))); // _newEntry.WriteByte((byte)(toAdd >> 8)); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_2 = __this->get__newEntry_3(); int32_t L_3 = ___toAdd0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8)))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddLeInt_m6F2E41099B063E907E318E51A22F951FF6004FEF (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___toAdd0, const RuntimeMethod* method) { { // AddLeShort((short)toAdd); int32_t L_0 = ___toAdd0; ZipExtraData_AddLeShort_m948BE8650FA7A7D6746BD68DC22D779481B12DBB(__this, (((int16_t)((int16_t)L_0))), /*hidden argument*/NULL); // AddLeShort((short)(toAdd >> 16)); int32_t L_1 = ___toAdd0; ZipExtraData_AddLeShort_m948BE8650FA7A7D6746BD68DC22D779481B12DBB(__this, (((int16_t)((int16_t)((int32_t)((int32_t)L_1>>(int32_t)((int32_t)16)))))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::AddLeLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int64_t ___toAdd0, const RuntimeMethod* method) { { // AddLeInt((int)(toAdd & 0xffffffff)); int64_t L_0 = ___toAdd0; ZipExtraData_AddLeInt_m6F2E41099B063E907E318E51A22F951FF6004FEF(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); // AddLeInt((int)(toAdd >> 32)); int64_t L_1 = ___toAdd0; ZipExtraData_AddLeInt_m6F2E41099B063E907E318E51A22F951FF6004FEF(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32)))))), /*hidden argument*/NULL); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipExtraData::Delete(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___headerID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; int32_t V_3 = 0; { // bool result = false; V_0 = (bool)0; // if (Find(headerID)) { int32_t L_0 = ___headerID0; bool L_1 = ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0066; } } { // result = true; V_0 = (bool)1; // int trueStart = _readValueStart - 4; int32_t L_2 = __this->get__readValueStart_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)4)); // byte[] newData = new byte[_data.Length - (ValueLength + 4)]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__data_4(); NullCheck(L_3); int32_t L_4 = ZipExtraData_get_ValueLength_m750E5D61B69D7C0121FBDF692CF22FDCD3BA7D78_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4))))); V_2 = L_5; // Array.Copy(_data, 0, newData, 0, trueStart); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__data_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_2; int32_t L_8 = V_1; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); // int trueEnd = trueStart + ValueLength + 4; int32_t L_9 = V_1; int32_t L_10 = ZipExtraData_get_ValueLength_m750E5D61B69D7C0121FBDF692CF22FDCD3BA7D78_inline(__this, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)), (int32_t)4)); // Array.Copy(_data, trueEnd, newData, trueStart, _data.Length - trueEnd); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get__data_4(); int32_t L_12 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2; int32_t L_14 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get__data_4(); NullCheck(L_15); int32_t L_16 = V_3; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), (int32_t)L_16)), /*hidden argument*/NULL); // _data = newData; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2; __this->set__data_4(L_17); } IL_0066: { // return result; bool L_18 = V_0; return L_18; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipExtraData_ReadLong_m37D0E5E248D8439BE90D63D9A57B97C59D7196B9 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // ReadCheck(8); ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8(__this, 8, /*hidden argument*/NULL); // return (ReadInt() & 0xffffffff) | (((long)ReadInt()) << 32); int32_t L_0 = ZipExtraData_ReadInt_m8E041F227C33D8479419F320F3E282791F0015A7(__this, /*hidden argument*/NULL); int32_t L_1 = ZipExtraData_ReadInt_m8E041F227C33D8479419F320F3E282791F0015A7(__this, /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_0)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_1)))<<(int32_t)((int32_t)32))))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadInt_m8E041F227C33D8479419F320F3E282791F0015A7 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // ReadCheck(4); ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8(__this, 4, /*hidden argument*/NULL); // int result = _data[_index] + (_data[_index + 1] << 8) + // (_data[_index + 2] << 16) + (_data[_index + 3] << 24); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_4(); int32_t L_1 = __this->get__index_0(); NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__data_4(); int32_t L_5 = __this->get__index_0(); NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__data_4(); int32_t L_9 = __this->get__index_0(); NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__data_4(); int32_t L_13 = __this->get__index_0(); NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); // _index += 4; int32_t L_16 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)4))); // return result; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)24))))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadShort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadShort_mE43505BE4B52004BF0DA4F6E38DBE19A6E9C2966 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // ReadCheck(2); ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8(__this, 2, /*hidden argument*/NULL); // int result = _data[_index] + (_data[_index + 1] << 8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_4(); int32_t L_1 = __this->get__index_0(); NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__data_4(); int32_t L_5 = __this->get__index_0(); NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); // _index += 2; int32_t L_8 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2))); // return result; return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadByte_m186F1355FD68203A11C05AD877D584BCD4B95163 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int result = -1; V_0 = (-1); // if ((_index < _data.Length) && (_readValueStart + _readValueLength > _index)) { int32_t L_0 = __this->get__index_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0043; } } { int32_t L_2 = __this->get__readValueStart_1(); int32_t L_3 = __this->get__readValueLength_2(); int32_t L_4 = __this->get__index_0(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) <= ((int32_t)L_4))) { goto IL_0043; } } { // result = _data[_index]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__data_4(); int32_t L_6 = __this->get__index_0(); NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; // _index += 1; int32_t L_9 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); } IL_0043: { // return result; int32_t L_10 = V_0; return L_10; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::Skip(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_Skip_mEF56739E5C4F9BC3668436C580772108E44F9ADB (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___amount0, const RuntimeMethod* method) { { // ReadCheck(amount); int32_t L_0 = ___amount0; ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8(__this, L_0, /*hidden argument*/NULL); // _index += amount; int32_t L_1 = __this->get__index_0(); int32_t L_2 = ___amount0; __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadCheck(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if ((_readValueStart > _data.Length) || // (_readValueStart < 4)) { int32_t L_0 = __this->get__readValueStart_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0019; } } { int32_t L_2 = __this->get__readValueStart_1(); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0024; } } IL_0019: { // throw new ZipException("Find must be called before calling a Read method"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_3 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_3, _stringLiteralF2EF3958C2B820114ED131CC8E29AEB89B4D2457, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8_RuntimeMethod_var); } IL_0024: { // if (_index > _readValueStart + _readValueLength - length) { int32_t L_4 = __this->get__index_0(); int32_t L_5 = __this->get__readValueStart_1(); int32_t L_6 = __this->get__readValueLength_2(); int32_t L_7 = ___length0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7))))) { goto IL_0046; } } { // throw new ZipException("End of extra data"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteral34D96AFFB6CB641D81B0FAC3552CCCA33C111EFB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8_RuntimeMethod_var); } IL_0046: { // if (_index + length < 4) { int32_t L_9 = __this->get__index_0(); int32_t L_10 = ___length0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))) >= ((int32_t)4))) { goto IL_005c; } } { // throw new ZipException("Cannot read before start of tag"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_11 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_11, _stringLiteral2BE8CD641A0106B26C89B239409EA5081284145F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ZipExtraData_ReadCheck_mF6E26302C52B40A58F6906CADD479EBE2FFEFDA8_RuntimeMethod_var); } IL_005c: { // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipExtraData::ReadShortInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (_index > _data.Length - 2) { int32_t L_0 = __this->get__index_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_4(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)2))))) { goto IL_001d; } } { // throw new ZipException("End of extra data"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_2 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_2, _stringLiteral34D96AFFB6CB641D81B0FAC3552CCCA33C111EFB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipExtraData_ReadShortInternal_m25D947797E643C2422E4E433EF6BB82FA42FF15D_RuntimeMethod_var); } IL_001d: { // int result = _data[_index] + (_data[_index + 1] << 8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__data_4(); int32_t L_4 = __this->get__index_0(); NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__data_4(); int32_t L_8 = __this->get__index_0(); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); // _index += 2; int32_t L_11 = __this->get__index_0(); __this->set__index_0(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2))); // return result; return ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)((int32_t)L_10<<(int32_t)8)))); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::SetShort(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_SetShort_m4CD303B43E23D64277A285DFCCC0F46128232AD4 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, int32_t* ___index0, int32_t ___source1, const RuntimeMethod* method) { { // _data[index] = (byte)source; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_4(); int32_t* L_1 = ___index0; int32_t L_2 = *((int32_t*)L_1); int32_t L_3 = ___source1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_2), (uint8_t)(((int32_t)((uint8_t)L_3)))); // _data[index + 1] = (byte)(source >> 8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__data_4(); int32_t* L_5 = ___index0; int32_t L_6 = *((int32_t*)L_5); int32_t L_7 = ___source1; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7>>(int32_t)8)))))); // index += 2; int32_t* L_8 = ___index0; int32_t* L_9 = ___index0; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipExtraData::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipExtraData_Dispose_mF4229892C85833F00CF0091A225CEBC241AFFFE4 (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // if (_newEntry != null) { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = __this->get__newEntry_3(); if (!L_0) { goto IL_0013; } } { // _newEntry.Dispose(); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = __this->get__newEntry_3(); NullCheck(L_1); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_1, /*hidden argument*/NULL); } IL_0013: { // } 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 ICSharpCode.SharpZipLib.Zip.ZipFile::OnKeysRequired(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_OnKeysRequired_m5ED7A90049F5D9A9ECD954E5FD474870EDC2D70A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_OnKeysRequired_m5ED7A90049F5D9A9ECD954E5FD474870EDC2D70A_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * V_0 = NULL; { // if (KeysRequired != null) { KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * L_0 = __this->get_KeysRequired_0(); if (!L_0) { goto IL_002e; } } { // var krea = new KeysRequiredEventArgs(fileName, key); String_t* L_1 = ___fileName0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_key_10(); KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * L_3 = (KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A *)il2cpp_codegen_object_new(KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A_il2cpp_TypeInfo_var); KeysRequiredEventArgs__ctor_m285EDE8B5150FC70B3E99BF67615A05352C61E58(L_3, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // KeysRequired(this, krea); KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * L_4 = __this->get_KeysRequired_0(); KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * L_5 = V_0; NullCheck(L_4); KeysRequiredEventHandler_Invoke_mD8BB2EE4227CC4BAE71B0D1CC6DAFF16E925BE70(L_4, __this, L_5, /*hidden argument*/NULL); // key = krea.Key; KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = KeysRequiredEventArgs_get_Key_m5DC132EA73B61111D4C74A71178CB773C715BA7F_inline(L_6, /*hidden argument*/NULL); __this->set_key_10(L_7); } IL_002e: { // } return; } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipFile_get_Key_mB71AE9F0CDC43A0DBD9F3FDF8AF4188D7DA7F9BD (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return key; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_key_10(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_Key(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_set_Key_m27C0BD523C84037E4DAC2D74D3AD1E62DB7B2BF5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method) { { // set { key = value; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; __this->set_key_10(L_0); // set { key = value; } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_set_Password_mE1E744F2EBFF19D6926B91F6B04273620D7B323A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_set_Password_mE1E744F2EBFF19D6926B91F6B04273620D7B323A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (string.IsNullOrEmpty(value)) { String_t* L_0 = ___value0; bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // key = null; __this->set_key_10((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); // } else { return; } IL_0010: { // rawPassword_ = value; String_t* L_2 = ___value0; __this->set_rawPassword__5(L_2); // key = PkzipClassic.GenerateKeys(ZipConstants.ConvertToArray(value)); String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ZipConstants_ConvertToArray_m832915B5FA431F694835B645E7D39B73B55C8EB0(L_3, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = PkzipClassic_GenerateKeys_m44A15BD68503EEF7D2C66B36764484BBB8640667(L_4, /*hidden argument*/NULL); __this->set_key_10(L_5); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_HaveKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_get_HaveKeys_mEFCAE5AA08E7EBF14668D8521EBD080A34AFE8B3 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return key != null; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_key_10(); return (bool)((!(((RuntimeObject*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile__ctor_mAF73A87F1742A3DF1A2C441E19D29F77D12915AD (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile__ctor_mAF73A87F1742A3DF1A2C441E19D29F77D12915AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // UseZip64 useZip64_ = UseZip64.Dynamic; __this->set_useZip64__12(2); // int bufferSize_ = DefaultBufferSize; __this->set_bufferSize__19(((int32_t)4096)); // IEntryFactory updateEntryFactory_ = new ZipEntryFactory(); ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * L_0 = (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 *)il2cpp_codegen_object_new(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2_il2cpp_TypeInfo_var); ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5(L_0, /*hidden argument*/NULL); __this->set_updateEntryFactory__23(L_0); // public ZipFile(string name) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // if (name == null) { String_t* L_1 = ___name0; if (L_1) { goto IL_0031; } } { // throw new ArgumentNullException("nameof(name)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralCE581FED29AEB990854083522F7EDAC36D017BF3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipFile__ctor_mAF73A87F1742A3DF1A2C441E19D29F77D12915AD_RuntimeMethod_var); } IL_0031: { // name_ = name; String_t* L_3 = ___name0; __this->set_name__3(L_3); // baseStream_ = File.Open(name, FileMode.Open, FileAccess.Read, FileShare.Read); String_t* L_4 = ___name0; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_5 = File_Open_mE3C89422475D91EE79B2BE9AD5B0AB7DA7141265(L_4, 3, 1, 1, /*hidden argument*/NULL); __this->set_baseStream__6(L_5); // isStreamOwner = true; __this->set_isStreamOwner_7((bool)1); } IL_004e: try { // begin try (depth: 1) // ReadEntries(); ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207(__this, /*hidden argument*/NULL); // } catch { goto IL_0060; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0056; throw e; } CATCH_0056: { // begin catch(System.Object) // } catch { // DisposeInternal(true); ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF(__this, (bool)1, /*hidden argument*/NULL); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, ZipFile__ctor_mAF73A87F1742A3DF1A2C441E19D29F77D12915AD_RuntimeMethod_var); } // end catch (depth: 1) IL_0060: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::.ctor(System.IO.FileStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile__ctor_mEE630FA6FCC76F799678D61EC1C7DC6A17F7D33A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * ___file0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile__ctor_mEE630FA6FCC76F799678D61EC1C7DC6A17F7D33A_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // UseZip64 useZip64_ = UseZip64.Dynamic; __this->set_useZip64__12(2); // int bufferSize_ = DefaultBufferSize; __this->set_bufferSize__19(((int32_t)4096)); // IEntryFactory updateEntryFactory_ = new ZipEntryFactory(); ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * L_0 = (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 *)il2cpp_codegen_object_new(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2_il2cpp_TypeInfo_var); ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5(L_0, /*hidden argument*/NULL); __this->set_updateEntryFactory__23(L_0); // public ZipFile(FileStream file) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // if (file == null) { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = ___file0; if (L_1) { goto IL_0031; } } { // throw new ArgumentNullException("nameof(file)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral04F2558EB6C7415C93AC25CD34CC250BEA470EBA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipFile__ctor_mEE630FA6FCC76F799678D61EC1C7DC6A17F7D33A_RuntimeMethod_var); } IL_0031: { // if (!file.CanSeek) { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = ___file0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_3); if (L_4) { goto IL_0049; } } { // throw new ArgumentException("Stream is not seekable", "nameof(file)"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, _stringLiteral6B54BC4C3B9827C04E77CB246C37C4AEE01554BE, _stringLiteral04F2558EB6C7415C93AC25CD34CC250BEA470EBA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ZipFile__ctor_mEE630FA6FCC76F799678D61EC1C7DC6A17F7D33A_RuntimeMethod_var); } IL_0049: { // baseStream_ = file; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_6 = ___file0; __this->set_baseStream__6(L_6); // name_ = file.Name; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_7 = ___file0; NullCheck(L_7); String_t* L_8 = FileStream_get_Name_mA80AE70C6516BD733732AD17F083530FE3689A08_inline(L_7, /*hidden argument*/NULL); __this->set_name__3(L_8); // isStreamOwner = true; __this->set_isStreamOwner_7((bool)1); } IL_0063: try { // begin try (depth: 1) // ReadEntries(); ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207(__this, /*hidden argument*/NULL); // } catch { goto IL_0075; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006b; throw e; } CATCH_006b: { // begin catch(System.Object) // } catch { // DisposeInternal(true); ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF(__this, (bool)1, /*hidden argument*/NULL); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, ZipFile__ctor_mEE630FA6FCC76F799678D61EC1C7DC6A17F7D33A_RuntimeMethod_var); } // end catch (depth: 1) IL_0075: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile__ctor_m7711667BAC8305760D1A1B3F5EC44BD3BD8E196D (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile__ctor_m7711667BAC8305760D1A1B3F5EC44BD3BD8E196D_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // UseZip64 useZip64_ = UseZip64.Dynamic; __this->set_useZip64__12(2); // int bufferSize_ = DefaultBufferSize; __this->set_bufferSize__19(((int32_t)4096)); // IEntryFactory updateEntryFactory_ = new ZipEntryFactory(); ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * L_0 = (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 *)il2cpp_codegen_object_new(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2_il2cpp_TypeInfo_var); ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5(L_0, /*hidden argument*/NULL); __this->set_updateEntryFactory__23(L_0); // public ZipFile(Stream stream) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // if (stream == null) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0; if (L_1) { goto IL_0031; } } { // throw new ArgumentNullException("nameof(stream)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral706CC6E61C5CE9CE9B752253C3E920C323E3D0F1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipFile__ctor_m7711667BAC8305760D1A1B3F5EC44BD3BD8E196D_RuntimeMethod_var); } IL_0031: { // if (!stream.CanSeek) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___stream0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_3); if (L_4) { goto IL_0049; } } { // throw new ArgumentException("Stream is not seekable", "nameof(stream)"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, _stringLiteral6B54BC4C3B9827C04E77CB246C37C4AEE01554BE, _stringLiteral706CC6E61C5CE9CE9B752253C3E920C323E3D0F1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ZipFile__ctor_m7711667BAC8305760D1A1B3F5EC44BD3BD8E196D_RuntimeMethod_var); } IL_0049: { // baseStream_ = stream; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___stream0; __this->set_baseStream__6(L_6); // isStreamOwner = true; __this->set_isStreamOwner_7((bool)1); // if (baseStream_.Length > 0) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = __this->get_baseStream__6(); NullCheck(L_7); int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_7); if ((((int64_t)L_8) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0078; } } IL_0066: try { // begin try (depth: 1) // ReadEntries(); ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207(__this, /*hidden argument*/NULL); // } catch { goto IL_008b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006e; throw e; } CATCH_006e: { // begin catch(System.Object) // } catch { // DisposeInternal(true); ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF(__this, (bool)1, /*hidden argument*/NULL); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, ZipFile__ctor_m7711667BAC8305760D1A1B3F5EC44BD3BD8E196D_RuntimeMethod_var); } // end catch (depth: 1) IL_0078: { // entries_ = new ZipEntry[0]; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_9 = (ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)SZArrayNew(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_entries__9(L_9); // isNewArchive_ = true; __this->set_isNewArchive__11((bool)1); } IL_008b: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile__ctor_mC6D319A0FDAADFED5F2E26FB851F970B0046BEBE (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile__ctor_mC6D319A0FDAADFED5F2E26FB851F970B0046BEBE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // UseZip64 useZip64_ = UseZip64.Dynamic; __this->set_useZip64__12(2); // int bufferSize_ = DefaultBufferSize; __this->set_bufferSize__19(((int32_t)4096)); // IEntryFactory updateEntryFactory_ = new ZipEntryFactory(); ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * L_0 = (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 *)il2cpp_codegen_object_new(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2_il2cpp_TypeInfo_var); ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5(L_0, /*hidden argument*/NULL); __this->set_updateEntryFactory__23(L_0); // internal ZipFile() Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // entries_ = new ZipEntry[0]; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_1 = (ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)SZArrayNew(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_entries__9(L_1); // isNewArchive_ = true; __this->set_isNewArchive__11((bool)1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Finalize_mDE897C6CCC9B9C634223DD635AC6F054A377F3AA (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) // Dispose(false); VirtActionInvoker1< bool >::Invoke(6 /* System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: { // begin finally (depth: 1) // } Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Close_mD98D5D88CC6177BC865BE493C58498BB04735DDE (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Close_mD98D5D88CC6177BC865BE493C58498BB04735DDE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // DisposeInternal(true); ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF(__this, (bool)1, /*hidden argument*/NULL); // GC.SuppressFinalize(this); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); // } return; } } // ICSharpCode.SharpZipLib.Zip.ZipFile ICSharpCode.SharpZipLib.Zip.ZipFile::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ZipFile_Create_m5825374C26B612E8093809659EA7D26DD644FB79 (String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Create_m5825374C26B612E8093809659EA7D26DD644FB79_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL; { // if (fileName == null) { String_t* L_0 = ___fileName0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(fileName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral625E7994CD9B9E0C521AF619744A21835D18EA43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Create_m5825374C26B612E8093809659EA7D26DD644FB79_RuntimeMethod_var); } IL_000e: { // FileStream fs = File.Create(fileName); String_t* L_2 = ___fileName0; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD(L_2, /*hidden argument*/NULL); V_0 = L_3; // var result = new ZipFile(); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_4 = (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 *)il2cpp_codegen_object_new(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969_il2cpp_TypeInfo_var); ZipFile__ctor_mC6D319A0FDAADFED5F2E26FB851F970B0046BEBE(L_4, /*hidden argument*/NULL); // result.name_ = fileName; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_5 = L_4; String_t* L_6 = ___fileName0; NullCheck(L_5); L_5->set_name__3(L_6); // result.baseStream_ = fs; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_7 = L_5; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0; NullCheck(L_7); L_7->set_baseStream__6(L_8); // result.isStreamOwner = true; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_9 = L_7; NullCheck(L_9); L_9->set_isStreamOwner_7((bool)1); // return result; return L_9; } } // ICSharpCode.SharpZipLib.Zip.ZipFile ICSharpCode.SharpZipLib.Zip.ZipFile::Create(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___outStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (outStream == null) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___outStream0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(outStream)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral557E0450293678D5E34F325E0025BE17859AE67A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49_RuntimeMethod_var); } IL_000e: { // if (!outStream.CanWrite) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___outStream0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2); if (L_3) { goto IL_0026; } } { // throw new ArgumentException("Stream is not writeable", "nameof(outStream)"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1B53170532902D3269C8C09D8B3F6C559F5720DB, _stringLiteral557E0450293678D5E34F325E0025BE17859AE67A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49_RuntimeMethod_var); } IL_0026: { // if (!outStream.CanSeek) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___outStream0; NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_5); if (L_6) { goto IL_003e; } } { // throw new ArgumentException("Stream is not seekable", "nameof(outStream)"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral6B54BC4C3B9827C04E77CB246C37C4AEE01554BE, _stringLiteral557E0450293678D5E34F325E0025BE17859AE67A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49_RuntimeMethod_var); } IL_003e: { // var result = new ZipFile(); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_8 = (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 *)il2cpp_codegen_object_new(ZipFile_tBB679E9AF2770EA479C0683148E163644B587969_il2cpp_TypeInfo_var); ZipFile__ctor_mC6D319A0FDAADFED5F2E26FB851F970B0046BEBE(L_8, /*hidden argument*/NULL); // result.baseStream_ = outStream; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_9 = L_8; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ___outStream0; NullCheck(L_9); L_9->set_baseStream__6(L_10); // return result; return L_9; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsStreamOwner() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_get_IsStreamOwner_mEAAC1EC647D28A8C2395D57011F5D0A31059FD9F (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return isStreamOwner; } bool L_0 = __this->get_isStreamOwner_7(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_IsStreamOwner(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_set_IsStreamOwner_m12B95A08F6D9DD1DFAE27E1C210462054AA9A1D0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, bool ___value0, const RuntimeMethod* method) { { // set { isStreamOwner = value; } bool L_0 = ___value0; __this->set_isStreamOwner_7(L_0); // set { isStreamOwner = value; } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsEmbeddedArchive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_get_IsEmbeddedArchive_m37C2A96F88CCC7BB064AF6CA704F05EAB5073EEA (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return offsetOfFirstEntry > 0; } int64_t L_0 = __this->get_offsetOfFirstEntry_8(); return (bool)((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsNewArchive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_get_IsNewArchive_m53E0692ACD44686AEF7672454589CC7AFA2AC0A6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return isNewArchive_; } bool L_0 = __this->get_isNewArchive__11(); return L_0; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::get_ZipFileComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipFile_get_ZipFileComment_m803ABAB037915F71FA669BF2F1E7C5638D2453C6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return comment_; } String_t* L_0 = __this->get_comment__4(); return L_0; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return name_; } String_t* L_0 = __this->get_name__3(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_get_Size_m34670B7CFA6DD893373FD1BA4BFA7388CF4E474B (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // return entries_.Length; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_0 = __this->get_entries__9(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_get_Count_mBB07C43550FF17882DF6F256CE268C8BE73DE4A7 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // return entries_.Length; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_0 = __this->get_entries__9(); NullCheck(L_0); return (((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))))); } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile::get_EntryByIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // return (ZipEntry)entries_[index].Clone(); ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_0 = __this->get_entries__9(); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); RuntimeObject * L_4 = ZipEntry_Clone_m103827429D5B926547144EA492393EE244E0E3EB(L_3, /*hidden argument*/NULL); return ((ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)CastclassClass((RuntimeObject*)L_4, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var)); } } // System.Collections.IEnumerator ICSharpCode.SharpZipLib.Zip.ZipFile::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_GetEnumerator_m451FFF5DBE0228BEFF57523FD03EC2F4D2CA0EB6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetEnumerator_m451FFF5DBE0228BEFF57523FD03EC2F4D2CA0EB6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_GetEnumerator_m451FFF5DBE0228BEFF57523FD03EC2F4D2CA0EB6_RuntimeMethod_var); } IL_0013: { // return new ZipEntryEnumerator(entries_); ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_2 = __this->get_entries__9(); ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 * L_3 = (ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 *)il2cpp_codegen_object_new(ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660_il2cpp_TypeInfo_var); ZipEntryEnumerator__ctor_mFFA21A1AAA0A60E801EF0F8FAC391253F0D28EB7(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindEntry(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; int32_t G_B6_0 = 0; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; { // if (isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E_RuntimeMethod_var); } IL_0013: { // for (int i = 0; i < entries_.Length; i++) { V_0 = 0; goto IL_0039; } IL_0017: { // if (string.Compare(name, entries_[i].Name, ignoreCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal) == 0) { String_t* L_2 = ___name0; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_3 = __this->get_entries__9(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); String_t* L_7 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_6, /*hidden argument*/NULL); bool L_8 = ___ignoreCase1; G_B4_0 = L_7; G_B4_1 = L_2; if (L_8) { G_B5_0 = L_7; G_B5_1 = L_2; goto IL_002b; } } { G_B6_0 = 4; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_002c; } IL_002b: { G_B6_0 = 5; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_002c: { int32_t L_9 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); if (L_9) { goto IL_0035; } } { // return i; int32_t L_10 = V_0; return L_10; } IL_0035: { // for (int i = 0; i < entries_.Length; i++) { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0039: { // for (int i = 0; i < entries_.Length; i++) { int32_t L_12 = V_0; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_13 = __this->get_entries__9(); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))))) { goto IL_0017; } } { // return -1; return (-1); } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile::GetEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipFile_GetEntry_mBB4F02E126E7DE0772C11287EB94B06E1272FA1A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetEntry_mBB4F02E126E7DE0772C11287EB94B06E1272FA1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_GetEntry_mBB4F02E126E7DE0772C11287EB94B06E1272FA1A_RuntimeMethod_var); } IL_0013: { // int index = FindEntry(name, true); String_t* L_2 = ___name0; int32_t L_3 = ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E(__this, L_2, (bool)1, /*hidden argument*/NULL); V_0 = L_3; // return (index >= 0) ? (ZipEntry)entries_[index].Clone() : null; int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0022; } } { return (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)NULL; } IL_0022: { ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_5 = __this->get_entries__9(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); RuntimeObject * L_9 = ZipEntry_Clone_m103827429D5B926547144EA492393EE244E0E3EB(L_8, /*hidden argument*/NULL); return ((ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)CastclassClass((RuntimeObject*)L_9, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var)); } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { // if (entry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(entry)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral68DCEAC024F25FD9ECDC3195E40E3676F0052C18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C_RuntimeMethod_var); } IL_000e: { // if (isDisposed_) { bool L_2 = __this->get_isDisposed__2(); if (!L_2) { goto IL_0021; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C_RuntimeMethod_var); } IL_0021: { // long index = entry.ZipFileIndex; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = ___entry0; NullCheck(L_4); int64_t L_5 = ZipEntry_get_ZipFileIndex_m08B6E9026F3C36F0FBEF1BBE3421F672E1D3ECE0_inline(L_4, /*hidden argument*/NULL); V_0 = L_5; // if ((index < 0) || (index >= entries_.Length) || (entries_[index].Name != entry.Name)) { int64_t L_6 = V_0; if ((((int64_t)L_6) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0054; } } { int64_t L_7 = V_0; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_8 = __this->get_entries__9(); NullCheck(L_8); if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))))) { goto IL_0054; } } { ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_9 = __this->get_entries__9(); int64_t L_10 = V_0; if ((int64_t)(L_10) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C_RuntimeMethod_var); NullCheck(L_9); intptr_t L_11 = (((intptr_t)L_10)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_12, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_14 = ___entry0; NullCheck(L_14); String_t* L_15 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_14, /*hidden argument*/NULL); bool L_16 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0073; } } IL_0054: { // index = FindEntry(entry.Name, true); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = ___entry0; NullCheck(L_17); String_t* L_18 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_17, /*hidden argument*/NULL); int32_t L_19 = ZipFile_FindEntry_m2B08A618063AD10BE5AAF855942A68E944876D6E(__this, L_18, (bool)1, /*hidden argument*/NULL); V_0 = (((int64_t)((int64_t)L_19))); // if (index < 0) { int64_t L_20 = V_0; if ((((int64_t)L_20) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0073; } } { // throw new ZipException("Entry cannot be found"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_21 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_21, _stringLiteral35632CBA3FA6504CF6F4480A468CA73932F6D2B6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C_RuntimeMethod_var); } IL_0073: { // return GetInputStream(index); int64_t L_22 = V_0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_23 = ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5(__this, L_22, /*hidden argument*/NULL); return L_23; } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetInputStream(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int64_t ___entryIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_2 = NULL; { // if (isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); } IL_0013: { // long start = LocateEntry(entries_[entryIndex]); ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_2 = __this->get_entries__9(); int64_t L_3 = ___entryIndex0; if ((int64_t)(L_3) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); NullCheck(L_2); intptr_t L_4 = (((intptr_t)L_3)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_5 = (L_2)->GetAt(static_cast(L_4)); int64_t L_6 = ZipFile_LocateEntry_mB027DD2EC9F3E7393F9D325643253C0692F7AEE0(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; // CompressionMethod method = entries_[entryIndex].CompressionMethod; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_7 = __this->get_entries__9(); int64_t L_8 = ___entryIndex0; if ((int64_t)(L_8) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); NullCheck(L_7); intptr_t L_9 = (((intptr_t)L_8)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); int32_t L_11 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_10, /*hidden argument*/NULL); V_1 = L_11; // Stream result = new PartialInputStream(this, start, entries_[entryIndex].CompressedSize); int64_t L_12 = V_0; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_13 = __this->get_entries__9(); int64_t L_14 = ___entryIndex0; if ((int64_t)(L_14) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); NullCheck(L_13); intptr_t L_15 = (((intptr_t)L_14)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); int64_t L_17 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_16, /*hidden argument*/NULL); PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * L_18 = (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 *)il2cpp_codegen_object_new(PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262_il2cpp_TypeInfo_var); PartialInputStream__ctor_m5C09EF7EAB0390C31185969E7CCFCAF8CF565A78(L_18, __this, L_12, L_17, /*hidden argument*/NULL); V_2 = L_18; // if (entries_[entryIndex].IsCrypted == true) { ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_19 = __this->get_entries__9(); int64_t L_20 = ___entryIndex0; if ((int64_t)(L_20) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); NullCheck(L_19); intptr_t L_21 = (((intptr_t)L_20)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); bool L_23 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0077; } } { // result = CreateAndInitDecryptionStream(result, entries_[entryIndex]); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_24 = V_2; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_25 = __this->get_entries__9(); int64_t L_26 = ___entryIndex0; if ((int64_t)(L_26) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); NullCheck(L_25); intptr_t L_27 = (((intptr_t)L_26)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_28 = (L_25)->GetAt(static_cast(L_27)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_29 = ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306(__this, L_24, L_28, /*hidden argument*/NULL); V_2 = L_29; // if (result == null) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_30 = V_2; if (L_30) { goto IL_0077; } } { // throw new ZipException("Unable to decrypt this entry"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_31 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_31, _stringLiteralF67DEE1013DB569E20B01FD7506872F6BFC2B4F9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); } IL_0077: { // switch (method) { int32_t L_32 = V_1; if (!L_32) { goto IL_00a3; } } { int32_t L_33 = V_1; if ((!(((uint32_t)L_33) == ((uint32_t)8)))) { goto IL_008d; } } { // result = new InflaterInputStream(result, new Inflater(true)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_34 = V_2; Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_35 = (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F *)il2cpp_codegen_object_new(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_il2cpp_TypeInfo_var); Inflater__ctor_m68B344BCA698B8A1754EFB187E79542876C1F9B0(L_35, (bool)1, /*hidden argument*/NULL); InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 * L_36 = (InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)il2cpp_codegen_object_new(InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7_il2cpp_TypeInfo_var); InflaterInputStream__ctor_m25A6A0B94835B05B97BD00EB2C4A888F9C034063(L_36, L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; // break; goto IL_00a3; } IL_008d: { // throw new ZipException("Unsupported compression method " + method); int32_t L_37 = V_1; int32_t L_38 = L_37; RuntimeObject * L_39 = Box(CompressionMethod_t5CF67B4325DE6B9E861132E9851E81210ACD2C21_il2cpp_TypeInfo_var, &L_38); String_t* L_40 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral66400DB7B4FCA442A07587588DAFE5808EC1D539, L_39, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_41 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_41, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ZipFile_GetInputStream_mB711C661803D98B54A1A12747703F7A8E8D20BE5_RuntimeMethod_var); } IL_00a3: { // return result; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_42 = V_2; return L_42; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::TestArchive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_TestArchive_m64E2D1BDB1FF2CBA0EC4822D21ABED5E3A308496 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, bool ___testData0, const RuntimeMethod* method) { { // return TestArchive(testData, TestStrategy.FindFirstError, null); bool L_0 = ___testData0; bool L_1 = ZipFile_TestArchive_mBF5EA3E81B337289EEEA8E50AB45B8623A03F4E5(__this, L_0, 0, (ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::TestArchive(System.Boolean,ICSharpCode.SharpZipLib.Zip.TestStrategy,ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_TestArchive_mBF5EA3E81B337289EEEA8E50AB45B8623A03F4E5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, bool ___testData0, int32_t ___strategy1, ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * ___resultHandler2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_TestArchive_mBF5EA3E81B337289EEEA8E50AB45B8623A03F4E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * V_4 = NULL; Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * V_5 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_6 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL; int64_t V_8 = 0; int32_t V_9 = 0; DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * V_10 = NULL; Exception_t * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 5); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B7_0 = 0; { // if (isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_TestArchive_mBF5EA3E81B337289EEEA8E50AB45B8623A03F4E5_RuntimeMethod_var); } IL_0013: { // var status = new TestStatus(this); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_2 = (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *)il2cpp_codegen_object_new(TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177_il2cpp_TypeInfo_var); TestStatus__ctor_m507D7CAA4BCA5552E2F9F4794337673A3016F19D(L_2, __this, /*hidden argument*/NULL); V_0 = L_2; // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_3 = ___resultHandler2; if (!L_3) { goto IL_0025; } } { // resultHandler(status, null); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_4 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_5 = V_0; NullCheck(L_4); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_4, L_5, (String_t*)NULL, /*hidden argument*/NULL); } IL_0025: { // HeaderTest test = testData ? (HeaderTest.Header | HeaderTest.Extract) : HeaderTest.Header; bool L_6 = ___testData0; if (L_6) { goto IL_002b; } } { G_B7_0 = 2; goto IL_002c; } IL_002b: { G_B7_0 = 3; } IL_002c: { V_1 = G_B7_0; // bool testing = true; V_2 = (bool)1; } IL_002f: try { // begin try (depth: 1) { // int entryIndex = 0; V_3 = 0; goto IL_01fc; } IL_0036: { // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_7 = ___resultHandler2; if (!L_7) { goto IL_0055; } } IL_0039: { // status.SetEntry(this[entryIndex]); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_8 = V_0; int32_t L_9 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_10 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_9, /*hidden argument*/NULL); NullCheck(L_8); TestStatus_SetEntry_m72B486F37DAAD37504A2E9301D61DFA8A3AE5C65(L_8, L_10, /*hidden argument*/NULL); // status.SetOperation(TestOperation.EntryHeader); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_11 = V_0; NullCheck(L_11); TestStatus_SetOperation_m537912CB9D55D41C37E5B1221B570331BA1BF97C_inline(L_11, 1, /*hidden argument*/NULL); // resultHandler(status, null); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_12 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_13 = V_0; NullCheck(L_12); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_12, L_13, (String_t*)NULL, /*hidden argument*/NULL); } IL_0055: { } IL_0056: try { // begin try (depth: 2) // TestLocalHeader(this[entryIndex], test); int32_t L_14 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_14, /*hidden argument*/NULL); int32_t L_16 = V_1; ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063(__this, L_15, L_16, /*hidden argument*/NULL); // } catch (ZipException ex) { goto IL_0093; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0067; throw e; } CATCH_0067: { // begin catch(ICSharpCode.SharpZipLib.Zip.ZipException) { // } catch (ZipException ex) { V_4 = ((ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)__exception_local); // status.AddError(); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_17 = V_0; NullCheck(L_17); TestStatus_AddError_m1E459A2C9448565F6D8F28998F1AAD49EF3D0ECE(L_17, /*hidden argument*/NULL); // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_18 = ___resultHandler2; if (!L_18) { goto IL_008a; } } IL_0072: { // resultHandler(status, // string.Format("Exception during test - '{0}'", ex.Message)); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_19 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_20 = V_0; ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_21 = V_4; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_21); String_t* L_23 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralFAF121C47F40C705F02BF8C9A782F7A751FF84A7, L_22, /*hidden argument*/NULL); NullCheck(L_19); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_19, L_20, L_23, /*hidden argument*/NULL); } IL_008a: { // testing &= strategy != TestStrategy.FindFirstError; bool L_24 = V_2; int32_t L_25 = ___strategy1; V_2 = (bool)((int32_t)((int32_t)L_24&(int32_t)((!(((uint32_t)L_25) <= ((uint32_t)0)))? 1 : 0))); // } goto IL_0093; } } // end catch (depth: 2) IL_0093: { // if (testing && testData && this[entryIndex].IsFile) { bool L_26 = V_2; bool L_27 = ___testData0; if (!((int32_t)((int32_t)L_26&(int32_t)L_27))) { goto IL_01e6; } } IL_009b: { int32_t L_28 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_29 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_28, /*hidden argument*/NULL); NullCheck(L_29); bool L_30 = ZipEntry_get_IsFile_mE758192089EAD313077FD2730F905A0D664004E5(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_01e6; } } IL_00ac: { // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_31 = ___resultHandler2; if (!L_31) { goto IL_00be; } } IL_00af: { // status.SetOperation(TestOperation.EntryData); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_32 = V_0; NullCheck(L_32); TestStatus_SetOperation_m537912CB9D55D41C37E5B1221B570331BA1BF97C_inline(L_32, 2, /*hidden argument*/NULL); // resultHandler(status, null); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_33 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_34 = V_0; NullCheck(L_33); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_33, L_34, (String_t*)NULL, /*hidden argument*/NULL); } IL_00be: { // var crc = new Crc32(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_35 = (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)il2cpp_codegen_object_new(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var); Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989(L_35, /*hidden argument*/NULL); V_5 = L_35; // using (Stream entryStream = this.GetInputStream(this[entryIndex])) { int32_t L_36 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_37 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_36, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_38 = ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C(__this, L_37, /*hidden argument*/NULL); V_6 = L_38; } IL_00d4: try { // begin try (depth: 2) { // byte[] buffer = new byte[4096]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_7 = L_39; // long totalBytes = 0; V_8 = (((int64_t)((int64_t)0))); goto IL_010d; } IL_00e6: { // crc.Update(buffer, 0, bytesRead); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_40 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_7; int32_t L_42 = V_9; NullCheck(L_40); Crc32_Update_m78D56FFB9222D89BCD3BC6029B7C20DD2A0DE0C8(L_40, L_41, 0, L_42, /*hidden argument*/NULL); // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_43 = ___resultHandler2; if (!L_43) { goto IL_010d; } } IL_00f5: { // totalBytes += bytesRead; int64_t L_44 = V_8; int32_t L_45 = V_9; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_44, (int64_t)(((int64_t)((int64_t)L_45))))); // status.SetBytesTested(totalBytes); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_46 = V_0; int64_t L_47 = V_8; NullCheck(L_46); TestStatus_SetBytesTested_mD9B83ABCAA3FD23050CB913369D679FF2AEEED2D_inline(L_46, L_47, /*hidden argument*/NULL); // resultHandler(status, null); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_48 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_49 = V_0; NullCheck(L_48); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_48, L_49, (String_t*)NULL, /*hidden argument*/NULL); } IL_010d: { // while ((bytesRead = entryStream.Read(buffer, 0, buffer.Length)) > 0) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_50 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_7; NullCheck(L_52); NullCheck(L_50); int32_t L_53 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_50, L_51, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))))); int32_t L_54 = L_53; V_9 = L_54; if ((((int32_t)L_54) > ((int32_t)0))) { goto IL_00e6; } } IL_0121: { // } IL2CPP_LEAVE(0x12F, FINALLY_0123); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0123; } FINALLY_0123: { // begin finally (depth: 2) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_55 = V_6; if (!L_55) { goto IL_012e; } } IL_0127: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_56 = V_6; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_56); } IL_012e: { IL2CPP_END_FINALLY(291) } } // end finally (depth: 2) IL2CPP_CLEANUP(291) { IL2CPP_JUMP_TBL(0x12F, IL_012f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_012f: { // if (this[entryIndex].Crc != crc.Value) { int32_t L_57 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_58 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_57, /*hidden argument*/NULL); NullCheck(L_58); int64_t L_59 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_58, /*hidden argument*/NULL); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_60 = V_5; NullCheck(L_60); int64_t L_61 = Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C(L_60, /*hidden argument*/NULL); if ((((int64_t)L_59) == ((int64_t)L_61))) { goto IL_0160; } } IL_0144: { // status.AddError(); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_62 = V_0; NullCheck(L_62); TestStatus_AddError_m1E459A2C9448565F6D8F28998F1AAD49EF3D0ECE(L_62, /*hidden argument*/NULL); // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_63 = ___resultHandler2; if (!L_63) { goto IL_0159; } } IL_014d: { // resultHandler(status, "CRC mismatch"); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_64 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_65 = V_0; NullCheck(L_64); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_64, L_65, _stringLiteral28F399C74F745B3A0C801C31B75994EA9E11393A, /*hidden argument*/NULL); } IL_0159: { // testing &= strategy != TestStrategy.FindFirstError; bool L_66 = V_2; int32_t L_67 = ___strategy1; V_2 = (bool)((int32_t)((int32_t)L_66&(int32_t)((!(((uint32_t)L_67) <= ((uint32_t)0)))? 1 : 0))); } IL_0160: { // if ((this[entryIndex].Flags & (int)GeneralBitFlags.Descriptor) != 0) { int32_t L_68 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_69 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_68, /*hidden argument*/NULL); NullCheck(L_69); int32_t L_70 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_69, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_70&(int32_t)8))) { goto IL_01e6; } } IL_0170: { // var helper = new ZipHelperStream(baseStream_); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_71 = __this->get_baseStream__6(); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_72 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_72, L_71, /*hidden argument*/NULL); // var data = new DescriptorData(); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_73 = (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 *)il2cpp_codegen_object_new(DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042_il2cpp_TypeInfo_var); DescriptorData__ctor_m861A154BD924DF2B3EEC981AE8BC8A1B5DAF8457(L_73, /*hidden argument*/NULL); V_10 = L_73; // helper.ReadDataDescriptor(this[entryIndex].LocalHeaderRequiresZip64, data); int32_t L_74 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_75 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_74, /*hidden argument*/NULL); NullCheck(L_75); bool L_76 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_75, /*hidden argument*/NULL); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_77 = V_10; NullCheck(L_72); ZipHelperStream_ReadDataDescriptor_m9D714F0B061CFE9E83C1D118D8CDFD1730C58FA9(L_72, L_76, L_77, /*hidden argument*/NULL); // if (this[entryIndex].Crc != data.Crc) { int32_t L_78 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_79 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_78, /*hidden argument*/NULL); NullCheck(L_79); int64_t L_80 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_79, /*hidden argument*/NULL); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_81 = V_10; NullCheck(L_81); int64_t L_82 = DescriptorData_get_Crc_mA46B877B708CD9C8D827CC87B3DF636A35CC3BFF_inline(L_81, /*hidden argument*/NULL); if ((((int64_t)L_80) == ((int64_t)L_82))) { goto IL_01b0; } } IL_01aa: { // status.AddError(); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_83 = V_0; NullCheck(L_83); TestStatus_AddError_m1E459A2C9448565F6D8F28998F1AAD49EF3D0ECE(L_83, /*hidden argument*/NULL); } IL_01b0: { // if (this[entryIndex].CompressedSize != data.CompressedSize) { int32_t L_84 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_85 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_84, /*hidden argument*/NULL); NullCheck(L_85); int64_t L_86 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_85, /*hidden argument*/NULL); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_87 = V_10; NullCheck(L_87); int64_t L_88 = DescriptorData_get_CompressedSize_m2B1877B527FC3E2CDCE8375200815BC1C5305793_inline(L_87, /*hidden argument*/NULL); if ((((int64_t)L_86) == ((int64_t)L_88))) { goto IL_01cb; } } IL_01c5: { // status.AddError(); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_89 = V_0; NullCheck(L_89); TestStatus_AddError_m1E459A2C9448565F6D8F28998F1AAD49EF3D0ECE(L_89, /*hidden argument*/NULL); } IL_01cb: { // if (this[entryIndex].Size != data.Size) { int32_t L_90 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_91 = ZipFile_get_EntryByIndex_m6E1858584C5B827288B38445BC3290FC3C99B53C(__this, L_90, /*hidden argument*/NULL); NullCheck(L_91); int64_t L_92 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_91, /*hidden argument*/NULL); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_93 = V_10; NullCheck(L_93); int64_t L_94 = DescriptorData_get_Size_mB29FBA010AC60DFFDC614288ECDE133BBF5D5DF3_inline(L_93, /*hidden argument*/NULL); if ((((int64_t)L_92) == ((int64_t)L_94))) { goto IL_01e6; } } IL_01e0: { // status.AddError(); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_95 = V_0; NullCheck(L_95); TestStatus_AddError_m1E459A2C9448565F6D8F28998F1AAD49EF3D0ECE(L_95, /*hidden argument*/NULL); } IL_01e6: { // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_96 = ___resultHandler2; if (!L_96) { goto IL_01f8; } } IL_01e9: { // status.SetOperation(TestOperation.EntryComplete); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_97 = V_0; NullCheck(L_97); TestStatus_SetOperation_m537912CB9D55D41C37E5B1221B570331BA1BF97C_inline(L_97, 3, /*hidden argument*/NULL); // resultHandler(status, null); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_98 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_99 = V_0; NullCheck(L_98); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_98, L_99, (String_t*)NULL, /*hidden argument*/NULL); } IL_01f8: { // entryIndex += 1; int32_t L_100 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); } IL_01fc: { // while (testing && (entryIndex < Count)) { bool L_101 = V_2; if (!L_101) { goto IL_020c; } } IL_01ff: { int32_t L_102 = V_3; int64_t L_103 = ZipFile_get_Count_mBB07C43550FF17882DF6F256CE268C8BE73DE4A7(__this, /*hidden argument*/NULL); if ((((int64_t)(((int64_t)((int64_t)L_102)))) < ((int64_t)L_103))) { goto IL_0036; } } IL_020c: { // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_104 = ___resultHandler2; if (!L_104) { goto IL_021e; } } IL_020f: { // status.SetOperation(TestOperation.MiscellaneousTests); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_105 = V_0; NullCheck(L_105); TestStatus_SetOperation_m537912CB9D55D41C37E5B1221B570331BA1BF97C_inline(L_105, 4, /*hidden argument*/NULL); // resultHandler(status, null); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_106 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_107 = V_0; NullCheck(L_106); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_106, L_107, (String_t*)NULL, /*hidden argument*/NULL); } IL_021e: { // } catch (Exception ex) { goto IL_0245; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0220; throw e; } CATCH_0220: { // begin catch(System.Exception) { // } catch (Exception ex) { V_11 = ((Exception_t *)__exception_local); // status.AddError(); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_108 = V_0; NullCheck(L_108); TestStatus_AddError_m1E459A2C9448565F6D8F28998F1AAD49EF3D0ECE(L_108, /*hidden argument*/NULL); // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_109 = ___resultHandler2; if (!L_109) { goto IL_0243; } } IL_022b: { // resultHandler(status, string.Format("Exception during test - '{0}'", ex.Message)); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_110 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_111 = V_0; Exception_t * L_112 = V_11; NullCheck(L_112); String_t* L_113 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_112); String_t* L_114 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralFAF121C47F40C705F02BF8C9A782F7A751FF84A7, L_113, /*hidden argument*/NULL); NullCheck(L_110); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_110, L_111, L_114, /*hidden argument*/NULL); } IL_0243: { // } goto IL_0245; } } // end catch (depth: 1) IL_0245: { // if (resultHandler != null) { ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_115 = ___resultHandler2; if (!L_115) { goto IL_025e; } } { // status.SetOperation(TestOperation.Complete); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_116 = V_0; NullCheck(L_116); TestStatus_SetOperation_m537912CB9D55D41C37E5B1221B570331BA1BF97C_inline(L_116, 5, /*hidden argument*/NULL); // status.SetEntry(null); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_117 = V_0; NullCheck(L_117); TestStatus_SetEntry_m72B486F37DAAD37504A2E9301D61DFA8A3AE5C65(L_117, (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)NULL, /*hidden argument*/NULL); // resultHandler(status, null); ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * L_118 = ___resultHandler2; TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_119 = V_0; NullCheck(L_118); ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0(L_118, L_119, (String_t*)NULL, /*hidden argument*/NULL); } IL_025e: { // return (status.ErrorCount == 0); TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * L_120 = V_0; NullCheck(L_120); int32_t L_121 = TestStatus_get_ErrorCount_mEAF2345DB9B86660AB1C29D43D5BC217F01EFE88_inline(L_120, /*hidden argument*/NULL); return (bool)((((int32_t)L_121) == ((int32_t)0))? 1 : 0); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::TestLocalHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipFile_HeaderTest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, int32_t ___tests1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; bool V_1 = false; int16_t V_2 = 0; int16_t V_3 = 0; int16_t V_4 = 0; int16_t V_5 = 0; int16_t V_6 = 0; uint32_t V_7 = 0; int64_t V_8 = 0; int64_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_12 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_13 = NULL; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * V_14 = NULL; int32_t V_15 = 0; int64_t V_16 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; int32_t G_B15_0 = 0; int32_t G_B15_1 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; int32_t G_B12_0 = 0; int32_t G_B12_1 = 0; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; int32_t G_B25_0 = 0; int32_t G_B16_0 = 0; int32_t G_B17_0 = 0; int32_t G_B19_0 = 0; int32_t G_B18_0 = 0; int32_t G_B22_0 = 0; int32_t G_B20_0 = 0; int32_t G_B23_0 = 0; int32_t G_B21_0 = 0; int32_t G_B24_0 = 0; String_t* G_B79_0 = NULL; String_t* G_B78_0 = NULL; String_t* G_B87_0 = NULL; String_t* G_B80_0 = NULL; String_t* G_B82_0 = NULL; String_t* G_B81_0 = NULL; String_t* G_B85_0 = NULL; String_t* G_B83_0 = NULL; String_t* G_B84_0 = NULL; String_t* G_B86_0 = NULL; { // lock (baseStream_) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // bool testHeader = (tests & HeaderTest.Header) != 0; int32_t L_2 = ___tests1; // bool testData = (tests & HeaderTest.Extract) != 0; int32_t L_3 = ___tests1; // baseStream_.Seek(offsetOfFirstEntry + entry.Offset, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_baseStream__6(); int64_t L_5 = __this->get_offsetOfFirstEntry_8(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = ___entry0; NullCheck(L_6); int64_t L_7 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_6, /*hidden argument*/NULL); NullCheck(L_4); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_7)), 0); // if ((int)ReadLEUint() != ZipConstants.LocalHeaderSignature) { uint32_t L_8 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); G_B2_0 = ((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); G_B2_1 = ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); if ((((int32_t)L_8) == ((int32_t)((int32_t)67324752)))) { G_B3_0 = ((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); G_B3_1 = ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); goto IL_0066; } } IL_0044: { // throw new ZipException(string.Format("Wrong local header signature @{0:X}", offsetOfFirstEntry + entry.Offset)); int64_t L_9 = __this->get_offsetOfFirstEntry_8(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_10 = ___entry0; NullCheck(L_10); int64_t L_11 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_10, /*hidden argument*/NULL); int64_t L_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)L_11)); RuntimeObject * L_13 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_12); String_t* L_14 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral50A959FCAEF24F5EDC99C1E7CCFA8DD90CFD03BE, L_13, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_15 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0066: { // var extractVersion = (short)(ReadLEUshort() & 0x00ff); uint16_t L_16 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_2 = (((int16_t)((int16_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)255)))))); // var localFlags = (short)ReadLEUshort(); uint16_t L_17 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_3 = (((int16_t)((int16_t)L_17))); // var compressionMethod = (short)ReadLEUshort(); uint16_t L_18 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_4 = (((int16_t)((int16_t)L_18))); // var fileTime = (short)ReadLEUshort(); uint16_t L_19 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_5 = (((int16_t)((int16_t)L_19))); // var fileDate = (short)ReadLEUshort(); uint16_t L_20 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_6 = (((int16_t)((int16_t)L_20))); // uint crcValue = ReadLEUint(); uint32_t L_21 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_7 = L_21; // long compressedSize = ReadLEUint(); uint32_t L_22 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_8 = (((int64_t)((uint64_t)L_22))); // long size = ReadLEUint(); uint32_t L_23 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_9 = (((int64_t)((uint64_t)L_23))); // int storedNameLength = ReadLEUshort(); uint16_t L_24 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_10 = L_24; // int extraDataLength = ReadLEUshort(); uint16_t L_25 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_11 = L_25; // byte[] nameData = new byte[storedNameLength]; int32_t L_26 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_26); V_12 = L_27; // StreamUtils.ReadFully(baseStream_, nameData); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_12; StreamUtils_ReadFully_m86E47659FE8B69F642FBFF56EBCD3A6DB85402C4(L_28, L_29, /*hidden argument*/NULL); // byte[] extraData = new byte[extraDataLength]; int32_t L_30 = V_11; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_30); V_13 = L_31; // StreamUtils.ReadFully(baseStream_, extraData); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_13; StreamUtils_ReadFully_m86E47659FE8B69F642FBFF56EBCD3A6DB85402C4(L_32, L_33, /*hidden argument*/NULL); // var localExtraData = new ZipExtraData(extraData); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_13; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_35 = (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE *)il2cpp_codegen_object_new(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE_il2cpp_TypeInfo_var); ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794(L_35, L_34, /*hidden argument*/NULL); V_14 = L_35; // if (localExtraData.Find(1)) { ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_36 = V_14; NullCheck(L_36); bool L_37 = ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366(L_36, 1, /*hidden argument*/NULL); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; if (!L_37) { G_B11_0 = G_B3_0; G_B11_1 = G_B3_1; goto IL_014d; } } IL_0100: { // size = localExtraData.ReadLong(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_38 = V_14; NullCheck(L_38); int64_t L_39 = ZipExtraData_ReadLong_m37D0E5E248D8439BE90D63D9A57B97C59D7196B9(L_38, /*hidden argument*/NULL); V_9 = L_39; // compressedSize = localExtraData.ReadLong(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_40 = V_14; NullCheck(L_40); int64_t L_41 = ZipExtraData_ReadLong_m37D0E5E248D8439BE90D63D9A57B97C59D7196B9(L_40, /*hidden argument*/NULL); V_8 = L_41; // if ((localFlags & (int)GeneralBitFlags.Descriptor) != 0) { int16_t L_42 = V_3; G_B5_0 = G_B4_0; G_B5_1 = G_B4_1; if (!((int32_t)((int32_t)L_42&(int32_t)8))) { G_B15_0 = G_B4_0; G_B15_1 = G_B4_1; goto IL_0169; } } IL_0117: { // if ((size != -1) && (size != entry.Size)) { int64_t L_43 = V_9; G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; if ((((int64_t)L_43) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { G_B8_0 = G_B5_0; G_B8_1 = G_B5_1; goto IL_0132; } } IL_011d: { int64_t L_44 = V_9; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_45 = ___entry0; NullCheck(L_45); int64_t L_46 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_45, /*hidden argument*/NULL); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if ((((int64_t)L_44) == ((int64_t)L_46))) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_0132; } } IL_0127: { // throw new ZipException("Size invalid for descriptor"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_47 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_47, _stringLiteral18C545555FB88FE15A5F8676D5956E8656A97233, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0132: { // if ((compressedSize != -1) && (compressedSize != entry.CompressedSize)) { int64_t L_48 = V_8; G_B9_0 = G_B8_0; G_B9_1 = G_B8_1; if ((((int64_t)L_48) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { G_B15_0 = G_B8_0; G_B15_1 = G_B8_1; goto IL_0169; } } IL_0138: { int64_t L_49 = V_8; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_50 = ___entry0; NullCheck(L_50); int64_t L_51 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_50, /*hidden argument*/NULL); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; if ((((int64_t)L_49) == ((int64_t)L_51))) { G_B15_0 = G_B9_0; G_B15_1 = G_B9_1; goto IL_0169; } } IL_0142: { // throw new ZipException("Compressed size invalid for descriptor"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_52 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_52, _stringLiteralB8A3BA96E552361E12D89607A513EF07C8B01E4F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_014d: { // if ((extractVersion >= ZipConstants.VersionZip64) && // (((uint)size == uint.MaxValue) || ((uint)compressedSize == uint.MaxValue))) { int16_t L_53 = V_2; G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; if ((((int32_t)L_53) < ((int32_t)((int32_t)45)))) { G_B15_0 = G_B11_0; G_B15_1 = G_B11_1; goto IL_0169; } } IL_0152: { int64_t L_54 = V_9; G_B13_0 = G_B12_0; G_B13_1 = G_B12_1; if ((((int32_t)(((int32_t)((uint32_t)L_54)))) == ((int32_t)(-1)))) { G_B14_0 = G_B12_0; G_B14_1 = G_B12_1; goto IL_015e; } } IL_0158: { int64_t L_55 = V_8; G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; if ((!(((uint32_t)(((int32_t)((uint32_t)L_55)))) == ((uint32_t)(-1))))) { G_B15_0 = G_B13_0; G_B15_1 = G_B13_1; goto IL_0169; } } IL_015e: { // throw new ZipException("Required Zip64 extended information missing"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_56 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_56, _stringLiteral3B4CA941B9309CDE92D27A1239E842963B65A5AD, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0169: { // if (testData) { G_B16_0 = G_B15_1; if (!G_B15_0) { G_B25_0 = G_B15_1; goto IL_01bf; } } IL_016b: { // if (entry.IsFile) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_57 = ___entry0; NullCheck(L_57); bool L_58 = ZipEntry_get_IsFile_mE758192089EAD313077FD2730F905A0D664004E5(L_57, /*hidden argument*/NULL); G_B17_0 = G_B16_0; if (!L_58) { G_B25_0 = G_B16_0; goto IL_01bf; } } IL_0173: { // if (!entry.IsCompressionMethodSupported()) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_59 = ___entry0; NullCheck(L_59); bool L_60 = ZipEntry_IsCompressionMethodSupported_mF17886563F9854B215DF4662B8F0A528968CC4FB(L_59, /*hidden argument*/NULL); G_B18_0 = G_B17_0; if (L_60) { G_B19_0 = G_B17_0; goto IL_0186; } } IL_017b: { // throw new ZipException("Compression method not supported"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_61 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_61, _stringLiteral54E829A1A5E66D3AD79143C5DE25415899955507, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0186: { // if ((extractVersion > ZipConstants.VersionMadeBy) // || ((extractVersion > 20) && (extractVersion < ZipConstants.VersionZip64))) { int16_t L_62 = V_2; G_B20_0 = G_B19_0; if ((((int32_t)L_62) > ((int32_t)((int32_t)51)))) { G_B22_0 = G_B19_0; goto IL_0195; } } IL_018b: { int16_t L_63 = V_2; G_B21_0 = G_B20_0; if ((((int32_t)L_63) <= ((int32_t)((int32_t)20)))) { G_B23_0 = G_B20_0; goto IL_01ab; } } IL_0190: { int16_t L_64 = V_2; G_B22_0 = G_B21_0; if ((((int32_t)L_64) >= ((int32_t)((int32_t)45)))) { G_B23_0 = G_B21_0; goto IL_01ab; } } IL_0195: { // throw new ZipException(string.Format("Version required to extract this entry not supported ({0})", extractVersion)); int16_t L_65 = V_2; int16_t L_66 = L_65; RuntimeObject * L_67 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_66); String_t* L_68 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral4D8C7AF66612A1A118C83E500719EA71AC40DCD8, L_67, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_69 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_69, L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_01ab: { // if ((localFlags & (int)(GeneralBitFlags.Patched | GeneralBitFlags.StrongEncryption | GeneralBitFlags.EnhancedCompress | GeneralBitFlags.HeaderMasked)) != 0) { int16_t L_70 = V_3; G_B24_0 = G_B23_0; if (!((int32_t)((int32_t)L_70&(int32_t)((int32_t)12384)))) { G_B25_0 = G_B23_0; goto IL_01bf; } } IL_01b4: { // throw new ZipException("The library does not support the zip version required to extract this entry"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_71 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_71, _stringLiteralD597F91B226BC590BFB2930B5065ED82C3463339, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_01bf: { // if (testHeader) { if (!G_B25_0) { goto IL_03de; } } IL_01c4: { // if ((extractVersion <= 63) && // Ignore later versions as we dont know about them.. // (extractVersion != 10) && // (extractVersion != 11) && // (extractVersion != 20) && // (extractVersion != 21) && // (extractVersion != 25) && // (extractVersion != 27) && // (extractVersion != 45) && // (extractVersion != 46) && // (extractVersion != 50) && // (extractVersion != 51) && // (extractVersion != 52) && // (extractVersion != 61) && // (extractVersion != 62) && // (extractVersion != 63) // ) { int16_t L_72 = V_2; if ((((int32_t)L_72) > ((int32_t)((int32_t)63)))) { goto IL_0225; } } IL_01c9: { int16_t L_73 = V_2; if ((((int32_t)L_73) == ((int32_t)((int32_t)10)))) { goto IL_0225; } } IL_01ce: { int16_t L_74 = V_2; if ((((int32_t)L_74) == ((int32_t)((int32_t)11)))) { goto IL_0225; } } IL_01d3: { int16_t L_75 = V_2; if ((((int32_t)L_75) == ((int32_t)((int32_t)20)))) { goto IL_0225; } } IL_01d8: { int16_t L_76 = V_2; if ((((int32_t)L_76) == ((int32_t)((int32_t)21)))) { goto IL_0225; } } IL_01dd: { int16_t L_77 = V_2; if ((((int32_t)L_77) == ((int32_t)((int32_t)25)))) { goto IL_0225; } } IL_01e2: { int16_t L_78 = V_2; if ((((int32_t)L_78) == ((int32_t)((int32_t)27)))) { goto IL_0225; } } IL_01e7: { int16_t L_79 = V_2; if ((((int32_t)L_79) == ((int32_t)((int32_t)45)))) { goto IL_0225; } } IL_01ec: { int16_t L_80 = V_2; if ((((int32_t)L_80) == ((int32_t)((int32_t)46)))) { goto IL_0225; } } IL_01f1: { int16_t L_81 = V_2; if ((((int32_t)L_81) == ((int32_t)((int32_t)50)))) { goto IL_0225; } } IL_01f6: { int16_t L_82 = V_2; if ((((int32_t)L_82) == ((int32_t)((int32_t)51)))) { goto IL_0225; } } IL_01fb: { int16_t L_83 = V_2; if ((((int32_t)L_83) == ((int32_t)((int32_t)52)))) { goto IL_0225; } } IL_0200: { int16_t L_84 = V_2; if ((((int32_t)L_84) == ((int32_t)((int32_t)61)))) { goto IL_0225; } } IL_0205: { int16_t L_85 = V_2; if ((((int32_t)L_85) == ((int32_t)((int32_t)62)))) { goto IL_0225; } } IL_020a: { int16_t L_86 = V_2; if ((((int32_t)L_86) == ((int32_t)((int32_t)63)))) { goto IL_0225; } } IL_020f: { // throw new ZipException(string.Format("Version required to extract this entry is invalid ({0})", extractVersion)); int16_t L_87 = V_2; int16_t L_88 = L_87; RuntimeObject * L_89 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_88); String_t* L_90 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral09189B5AEA21D06EF04ABBCBF5E16F4470CB14E5, L_89, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_91 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_91, L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0225: { // if ((localFlags & (int)(GeneralBitFlags.ReservedPKware4 | GeneralBitFlags.ReservedPkware14 | GeneralBitFlags.ReservedPkware15)) != 0) { int16_t L_92 = V_3; if (!((int32_t)((int32_t)L_92&(int32_t)((int32_t)49168)))) { goto IL_0239; } } IL_022e: { // throw new ZipException("Reserved bit flags cannot be set."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_93 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_93, _stringLiteral56581BE68DD2FE12F85C28659C47D8E949CEBA2A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_93, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0239: { // if (((localFlags & (int)GeneralBitFlags.Encrypted) != 0) && (extractVersion < 20)) { int16_t L_94 = V_3; if (!((int32_t)((int32_t)L_94&(int32_t)1))) { goto IL_0259; } } IL_023e: { int16_t L_95 = V_2; if ((((int32_t)L_95) >= ((int32_t)((int32_t)20)))) { goto IL_0259; } } IL_0243: { // throw new ZipException(string.Format("Version required to extract this entry is too low for encryption ({0})", extractVersion)); int16_t L_96 = V_2; int16_t L_97 = L_96; RuntimeObject * L_98 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_97); String_t* L_99 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral20867FF1CD3519EE62803FEAEAF90C6DF4950A3F, L_98, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_100 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_100, L_99, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0259: { // if ((localFlags & (int)GeneralBitFlags.StrongEncryption) != 0) { int16_t L_101 = V_3; if (!((int32_t)((int32_t)L_101&(int32_t)((int32_t)64)))) { goto IL_028a; } } IL_025f: { // if ((localFlags & (int)GeneralBitFlags.Encrypted) == 0) { int16_t L_102 = V_3; if (((int32_t)((int32_t)L_102&(int32_t)1))) { goto IL_026f; } } IL_0264: { // throw new ZipException("Strong encryption flag set but encryption flag is not set"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_103 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_103, _stringLiteralE59800C6A2BA4F221BB306235C4F5AEDDC492A34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_026f: { // if (extractVersion < 50) { int16_t L_104 = V_2; if ((((int32_t)L_104) >= ((int32_t)((int32_t)50)))) { goto IL_028a; } } IL_0274: { // throw new ZipException(string.Format("Version required to extract this entry is too low for encryption ({0})", extractVersion)); int16_t L_105 = V_2; int16_t L_106 = L_105; RuntimeObject * L_107 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_106); String_t* L_108 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral20867FF1CD3519EE62803FEAEAF90C6DF4950A3F, L_107, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_109 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_109, L_108, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_028a: { // if (((localFlags & (int)GeneralBitFlags.Patched) != 0) && (extractVersion < 27)) { int16_t L_110 = V_3; if (!((int32_t)((int32_t)L_110&(int32_t)((int32_t)32)))) { goto IL_02ab; } } IL_0290: { int16_t L_111 = V_2; if ((((int32_t)L_111) >= ((int32_t)((int32_t)27)))) { goto IL_02ab; } } IL_0295: { // throw new ZipException(string.Format("Patched data requires higher version than ({0})", extractVersion)); int16_t L_112 = V_2; int16_t L_113 = L_112; RuntimeObject * L_114 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_113); String_t* L_115 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral9DE34B297105832C5C61436BA36FCA475D56CCBF, L_114, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_116 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_116, L_115, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_116, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_02ab: { // if (localFlags != entry.Flags) { int16_t L_117 = V_3; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_118 = ___entry0; NullCheck(L_118); int32_t L_119 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_118, /*hidden argument*/NULL); if ((((int32_t)L_117) == ((int32_t)L_119))) { goto IL_02bf; } } IL_02b4: { // throw new ZipException("Central header/local header flags mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_120 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_120, _stringLiteral7F1FEF55895E542212C1DAE7F7B842B168B81838, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_120, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_02bf: { // if (entry.CompressionMethod != (CompressionMethod)compressionMethod) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_121 = ___entry0; NullCheck(L_121); int32_t L_122 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_121, /*hidden argument*/NULL); int16_t L_123 = V_4; if ((((int32_t)L_122) == ((int32_t)L_123))) { goto IL_02d4; } } IL_02c9: { // throw new ZipException("Central header/local header compression method mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_124 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_124, _stringLiteral1BCE1D8CD3689A6DE43D2E93F5982631B295E121, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_124, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_02d4: { // if (entry.Version != extractVersion) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_125 = ___entry0; NullCheck(L_125); int32_t L_126 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_125, /*hidden argument*/NULL); int16_t L_127 = V_2; if ((((int32_t)L_126) == ((int32_t)L_127))) { goto IL_02e8; } } IL_02dd: { // throw new ZipException("Extract version mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_128 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_128, _stringLiteralF31F16859A1B3CE78F7ECCD40944696198236F09, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_02e8: { // if ((localFlags & (int)GeneralBitFlags.StrongEncryption) != 0) { int16_t L_129 = V_3; if (!((int32_t)((int32_t)L_129&(int32_t)((int32_t)64)))) { goto IL_02fe; } } IL_02ee: { // if (extractVersion < 62) { int16_t L_130 = V_2; if ((((int32_t)L_130) >= ((int32_t)((int32_t)62)))) { goto IL_02fe; } } IL_02f3: { // throw new ZipException("Strong encryption flag set but version not high enough"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_131 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_131, _stringLiteralDD94B72686D437F7E9EB142AE0CE2F9D62DEC037, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_131, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_02fe: { // if ((localFlags & (int)GeneralBitFlags.HeaderMasked) != 0) { int16_t L_132 = V_3; if (!((int32_t)((int32_t)L_132&(int32_t)((int32_t)8192)))) { goto IL_031a; } } IL_0307: { // if ((fileTime != 0) || (fileDate != 0)) { int16_t L_133 = V_5; if (L_133) { goto IL_030f; } } IL_030b: { int16_t L_134 = V_6; if (!L_134) { goto IL_031a; } } IL_030f: { // throw new ZipException("Header masked set but date/time values non-zero"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_135 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_135, _stringLiteral3D4BD3D136E1D329BBA61FA5077E5D1964D5E8EC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_135, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_031a: { // if ((localFlags & (int)GeneralBitFlags.Descriptor) == 0) { int16_t L_136 = V_3; if (((int32_t)((int32_t)L_136&(int32_t)8))) { goto IL_0335; } } IL_031f: { // if (crcValue != (uint)entry.Crc) { uint32_t L_137 = V_7; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_138 = ___entry0; NullCheck(L_138); int64_t L_139 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_138, /*hidden argument*/NULL); if ((((int32_t)L_137) == ((int32_t)(((int32_t)((uint32_t)L_139)))))) { goto IL_0335; } } IL_032a: { // throw new ZipException("Central header/local header crc mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_140 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_140, _stringLiteral39291AA855442648B517F39842A9B814B75058DA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_140, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0335: { // if ((size == 0) && (compressedSize == 0)) { int64_t L_141 = V_9; if (L_141) { goto IL_034c; } } IL_0339: { int64_t L_142 = V_8; if (L_142) { goto IL_034c; } } IL_033d: { // if (crcValue != 0) { uint32_t L_143 = V_7; if (!L_143) { goto IL_034c; } } IL_0341: { // throw new ZipException("Invalid CRC for empty entry"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_144 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_144, _stringLiteralE3538768096A3991A4BF608E6CAE537CECA28115, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_144, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_034c: { // if (entry.Name.Length > storedNameLength) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_145 = ___entry0; NullCheck(L_145); String_t* L_146 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_145, /*hidden argument*/NULL); NullCheck(L_146); int32_t L_147 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_146, /*hidden argument*/NULL); int32_t L_148 = V_10; if ((((int32_t)L_147) <= ((int32_t)L_148))) { goto IL_0366; } } IL_035b: { // throw new ZipException("File name length mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_149 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_149, _stringLiteral5F26A849DA1D73760E69154011821EC351D912A8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_149, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0366: { // string localName = ZipConstants.ConvertToStringExt(localFlags, nameData); int16_t L_150 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_151 = V_12; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); String_t* L_152 = ZipConstants_ConvertToStringExt_mF35CC10EDDDED13486148196D44E8BD1702F2D15(L_150, L_151, /*hidden argument*/NULL); // if (localName != entry.Name) { String_t* L_153 = L_152; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_154 = ___entry0; NullCheck(L_154); String_t* L_155 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_154, /*hidden argument*/NULL); bool L_156 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_153, L_155, /*hidden argument*/NULL); G_B78_0 = L_153; if (!L_156) { G_B79_0 = L_153; goto IL_0387; } } IL_037c: { // throw new ZipException("Central header and local header file name mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_157 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_157, _stringLiteral0369892ACF8005552A840CA405FBDD55A975608F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_157, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0387: { // if (entry.IsDirectory) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_158 = ___entry0; NullCheck(L_158); bool L_159 = ZipEntry_get_IsDirectory_m773E5B3D941524E27554E4C422B9D1195924B67B(L_158, /*hidden argument*/NULL); G_B80_0 = G_B79_0; if (!L_159) { G_B87_0 = G_B79_0; goto IL_03cb; } } IL_038f: { // if (size > 0) { int64_t L_160 = V_9; G_B81_0 = G_B80_0; if ((((int64_t)L_160) <= ((int64_t)(((int64_t)((int64_t)0)))))) { G_B82_0 = G_B80_0; goto IL_03a0; } } IL_0395: { // throw new ZipException("Directory cannot have size"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_161 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_161, _stringLiteralD523E37930DA2EFE305D18193FC6B4BF070E1302, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_161, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_03a0: { // if (entry.IsCrypted) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_162 = ___entry0; NullCheck(L_162); bool L_163 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_162, /*hidden argument*/NULL); G_B83_0 = G_B82_0; if (!L_163) { G_B85_0 = G_B82_0; goto IL_03ba; } } IL_03a8: { // if (compressedSize > ZipConstants.CryptoHeaderSize + 2) { int64_t L_164 = V_8; G_B84_0 = G_B83_0; if ((((int64_t)L_164) <= ((int64_t)(((int64_t)((int64_t)((int32_t)14))))))) { G_B87_0 = G_B83_0; goto IL_03cb; } } IL_03af: { // throw new ZipException("Directory compressed size invalid"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_165 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_165, _stringLiteral81D5BDE8B3587413BCCC66B69066664E4814D507, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_165, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_03ba: { // } else if (compressedSize > 2) { int64_t L_166 = V_8; G_B86_0 = G_B85_0; if ((((int64_t)L_166) <= ((int64_t)(((int64_t)((int64_t)2)))))) { G_B87_0 = G_B85_0; goto IL_03cb; } } IL_03c0: { // throw new ZipException("Directory compressed size invalid"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_167 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_167, _stringLiteral81D5BDE8B3587413BCCC66B69066664E4814D507, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_167, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_03cb: { // if (!ZipNameTransform.IsValidName(localName, true)) { IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); bool L_168 = ZipNameTransform_IsValidName_mCACCA77698E2D1C7C3EEC3B22A05EC4753C714C4(G_B87_0, (bool)1, /*hidden argument*/NULL); if (L_168) { goto IL_03de; } } IL_03d3: { // throw new ZipException("Name is invalid"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_169 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_169, _stringLiteralFA58667ED1EDEC84296D368C7716463FFE0E139E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_169, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_03de: { // if (((localFlags & (int)GeneralBitFlags.Descriptor) == 0) || // ((size > 0 || compressedSize > 0) && entry.Size > 0)) { int16_t L_170 = V_3; if (!((int32_t)((int32_t)L_170&(int32_t)8))) { goto IL_03f9; } } IL_03e3: { int64_t L_171 = V_9; if ((((int64_t)L_171) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_03ef; } } IL_03e9: { int64_t L_172 = V_8; if ((((int64_t)L_172) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0465; } } IL_03ef: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_173 = ___entry0; NullCheck(L_173); int64_t L_174 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_173, /*hidden argument*/NULL); if ((((int64_t)L_174) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0465; } } IL_03f9: { // if ((size != 0) // && (size != entry.Size)) { int64_t L_175 = V_9; if (!L_175) { goto IL_0429; } } IL_03fd: { int64_t L_176 = V_9; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_177 = ___entry0; NullCheck(L_177); int64_t L_178 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_177, /*hidden argument*/NULL); if ((((int64_t)L_176) == ((int64_t)L_178))) { goto IL_0429; } } IL_0407: { // throw new ZipException( // string.Format("Size mismatch between central header({0}) and local header({1})", // entry.Size, size)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_179 = ___entry0; NullCheck(L_179); int64_t L_180 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_179, /*hidden argument*/NULL); int64_t L_181 = L_180; RuntimeObject * L_182 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_181); int64_t L_183 = V_9; int64_t L_184 = L_183; RuntimeObject * L_185 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_184); String_t* L_186 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralF30A3572451E4EFA34269A4A0AFAB91210927E06, L_182, L_185, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_187 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_187, L_186, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_187, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0429: { // if ((compressedSize != 0) // && (compressedSize != entry.CompressedSize && compressedSize != 0xFFFFFFFF && compressedSize != -1)) { int64_t L_188 = V_8; if (!L_188) { goto IL_0465; } } IL_042d: { int64_t L_189 = V_8; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_190 = ___entry0; NullCheck(L_190); int64_t L_191 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_190, /*hidden argument*/NULL); if ((((int64_t)L_189) == ((int64_t)L_191))) { goto IL_0465; } } IL_0437: { int64_t L_192 = V_8; if ((((int64_t)L_192) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0465; } } IL_043d: { int64_t L_193 = V_8; if ((((int64_t)L_193) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0465; } } IL_0443: { // throw new ZipException( // string.Format("Compressed size mismatch between central header({0}) and local header({1})", // entry.CompressedSize, compressedSize)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_194 = ___entry0; NullCheck(L_194); int64_t L_195 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_194, /*hidden argument*/NULL); int64_t L_196 = L_195; RuntimeObject * L_197 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_196); int64_t L_198 = V_8; int64_t L_199 = L_198; RuntimeObject * L_200 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_199); String_t* L_201 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral6F12B96EB8720FC88897076092F29B5DA57F38D3, L_197, L_200, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_202 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_202, L_201, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_202, ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063_RuntimeMethod_var); } IL_0465: { // int extraLength = storedNameLength + extraDataLength; int32_t L_203 = V_10; int32_t L_204 = V_11; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_203, (int32_t)L_204)); // return offsetOfFirstEntry + entry.Offset + ZipConstants.LocalHeaderBaseSize + extraLength; int64_t L_205 = __this->get_offsetOfFirstEntry_8(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_206 = ___entry0; NullCheck(L_206); int64_t L_207 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_206, /*hidden argument*/NULL); int32_t L_208 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_205, (int64_t)L_207)), (int64_t)(((int64_t)((int64_t)((int32_t)30)))))), (int64_t)(((int64_t)((int64_t)L_208))))); IL2CPP_LEAVE(0x48F, FINALLY_0485); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0485; } FINALLY_0485: { // begin finally (depth: 1) { bool L_209 = V_1; if (!L_209) { goto IL_048e; } } IL_0488: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_210 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_210, /*hidden argument*/NULL); } IL_048e: { IL2CPP_END_FINALLY(1157) } } // end finally (depth: 1) IL2CPP_CLEANUP(1157) { IL2CPP_JUMP_TBL(0x48F, IL_048f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_048f: { // } int64_t L_211 = V_16; return L_211; } } // ICSharpCode.SharpZipLib.Core.INameTransform ICSharpCode.SharpZipLib.Zip.ZipFile::get_NameTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_get_NameTransform_m52230C80534345DBF7DEEEA8D6AEACF6D26F25E5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_get_NameTransform_m52230C80534345DBF7DEEEA8D6AEACF6D26F25E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // return updateEntryFactory_.NameTransform; RuntimeObject* L_0 = __this->get_updateEntryFactory__23(); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* ICSharpCode.SharpZipLib.Core.INameTransform ICSharpCode.SharpZipLib.Zip.IEntryFactory::get_NameTransform() */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_NameTransform(ICSharpCode.SharpZipLib.Core.INameTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_set_NameTransform_m09000991C3212CCF052D947CE05FEF7D5E1F5728 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_set_NameTransform_m09000991C3212CCF052D947CE05FEF7D5E1F5728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // updateEntryFactory_.NameTransform = value; RuntimeObject* L_0 = __this->get_updateEntryFactory__23(); RuntimeObject* L_1 = ___value0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void ICSharpCode.SharpZipLib.Zip.IEntryFactory::set_NameTransform(ICSharpCode.SharpZipLib.Core.INameTransform) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // ICSharpCode.SharpZipLib.Zip.IEntryFactory ICSharpCode.SharpZipLib.Zip.ZipFile::get_EntryFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // return updateEntryFactory_; RuntimeObject* L_0 = __this->get_updateEntryFactory__23(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_EntryFactory(ICSharpCode.SharpZipLib.Zip.IEntryFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_set_EntryFactory_m7C17F03429B0A398EE7C61553B3227FA98380B3E (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_set_EntryFactory_m7C17F03429B0A398EE7C61553B3227FA98380B3E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (value == null) { RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_000f; } } { // updateEntryFactory_ = new ZipEntryFactory(); ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 * L_1 = (ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2 *)il2cpp_codegen_object_new(ZipEntryFactory_tC1464269E7A41C83A03F6A6595D1F88D144D4BE2_il2cpp_TypeInfo_var); ZipEntryFactory__ctor_m3E4271D0935F5A13191418CE79296346FC9B55C5(L_1, /*hidden argument*/NULL); __this->set_updateEntryFactory__23(L_1); // } else { return; } IL_000f: { // updateEntryFactory_ = value; RuntimeObject* L_2 = ___value0; __this->set_updateEntryFactory__23(L_2); // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::get_BufferSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_get_BufferSize_mE33969A474908ADA4DA1249C555D601723D9B93F (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return bufferSize_; } int32_t L_0 = __this->get_bufferSize__19(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_BufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_set_BufferSize_m6238EBDEB7346EB50AF8AC62852539A926418E90 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_set_BufferSize_m6238EBDEB7346EB50AF8AC62852539A926418E90_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (value < 1024) { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)1024)))) { goto IL_0018; } } { // throw new ArgumentOutOfRangeException("nameof(value)", "cannot be below 1024"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral14CF46EB7F4542C3AEEEB4FCD0BAE5336CF25C74, _stringLiteralD0B75175E38094201AF2129A358D6657B4F22C56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_set_BufferSize_m6238EBDEB7346EB50AF8AC62852539A926418E90_RuntimeMethod_var); } IL_0018: { // if (bufferSize_ != value) { int32_t L_2 = __this->get_bufferSize__19(); int32_t L_3 = ___value0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_002f; } } { // bufferSize_ = value; int32_t L_4 = ___value0; __this->set_bufferSize__19(L_4); // copyBuffer_ = null; __this->set_copyBuffer__20((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); } IL_002f: { // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::get_IsUpdating() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_get_IsUpdating_m16BFE64B3CC6B9CFA4C6BA74A2194A22C957F7F5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return updates_ != null; } List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_0 = __this->get_updates__13(); return (bool)((!(((RuntimeObject*)(List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipFile::get_UseZip64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_get_UseZip64_mDC4CCD3F544B911BC9E4A76D0F62EFAF12536237 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return useZip64_; } int32_t L_0 = __this->get_useZip64__12(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::set_UseZip64(ICSharpCode.SharpZipLib.Zip.UseZip64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_set_UseZip64_m19C0A2503AC77F33A495A2BC3B71A1ECE86273DB (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { useZip64_ = value; } int32_t L_0 = ___value0; __this->set_useZip64__12(L_0); // set { useZip64_ = value; } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::BeginUpdate(ICSharpCode.SharpZipLib.Zip.IArchiveStorage,ICSharpCode.SharpZipLib.Zip.IDynamicDataSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___archiveStorage0, RuntimeObject* ___dataSource1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* V_1 = NULL; int32_t V_2 = 0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_3 = NULL; int32_t V_4 = 0; Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 V_5; memset((&V_5), 0, sizeof(V_5)); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // if (archiveStorage == null) { RuntimeObject* L_0 = ___archiveStorage0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(archiveStorage)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1302B57BB3113BC5C16040137A318A658610DC90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1_RuntimeMethod_var); } IL_000e: { // if (dataSource == null) { RuntimeObject* L_2 = ___dataSource1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException("nameof(dataSource)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE98B640A926CAD59A34E05491329944F1B8BD752, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1_RuntimeMethod_var); } IL_001c: { // if (isDisposed_) { bool L_4 = __this->get_isDisposed__2(); if (!L_4) { goto IL_002f; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_5 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_5, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1_RuntimeMethod_var); } IL_002f: { // if (IsEmbeddedArchive) { bool L_6 = ZipFile_get_IsEmbeddedArchive_m37C2A96F88CCC7BB064AF6CA704F05EAB5073EEA(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } { // throw new ZipException("Cannot update embedded/SFX archives"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_7 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_7, _stringLiteral4324FBAD5468BB66C0E7A5151C75893C9FD782AD, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1_RuntimeMethod_var); } IL_0042: { // archiveStorage_ = archiveStorage; RuntimeObject* L_8 = ___archiveStorage0; __this->set_archiveStorage__16(L_8); // updateDataSource_ = dataSource; RuntimeObject* L_9 = ___dataSource1; __this->set_updateDataSource__17(L_9); // updateIndex_ = new Dictionary(); Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_10 = (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)il2cpp_codegen_object_new(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var); Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62(L_10, /*hidden argument*/Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var); __this->set_updateIndex__15(L_10); // updates_ = new List(entries_.Length); ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_11 = __this->get_entries__9(); NullCheck(L_11); List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_12 = (List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *)il2cpp_codegen_object_new(List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2_il2cpp_TypeInfo_var); List_1__ctor_m4959AF4916D045B140EC929CC1501AF793C1261B(L_12, (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), /*hidden argument*/List_1__ctor_m4959AF4916D045B140EC929CC1501AF793C1261B_RuntimeMethod_var); __this->set_updates__13(L_12); // foreach (ZipEntry entry in entries_) { ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_13 = __this->get_entries__9(); V_1 = L_13; V_2 = 0; goto IL_00b2; } IL_0079: { // foreach (ZipEntry entry in entries_) { ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_14 = V_1; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_3 = L_17; // int index = updates_.Count; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_18 = __this->get_updates__13(); NullCheck(L_18); int32_t L_19 = List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_inline(L_18, /*hidden argument*/List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_RuntimeMethod_var); V_4 = L_19; // updates_.Add(new ZipUpdate(entry)); List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_20 = __this->get_updates__13(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_21 = V_3; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_22 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m63A661FB173127CC6FFA8F6C491336CB1D406369(L_22, L_21, /*hidden argument*/NULL); NullCheck(L_20); List_1_Add_m0831BAB31D6454A9EDCCEDFB82350BF97FA805C6(L_20, L_22, /*hidden argument*/List_1_Add_m0831BAB31D6454A9EDCCEDFB82350BF97FA805C6_RuntimeMethod_var); // updateIndex_.Add(entry.Name, index); Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_23 = __this->get_updateIndex__15(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_24 = V_3; NullCheck(L_24); String_t* L_25 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_24, /*hidden argument*/NULL); int32_t L_26 = V_4; NullCheck(L_23); Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76(L_23, L_25, L_26, /*hidden argument*/Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00b2: { // foreach (ZipEntry entry in entries_) { int32_t L_28 = V_2; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_29 = V_1; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))))) { goto IL_0079; } } { // updates_.Sort(new UpdateComparer()); List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_30 = __this->get_updates__13(); UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B * L_31 = (UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B *)il2cpp_codegen_object_new(UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B_il2cpp_TypeInfo_var); UpdateComparer__ctor_m9130FEE699F04C82F4807E1316C4E6890749815A(L_31, /*hidden argument*/NULL); NullCheck(L_30); List_1_Sort_m165A2D968D56C4DE9ECBD5BC06C23E4CFCD5F180(L_30, L_31, /*hidden argument*/List_1_Sort_m165A2D968D56C4DE9ECBD5BC06C23E4CFCD5F180_RuntimeMethod_var); // int idx = 0; V_0 = 0; // foreach (ZipUpdate update in updates_) { List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_32 = __this->get_updates__13(); NullCheck(L_32); Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 L_33 = List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B(L_32, /*hidden argument*/List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B_RuntimeMethod_var); V_5 = L_33; } IL_00d7: try { // begin try (depth: 1) { goto IL_0124; } IL_00d9: { // foreach (ZipUpdate update in updates_) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_34 = Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_inline((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_5), /*hidden argument*/Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_RuntimeMethod_var); V_6 = L_34; // if (idx == updates_.Count - 1) int32_t L_35 = V_0; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_36 = __this->get_updates__13(); NullCheck(L_36); int32_t L_37 = List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_inline(L_36, /*hidden argument*/List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_RuntimeMethod_var); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)))))) { goto IL_00f4; } } IL_00f2: { // break; IL2CPP_LEAVE(0x13D, FINALLY_012f); } IL_00f4: { // update.OffsetBasedSize = ((ZipUpdate)updates_[idx + 1]).Entry.Offset - update.Entry.Offset; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_38 = V_6; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_39 = __this->get_updates__13(); int32_t L_40 = V_0; NullCheck(L_39); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_41 = List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_inline(L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)), /*hidden argument*/List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_RuntimeMethod_var); NullCheck(L_41); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_42 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_41, /*hidden argument*/NULL); NullCheck(L_42); int64_t L_43 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_42, /*hidden argument*/NULL); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_44 = V_6; NullCheck(L_44); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_45 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_44, /*hidden argument*/NULL); NullCheck(L_45); int64_t L_46 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_45, /*hidden argument*/NULL); NullCheck(L_38); ZipUpdate_set_OffsetBasedSize_m3FE71DAB267E6DA9D64DE20C41014B8B7263346F_inline(L_38, ((int64_t)il2cpp_codegen_subtract((int64_t)L_43, (int64_t)L_46)), /*hidden argument*/NULL); // idx++; int32_t L_47 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0124: { // foreach (ZipUpdate update in updates_) { bool L_48 = Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64_RuntimeMethod_var); if (L_48) { goto IL_00d9; } } IL_012d: { IL2CPP_LEAVE(0x13D, FINALLY_012f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012f; } FINALLY_012f: { // begin finally (depth: 1) Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_5), /*hidden argument*/Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22_RuntimeMethod_var); IL2CPP_END_FINALLY(303) } // end finally (depth: 1) IL2CPP_CLEANUP(303) { IL2CPP_JUMP_TBL(0x13D, IL_013d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_013d: { // updateCount_ = updates_.Count; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_49 = __this->get_updates__13(); NullCheck(L_49); int32_t L_50 = List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_inline(L_49, /*hidden argument*/List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_RuntimeMethod_var); __this->set_updateCount__14((((int64_t)((int64_t)L_50)))); // contentsEdited_ = false; __this->set_contentsEdited__18((bool)0); // commentEdited_ = false; __this->set_commentEdited__22((bool)0); // newComment_ = null; __this->set_newComment__21((ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A *)NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::BeginUpdate(ICSharpCode.SharpZipLib.Zip.IArchiveStorage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_BeginUpdate_m6D8DA389B9DA674324810503C6DDA59B179A4F5F (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___archiveStorage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_BeginUpdate_m6D8DA389B9DA674324810503C6DDA59B179A4F5F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // BeginUpdate(archiveStorage, new DynamicDiskDataSource()); RuntimeObject* L_0 = ___archiveStorage0; DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC * L_1 = (DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC *)il2cpp_codegen_object_new(DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC_il2cpp_TypeInfo_var); DynamicDiskDataSource__ctor_m6F15327F4EA5E7472F859856FD197F9CA4CD894D(L_1, /*hidden argument*/NULL); ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::BeginUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_BeginUpdate_m9349B51E992797C90B8CC111B8174A20B52BC805 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_BeginUpdate_m9349B51E992797C90B8CC111B8174A20B52BC805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (Name == null) { String_t* L_0 = ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0019; } } { // BeginUpdate(new MemoryArchiveStorage(), new DynamicDiskDataSource()); MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21 * L_1 = (MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21 *)il2cpp_codegen_object_new(MemoryArchiveStorage_t2558D40839A01488B5CBC6FDECC3B1D693AE7C21_il2cpp_TypeInfo_var); MemoryArchiveStorage__ctor_m210830CB6F2F6B373339639266877FC60A4E0BB2(L_1, /*hidden argument*/NULL); DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC * L_2 = (DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC *)il2cpp_codegen_object_new(DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC_il2cpp_TypeInfo_var); DynamicDiskDataSource__ctor_m6F15327F4EA5E7472F859856FD197F9CA4CD894D(L_2, /*hidden argument*/NULL); ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1(__this, L_1, L_2, /*hidden argument*/NULL); // } else { return; } IL_0019: { // BeginUpdate(new DiskArchiveStorage(this), new DynamicDiskDataSource()); DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA * L_3 = (DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA *)il2cpp_codegen_object_new(DiskArchiveStorage_t3AE4BBD2FC1FF3BA33025B068AB11368ECF0A8CA_il2cpp_TypeInfo_var); DiskArchiveStorage__ctor_m85C1C417B4A740C007781020E8196E20F2B7A0C4(L_3, __this, /*hidden argument*/NULL); DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC * L_4 = (DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC *)il2cpp_codegen_object_new(DynamicDiskDataSource_t97394B9CF3F59A8A78E92F045E6B6A2CFEB113DC_il2cpp_TypeInfo_var); DynamicDiskDataSource__ctor_m6F15327F4EA5E7472F859856FD197F9CA4CD894D(L_4, /*hidden argument*/NULL); ZipFile_BeginUpdate_m7B5C56D4E7CF3D0CEC75845960EDE1E2A492FDC1(__this, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CommitUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CommitUpdate_mFE0EF7F613C2E81DB19EA4F07169A3DA9F14C5AE (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CommitUpdate_mFE0EF7F613C2E81DB19EA4F07169A3DA9F14C5AE_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B11_0 = NULL; { // if (isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_CommitUpdate_mFE0EF7F613C2E81DB19EA4F07169A3DA9F14C5AE_RuntimeMethod_var); } IL_0013: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); } IL_0019: try { // begin try (depth: 1) { // updateIndex_.Clear(); Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_2 = __this->get_updateIndex__15(); NullCheck(L_2); Dictionary_2_Clear_m6A58BA89831E5B50D4E5A029E55A45ABEEB6C725(L_2, /*hidden argument*/Dictionary_2_Clear_m6A58BA89831E5B50D4E5A029E55A45ABEEB6C725_RuntimeMethod_var); // updateIndex_ = null; __this->set_updateIndex__15((Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)NULL); // if (contentsEdited_) { bool L_3 = __this->get_contentsEdited__18(); if (!L_3) { goto IL_003b; } } IL_0033: { // RunUpdates(); ZipFile_RunUpdates_mCAB8F07F9F5C7E6A700AED2D1C09A2255FEC9DB0(__this, /*hidden argument*/NULL); // } else if (commentEdited_) { IL2CPP_LEAVE(0xA3, FINALLY_009c); } IL_003b: { // } else if (commentEdited_) { bool L_4 = __this->get_commentEdited__22(); if (!L_4) { goto IL_004b; } } IL_0043: { // UpdateCommentOnly(); ZipFile_UpdateCommentOnly_m22820C1B8D25A1C96B6E0198FCCB25B242D77A2E(__this, /*hidden argument*/NULL); // } else { IL2CPP_LEAVE(0xA3, FINALLY_009c); } IL_004b: { // if (entries_.Length == 0) { ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_5 = __this->get_entries__9(); NullCheck(L_5); if ((((RuntimeArray*)L_5)->max_length)) { goto IL_009a; } } IL_0054: { // byte[] theComment = (newComment_ != null) ? newComment_.RawComment : ZipConstants.ConvertToArray(comment_); ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_6 = __this->get_newComment__21(); if (L_6) { goto IL_0069; } } IL_005c: { String_t* L_7 = __this->get_comment__4(); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ZipConstants_ConvertToArray_m832915B5FA431F694835B645E7D39B73B55C8EB0(L_7, /*hidden argument*/NULL); G_B11_0 = L_8; goto IL_0074; } IL_0069: { ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_9 = __this->get_newComment__21(); NullCheck(L_9); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ZipString_get_RawComment_m0815B001A754698EC9FC181B0B37C86BC8A2FCF1(L_9, /*hidden argument*/NULL); G_B11_0 = L_10; } IL_0074: { V_0 = G_B11_0; // using (ZipHelperStream zhs = new ZipHelperStream(baseStream_)) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = __this->get_baseStream__6(); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_12 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_12, L_11, /*hidden argument*/NULL); V_1 = L_12; } IL_0081: try { // begin try (depth: 2) // zhs.WriteEndOfCentralDirectory(0, 0, 0, theComment); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_13 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0; NullCheck(L_13); ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397(L_13, (((int64_t)((int64_t)0))), (((int64_t)((int64_t)0))), (((int64_t)((int64_t)0))), L_14, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0xA3, FINALLY_0090); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0090; } FINALLY_0090: { // begin finally (depth: 2) { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_15 = V_1; if (!L_15) { goto IL_0099; } } IL_0093: { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_16 = V_1; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_16); } IL_0099: { IL2CPP_END_FINALLY(144) } } // end finally (depth: 2) IL2CPP_CLEANUP(144) { IL2CPP_END_CLEANUP(0xA3, FINALLY_009c); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009a: { // } finally { IL2CPP_LEAVE(0xA3, FINALLY_009c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: { // begin finally (depth: 1) // PostUpdateCleanup(); ZipFile_PostUpdateCleanup_m6DE5715EF0A39B7C2C87A5701715C0956CE413F4(__this, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(156) } // end finally (depth: 1) IL2CPP_CLEANUP(156) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a3: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::AbortUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_AbortUpdate_m6849CD4E2BCA8D4FA41705C1D0B9B012A8BAC5C7 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // PostUpdateCleanup(); ZipFile_PostUpdateCleanup_m6DE5715EF0A39B7C2C87A5701715C0956CE413F4(__this, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::SetComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_SetComment_mB7DB4DBD316BAD87503354FF6E0729F5FE1DB295 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___comment0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_SetComment_mB7DB4DBD316BAD87503354FF6E0729F5FE1DB295_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_SetComment_mB7DB4DBD316BAD87503354FF6E0729F5FE1DB295_RuntimeMethod_var); } IL_0013: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // newComment_ = new ZipString(comment); String_t* L_2 = ___comment0; ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_3 = (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A *)il2cpp_codegen_object_new(ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A_il2cpp_TypeInfo_var); ZipString__ctor_m9348BFF25080BEDC2DF1265425BFA6BBC3E923DA(L_3, L_2, /*hidden argument*/NULL); __this->set_newComment__21(L_3); // if (newComment_.RawLength > 0xffff) { ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_4 = __this->get_newComment__21(); NullCheck(L_4); int32_t L_5 = ZipString_get_RawLength_m9F05EEAE8522ECD5E3CFCF80F230ADAE2C09502E(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)((int32_t)65535)))) { goto IL_0049; } } { // newComment_ = null; __this->set_newComment__21((ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A *)NULL); // throw new ZipException("Comment length exceeds maximum - 65535"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_6 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_6, _stringLiteral3E73B1C94703F07476D9686C42D9F6F6390380D5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ZipFile_SetComment_mB7DB4DBD316BAD87503354FF6E0729F5FE1DB295_RuntimeMethod_var); } IL_0049: { // commentEdited_ = true; __this->set_commentEdited__22((bool)1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::AddUpdate(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // contentsEdited_ = true; __this->set_contentsEdited__18((bool)1); // int index = FindExistingUpdate(update.Entry.Name); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update0; NullCheck(L_0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ZipFile_FindExistingUpdate_mA284D7D2FB6680BA6547AFEA49D38FBBC64407A0(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; // if (index >= 0) { int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0048; } } { // if (updates_[index] == null) { List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_5 = __this->get_updates__13(); int32_t L_6 = V_0; NullCheck(L_5); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_7 = List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_RuntimeMethod_var); if (L_7) { goto IL_003a; } } { // updateCount_ += 1; int64_t L_8 = __this->get_updateCount__14(); __this->set_updateCount__14(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)(((int64_t)((int64_t)1)))))); } IL_003a: { // updates_[index] = update; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_9 = __this->get_updates__13(); int32_t L_10 = V_0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_11 = ___update0; NullCheck(L_9); List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511(L_9, L_10, L_11, /*hidden argument*/List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511_RuntimeMethod_var); // } else { return; } IL_0048: { // index = updates_.Count; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_12 = __this->get_updates__13(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_inline(L_12, /*hidden argument*/List_1_get_Count_mA5B7A7704DB3B0804F641432F0AFDF754E97228D_RuntimeMethod_var); V_0 = L_13; // updates_.Add(update); List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_14 = __this->get_updates__13(); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_15 = ___update0; NullCheck(L_14); List_1_Add_m0831BAB31D6454A9EDCCEDFB82350BF97FA805C6(L_14, L_15, /*hidden argument*/List_1_Add_m0831BAB31D6454A9EDCCEDFB82350BF97FA805C6_RuntimeMethod_var); // updateCount_ += 1; int64_t L_16 = __this->get_updateCount__14(); __this->set_updateCount__14(((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)1)))))); // updateIndex_.Add(update.Entry.Name, index); Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_17 = __this->get_updateIndex__15(); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_18 = ___update0; NullCheck(L_18); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_19 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_19, /*hidden argument*/NULL); int32_t L_21 = V_0; NullCheck(L_17); Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76(L_17, L_20, L_21, /*hidden argument*/Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(System.String,ICSharpCode.SharpZipLib.Zip.CompressionMethod,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m2065F1ADF778D7C2C1933C8674513628FCA7E691 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, int32_t ___compressionMethod1, bool ___useUnicodeText2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m2065F1ADF778D7C2C1933C8674513628FCA7E691_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; { // if (fileName == null) { String_t* L_0 = ___fileName0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(fileName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral625E7994CD9B9E0C521AF619744A21835D18EA43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m2065F1ADF778D7C2C1933C8674513628FCA7E691_RuntimeMethod_var); } IL_000e: { // if (isDisposed_) { bool L_2 = __this->get_isDisposed__2(); if (!L_2) { goto IL_0021; } } { // throw new ObjectDisposedException("ZipFile"); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, _stringLiteralF9D240431C831AB12B7156E65AF3FC91EBF43E8E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_Add_m2065F1ADF778D7C2C1933C8674513628FCA7E691_RuntimeMethod_var); } IL_0021: { // if (!ZipEntry.IsCompressionMethodSupported(compressionMethod)) { int32_t L_4 = ___compressionMethod1; bool L_5 = ZipEntry_IsCompressionMethodSupported_mF8E99D34EDC4908E2D519A88276A374708CF97B8(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { // throw new ArgumentOutOfRangeException("nameof(compressionMethod)"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_6, _stringLiteralB3B374473FFEB97253CC901CE5F6FF6ED9B9797B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ZipFile_Add_m2065F1ADF778D7C2C1933C8674513628FCA7E691_RuntimeMethod_var); } IL_0034: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // contentsEdited_ = true; __this->set_contentsEdited__18((bool)1); // ZipEntry entry = EntryFactory.MakeFileEntry(fileName); RuntimeObject* L_7 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_8 = ___fileName0; NullCheck(L_7); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_9 = InterfaceFuncInvoker1< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t* >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_7, L_8); V_0 = L_9; // entry.IsUnicodeText = useUnicodeText; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_10 = V_0; bool L_11 = ___useUnicodeText2; NullCheck(L_10); ZipEntry_set_IsUnicodeText_m8BEC16B509F3E73C515325B90EFD910755099EF2(L_10, L_11, /*hidden argument*/NULL); // entry.CompressionMethod = compressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = V_0; int32_t L_13 = ___compressionMethod1; NullCheck(L_12); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_12, L_13, /*hidden argument*/NULL); // AddUpdate(new ZipUpdate(fileName, entry)); String_t* L_14 = ___fileName0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = V_0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_16 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m95F4637EFD04C60AA16964FD5D223DE46CD6FCBC(L_16, L_14, L_15, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_16, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(System.String,ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m86FE1678FC198E6396CBC00CD8192596C941F18F (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, int32_t ___compressionMethod1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m86FE1678FC198E6396CBC00CD8192596C941F18F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; { // if (fileName == null) { String_t* L_0 = ___fileName0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(fileName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral625E7994CD9B9E0C521AF619744A21835D18EA43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m86FE1678FC198E6396CBC00CD8192596C941F18F_RuntimeMethod_var); } IL_000e: { // if (!ZipEntry.IsCompressionMethodSupported(compressionMethod)) { int32_t L_2 = ___compressionMethod1; bool L_3 = ZipEntry_IsCompressionMethodSupported_mF8E99D34EDC4908E2D519A88276A374708CF97B8(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { // throw new ArgumentOutOfRangeException("nameof(compressionMethod)"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteralB3B374473FFEB97253CC901CE5F6FF6ED9B9797B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ZipFile_Add_m86FE1678FC198E6396CBC00CD8192596C941F18F_RuntimeMethod_var); } IL_0021: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // contentsEdited_ = true; __this->set_contentsEdited__18((bool)1); // ZipEntry entry = EntryFactory.MakeFileEntry(fileName); RuntimeObject* L_5 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_6 = ___fileName0; NullCheck(L_5); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = InterfaceFuncInvoker1< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t* >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_5, L_6); V_0 = L_7; // entry.CompressionMethod = compressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_8 = V_0; int32_t L_9 = ___compressionMethod1; NullCheck(L_8); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_8, L_9, /*hidden argument*/NULL); // AddUpdate(new ZipUpdate(fileName, entry)); String_t* L_10 = ___fileName0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_11 = V_0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_12 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m95F4637EFD04C60AA16964FD5D223DE46CD6FCBC(L_12, L_10, L_11, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_12, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m823F54FDD068F958DEE12952D2A60CA837B29D5A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m823F54FDD068F958DEE12952D2A60CA837B29D5A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (fileName == null) { String_t* L_0 = ___fileName0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(fileName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral625E7994CD9B9E0C521AF619744A21835D18EA43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m823F54FDD068F958DEE12952D2A60CA837B29D5A_RuntimeMethod_var); } IL_000e: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // AddUpdate(new ZipUpdate(fileName, EntryFactory.MakeFileEntry(fileName))); String_t* L_2 = ___fileName0; RuntimeObject* L_3 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_4 = ___fileName0; NullCheck(L_3); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_5 = InterfaceFuncInvoker1< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t* >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_3, L_4); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_6 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m95F4637EFD04C60AA16964FD5D223DE46CD6FCBC(L_6, L_2, L_5, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_6, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m7F1D6A00D2B202049C8E4E0E01721A13BFAFE543 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, String_t* ___entryName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m7F1D6A00D2B202049C8E4E0E01721A13BFAFE543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (fileName == null) { String_t* L_0 = ___fileName0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(fileName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral625E7994CD9B9E0C521AF619744A21835D18EA43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m7F1D6A00D2B202049C8E4E0E01721A13BFAFE543_RuntimeMethod_var); } IL_000e: { // if (entryName == null) { String_t* L_2 = ___entryName1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException("nameof(entryName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralB31EE9F135E09DC318EF373848DF6F944E5C30BC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_Add_m7F1D6A00D2B202049C8E4E0E01721A13BFAFE543_RuntimeMethod_var); } IL_001c: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // AddUpdate(new ZipUpdate(fileName, EntryFactory.MakeFileEntry(fileName, entryName, true))); String_t* L_4 = ___fileName0; RuntimeObject* L_5 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_6 = ___fileName0; String_t* L_7 = ___entryName1; NullCheck(L_5); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_8 = InterfaceFuncInvoker3< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t*, String_t*, bool >::Invoke(2 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String,System.String,System.Boolean) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_5, L_6, L_7, (bool)1); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_9 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m95F4637EFD04C60AA16964FD5D223DE46CD6FCBC(L_9, L_4, L_8, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_9, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(ICSharpCode.SharpZipLib.Zip.IStaticDataSource,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m51B964DF449C1DE8A217D22153753383B5AB935B (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___dataSource0, String_t* ___entryName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m51B964DF449C1DE8A217D22153753383B5AB935B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (dataSource == null) { RuntimeObject* L_0 = ___dataSource0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(dataSource)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE98B640A926CAD59A34E05491329944F1B8BD752, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m51B964DF449C1DE8A217D22153753383B5AB935B_RuntimeMethod_var); } IL_000e: { // if (entryName == null) { String_t* L_2 = ___entryName1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException("nameof(entryName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralB31EE9F135E09DC318EF373848DF6F944E5C30BC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_Add_m51B964DF449C1DE8A217D22153753383B5AB935B_RuntimeMethod_var); } IL_001c: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // AddUpdate(new ZipUpdate(dataSource, EntryFactory.MakeFileEntry(entryName, false))); RuntimeObject* L_4 = ___dataSource0; RuntimeObject* L_5 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_6 = ___entryName1; NullCheck(L_5); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = InterfaceFuncInvoker2< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t*, bool >::Invoke(1 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String,System.Boolean) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_5, L_6, (bool)0); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_8 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m6AB855D6D9C4835CF711DFB1C6D1DF8E144F010D(L_8, L_4, L_7, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(ICSharpCode.SharpZipLib.Zip.IStaticDataSource,System.String,ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m2C5BA3CBAC0B96A3B39FA40E7443D7BA9D0865A5 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___dataSource0, String_t* ___entryName1, int32_t ___compressionMethod2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m2C5BA3CBAC0B96A3B39FA40E7443D7BA9D0865A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; { // if (dataSource == null) { RuntimeObject* L_0 = ___dataSource0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(dataSource)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE98B640A926CAD59A34E05491329944F1B8BD752, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m2C5BA3CBAC0B96A3B39FA40E7443D7BA9D0865A5_RuntimeMethod_var); } IL_000e: { // if (entryName == null) { String_t* L_2 = ___entryName1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException("nameof(entryName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralB31EE9F135E09DC318EF373848DF6F944E5C30BC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_Add_m2C5BA3CBAC0B96A3B39FA40E7443D7BA9D0865A5_RuntimeMethod_var); } IL_001c: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // ZipEntry entry = EntryFactory.MakeFileEntry(entryName, false); RuntimeObject* L_4 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_5 = ___entryName1; NullCheck(L_4); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = InterfaceFuncInvoker2< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t*, bool >::Invoke(1 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String,System.Boolean) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_4, L_5, (bool)0); V_0 = L_6; // entry.CompressionMethod = compressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = V_0; int32_t L_8 = ___compressionMethod2; NullCheck(L_7); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_7, L_8, /*hidden argument*/NULL); // AddUpdate(new ZipUpdate(dataSource, entry)); RuntimeObject* L_9 = ___dataSource0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_10 = V_0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_11 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m6AB855D6D9C4835CF711DFB1C6D1DF8E144F010D(L_11, L_9, L_10, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_11, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(ICSharpCode.SharpZipLib.Zip.IStaticDataSource,System.String,ICSharpCode.SharpZipLib.Zip.CompressionMethod,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m3525B9C51DE6747798DA4F92B8E4884682269C58 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, RuntimeObject* ___dataSource0, String_t* ___entryName1, int32_t ___compressionMethod2, bool ___useUnicodeText3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m3525B9C51DE6747798DA4F92B8E4884682269C58_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; { // if (dataSource == null) { RuntimeObject* L_0 = ___dataSource0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(dataSource)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE98B640A926CAD59A34E05491329944F1B8BD752, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m3525B9C51DE6747798DA4F92B8E4884682269C58_RuntimeMethod_var); } IL_000e: { // if (entryName == null) { String_t* L_2 = ___entryName1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException("nameof(entryName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralB31EE9F135E09DC318EF373848DF6F944E5C30BC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_Add_m3525B9C51DE6747798DA4F92B8E4884682269C58_RuntimeMethod_var); } IL_001c: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // ZipEntry entry = EntryFactory.MakeFileEntry(entryName, false); RuntimeObject* L_4 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_5 = ___entryName1; NullCheck(L_4); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = InterfaceFuncInvoker2< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t*, bool >::Invoke(1 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeFileEntry(System.String,System.Boolean) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_4, L_5, (bool)0); V_0 = L_6; // entry.IsUnicodeText = useUnicodeText; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = V_0; bool L_8 = ___useUnicodeText3; NullCheck(L_7); ZipEntry_set_IsUnicodeText_m8BEC16B509F3E73C515325B90EFD910755099EF2(L_7, L_8, /*hidden argument*/NULL); // entry.CompressionMethod = compressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_9 = V_0; int32_t L_10 = ___compressionMethod2; NullCheck(L_9); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_9, L_10, /*hidden argument*/NULL); // AddUpdate(new ZipUpdate(dataSource, entry)); RuntimeObject* L_11 = ___dataSource0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = V_0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_13 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m6AB855D6D9C4835CF711DFB1C6D1DF8E144F010D(L_13, L_11, L_12, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_13, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Add(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Add_m2F64767DC0E8B0AB368EBB9CB6FE3607B0485658 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Add_m2F64767DC0E8B0AB368EBB9CB6FE3607B0485658_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (entry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(entry)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral68DCEAC024F25FD9ECDC3195E40E3676F0052C18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Add_m2F64767DC0E8B0AB368EBB9CB6FE3607B0485658_RuntimeMethod_var); } IL_000e: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // if ((entry.Size != 0) || (entry.CompressedSize != 0)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = ___entry0; NullCheck(L_2); int64_t L_3 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = ___entry0; NullCheck(L_4); int64_t L_5 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } IL_0024: { // throw new ZipException("Entry cannot have any data"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_6 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_6, _stringLiteral47CAB1A29219CA7E314AE7CC1D908BBF00161609, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ZipFile_Add_m2F64767DC0E8B0AB368EBB9CB6FE3607B0485658_RuntimeMethod_var); } IL_002f: { // AddUpdate(new ZipUpdate(UpdateCommand.Add, entry)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = ___entry0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_8 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m5E6002FC7819AA591742B0BCFC46F11A1D86FFC4(L_8, 2, L_7, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::AddDirectory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_AddDirectory_m4A4FAC86439C94BFB41353FAC94BBBB7AB371BE2 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___directoryName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_AddDirectory_m4A4FAC86439C94BFB41353FAC94BBBB7AB371BE2_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; { // if (directoryName == null) { String_t* L_0 = ___directoryName0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(directoryName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5238D75C20DFF463A5F59DDBD475DD75DED8146B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_AddDirectory_m4A4FAC86439C94BFB41353FAC94BBBB7AB371BE2_RuntimeMethod_var); } IL_000e: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // ZipEntry dirEntry = EntryFactory.MakeDirectoryEntry(directoryName); RuntimeObject* L_2 = ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline(__this, /*hidden argument*/NULL); String_t* L_3 = ___directoryName0; NullCheck(L_2); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = InterfaceFuncInvoker1< ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t* >::Invoke(3 /* ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory::MakeDirectoryEntry(System.String) */, IEntryFactory_t03DD5DFD6CD3AFC99D8301A2299679EAD9172D8F_il2cpp_TypeInfo_var, L_2, L_3); V_0 = L_4; // AddUpdate(new ZipUpdate(UpdateCommand.Add, dirEntry)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_5 = V_0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_6 = (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)il2cpp_codegen_object_new(ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D_il2cpp_TypeInfo_var); ZipUpdate__ctor_m5E6002FC7819AA591742B0BCFC46F11A1D86FFC4(L_6, 2, L_5, /*hidden argument*/NULL); ZipFile_AddUpdate_mA4B1E7DB5473050C8D7BC6786F226C916F3C8705(__this, L_6, /*hidden argument*/NULL); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile::Delete(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipFile_Delete_m43FADB7A417E9A0633D7AF5111B1E60AD2065F97 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Delete_m43FADB7A417E9A0633D7AF5111B1E60AD2065F97_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { // if (fileName == null) { String_t* L_0 = ___fileName0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(fileName)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral625E7994CD9B9E0C521AF619744A21835D18EA43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Delete_m43FADB7A417E9A0633D7AF5111B1E60AD2065F97_RuntimeMethod_var); } IL_000e: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // bool result = false; V_0 = (bool)0; // int index = FindExistingUpdate(fileName); String_t* L_2 = ___fileName0; int32_t L_3 = ZipFile_FindExistingUpdate_mA284D7D2FB6680BA6547AFEA49D38FBBC64407A0(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; // if ((index >= 0) && (updates_[index] != null)) { int32_t L_4 = V_1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0057; } } { List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_5 = __this->get_updates__13(); int32_t L_6 = V_1; NullCheck(L_5); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_7 = List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m83E96B3FA8463692FD4990B82136E01F6BBEDD1D_RuntimeMethod_var); if (!L_7) { goto IL_0057; } } { // result = true; V_0 = (bool)1; // contentsEdited_ = true; __this->set_contentsEdited__18((bool)1); // updates_[index] = null; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_8 = __this->get_updates__13(); int32_t L_9 = V_1; NullCheck(L_8); List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511(L_8, L_9, (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)NULL, /*hidden argument*/List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511_RuntimeMethod_var); // updateCount_ -= 1; int64_t L_10 = __this->get_updateCount__14(); __this->set_updateCount__14(((int64_t)il2cpp_codegen_subtract((int64_t)L_10, (int64_t)(((int64_t)((int64_t)1)))))); // } else { goto IL_0062; } IL_0057: { // throw new ZipException("Cannot find entry to delete"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_11 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_11, _stringLiteralCEA39622A3A2F5F1967D458211B1E9D5738ECA9A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ZipFile_Delete_m43FADB7A417E9A0633D7AF5111B1E60AD2065F97_RuntimeMethod_var); } IL_0062: { // return result; bool L_12 = V_0; return L_12; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Delete(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Delete_m13CA86680DA1A3333BE2B00C35B555054ECAAF8A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Delete_m13CA86680DA1A3333BE2B00C35B555054ECAAF8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (entry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(entry)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral68DCEAC024F25FD9ECDC3195E40E3676F0052C18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Delete_m13CA86680DA1A3333BE2B00C35B555054ECAAF8A_RuntimeMethod_var); } IL_000e: { // CheckUpdating(); ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A(__this, /*hidden argument*/NULL); // int index = FindExistingUpdate(entry); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = ___entry0; int32_t L_3 = ZipFile_FindExistingUpdate_m5B10579187EC5730648672022A4CD72C8A020065(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; // if (index >= 0) { int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0044; } } { // contentsEdited_ = true; __this->set_contentsEdited__18((bool)1); // updates_[index] = null; List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_5 = __this->get_updates__13(); int32_t L_6 = V_0; NullCheck(L_5); List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511(L_5, L_6, (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D *)NULL, /*hidden argument*/List_1_set_Item_m52C01448B2AD4F8BCEC2D0A812384A11B255E511_RuntimeMethod_var); // updateCount_ -= 1; int64_t L_7 = __this->get_updateCount__14(); __this->set_updateCount__14(((int64_t)il2cpp_codegen_subtract((int64_t)L_7, (int64_t)(((int64_t)((int64_t)1)))))); // } else { return; } IL_0044: { // throw new ZipException("Cannot find entry to delete"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteralCEA39622A3A2F5F1967D458211B1E9D5738ECA9A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipFile_Delete_m13CA86680DA1A3333BE2B00C35B555054ECAAF8A_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method) { { // baseStream_.WriteByte((byte)(value & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); // baseStream_.WriteByte((byte)((value >> 8) & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_baseStream__6(); int32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)8))&(int32_t)((int32_t)255))))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEUshort(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEUshort_mE6CF2CF47F95663E3428B711F4EF00D255CC4C29 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, uint16_t ___value0, const RuntimeMethod* method) { { // baseStream_.WriteByte((byte)(value & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); uint16_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); // baseStream_.WriteByte((byte)(value >> 8)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_baseStream__6(); uint16_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8)))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method) { { // WriteLEShort(value & 0xffff); int32_t L_0 = ___value0; ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, ((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535))), /*hidden argument*/NULL); // WriteLEShort(value >> 16); int32_t L_1 = ___value0; ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, ((int32_t)((int32_t)L_1>>(int32_t)((int32_t)16))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEUint(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // WriteLEUshort((ushort)(value & 0xffff)); uint32_t L_0 = ___value0; ZipFile_WriteLEUshort_mE6CF2CF47F95663E3428B711F4EF00D255CC4C29(__this, (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))))), /*hidden argument*/NULL); // WriteLEUshort((ushort)(value >> 16)); uint32_t L_1 = ___value0; ZipFile_WriteLEUshort_mE6CF2CF47F95663E3428B711F4EF00D255CC4C29(__this, (uint16_t)(((int32_t)((uint16_t)((int32_t)((uint32_t)L_1>>((int32_t)16)))))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLeLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLeLong_m1F23B2E019D91BAE8C25BB2233593AF3C9678838 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int64_t ___value0, const RuntimeMethod* method) { { // WriteLEInt((int)(value & 0xffffffff)); int64_t L_0 = ___value0; ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); // WriteLEInt((int)(value >> 32)); int64_t L_1 = ___value0; ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32)))))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLEUlong(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLEUlong_m9DFAE0DC80643E1B798DE03B43965A8BB3AC1D1B (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // WriteLEUint((uint)(value & 0xffffffff)); uint64_t L_0 = ___value0; ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582(__this, (((int32_t)((uint32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); // WriteLEUint((uint)(value >> 32)); uint64_t L_1 = ___value0; ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582(__this, (((int32_t)((uint32_t)((int64_t)((uint64_t)L_1>>((int32_t)32)))))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteLocalEntryHeader(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * V_2 = NULL; int32_t V_3 = 0; { // ZipEntry entry = update.OutEntry; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update0; NullCheck(L_0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_0, /*hidden argument*/NULL); V_0 = L_1; // entry.Offset = baseStream_.Position; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = V_0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_baseStream__6(); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_3); NullCheck(L_2); ZipEntry_set_Offset_m27DD8214A364D12BF7184EEDF602D4E8DF3AE29C_inline(L_2, L_4, /*hidden argument*/NULL); // if (update.Command != UpdateCommand.Copy) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_5 = ___update0; NullCheck(L_5); int32_t L_6 = ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00cb; } } { // if (entry.CompressionMethod == CompressionMethod.Deflated) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)8)))) { goto IL_0051; } } { // if (entry.Size == 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_9 = V_0; NullCheck(L_9); int64_t L_10 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0068; } } { // entry.CompressedSize = entry.Size; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_11 = V_0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = V_0; NullCheck(L_12); int64_t L_13 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_12, /*hidden argument*/NULL); NullCheck(L_11); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_11, L_13, /*hidden argument*/NULL); // entry.Crc = 0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_14 = V_0; NullCheck(L_14); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_14, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); // entry.CompressionMethod = CompressionMethod.Stored; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = V_0; NullCheck(L_15); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_15, 0, /*hidden argument*/NULL); // } else if (entry.CompressionMethod == CompressionMethod.Stored) { goto IL_0068; } IL_0051: { // } else if (entry.CompressionMethod == CompressionMethod.Stored) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0068; } } { // entry.Flags &= ~(int)GeneralBitFlags.Descriptor; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_18 = V_0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_19 = L_18; NullCheck(L_19); int32_t L_20 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_19, /*hidden argument*/NULL); NullCheck(L_19); ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline(L_19, ((int32_t)((int32_t)L_20&(int32_t)((int32_t)-9))), /*hidden argument*/NULL); } IL_0068: { // if (HaveKeys) { bool L_21 = ZipFile_get_HaveKeys_mEFCAE5AA08E7EBF14668D8521EBD080A34AFE8B3(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_0091; } } { // entry.IsCrypted = true; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_22 = V_0; NullCheck(L_22); ZipEntry_set_IsCrypted_m1FE42F877BA88CA67B1E9715EFC46A56CDB03CDA(L_22, (bool)1, /*hidden argument*/NULL); // if (entry.Crc < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_23 = V_0; NullCheck(L_23); int64_t L_24 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_23, /*hidden argument*/NULL); if ((((int64_t)L_24) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0098; } } { // entry.Flags |= (int)GeneralBitFlags.Descriptor; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_25 = V_0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_26 = L_25; NullCheck(L_26); int32_t L_27 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_26, /*hidden argument*/NULL); NullCheck(L_26); ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline(L_26, ((int32_t)((int32_t)L_27|(int32_t)8)), /*hidden argument*/NULL); // } else { goto IL_0098; } IL_0091: { // entry.IsCrypted = false; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_28 = V_0; NullCheck(L_28); ZipEntry_set_IsCrypted_m1FE42F877BA88CA67B1E9715EFC46A56CDB03CDA(L_28, (bool)0, /*hidden argument*/NULL); } IL_0098: { // switch (useZip64_) { int32_t L_29 = __this->get_useZip64__12(); V_3 = L_29; int32_t L_30 = V_3; switch (L_30) { case 0: { goto IL_00cb; } case 1: { goto IL_00c5; } case 2: { goto IL_00b3; } } } { goto IL_00cb; } IL_00b3: { // if (entry.Size < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_31 = V_0; NullCheck(L_31); int64_t L_32 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_31, /*hidden argument*/NULL); if ((((int64_t)L_32) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00cb; } } { // entry.ForceZip64(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_33 = V_0; NullCheck(L_33); ZipEntry_ForceZip64_m070EB8EACA2FA9CACF01C5B1469F0FF90A21A9CB(L_33, /*hidden argument*/NULL); // break; goto IL_00cb; } IL_00c5: { // entry.ForceZip64(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_34 = V_0; NullCheck(L_34); ZipEntry_ForceZip64_m070EB8EACA2FA9CACF01C5B1469F0FF90A21A9CB(L_34, /*hidden argument*/NULL); } IL_00cb: { // WriteLEInt(ZipConstants.LocalHeaderSignature); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, ((int32_t)67324752), /*hidden argument*/NULL); // WriteLEShort(entry.Version); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_35, /*hidden argument*/NULL); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, L_36, /*hidden argument*/NULL); // WriteLEShort(entry.Flags); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_37 = V_0; NullCheck(L_37); int32_t L_38 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_37, /*hidden argument*/NULL); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, L_38, /*hidden argument*/NULL); // WriteLEShort((byte)entry.CompressionMethod); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_39 = V_0; NullCheck(L_39); int32_t L_40 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_39, /*hidden argument*/NULL); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, (((int32_t)((uint8_t)L_40))), /*hidden argument*/NULL); // WriteLEInt((int)entry.DosTime); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_41 = V_0; NullCheck(L_41); int64_t L_42 = ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB(L_41, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)L_42))), /*hidden argument*/NULL); // if (!entry.HasCrc) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_43 = V_0; NullCheck(L_43); bool L_44 = ZipEntry_get_HasCrc_mD19A89335DCDBC424BA864ECA4CD164F7E13209F(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_012a; } } { // update.CrcPatchOffset = baseStream_.Position; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_45 = ___update0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_46 = __this->get_baseStream__6(); NullCheck(L_46); int64_t L_47 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_46); NullCheck(L_45); ZipUpdate_set_CrcPatchOffset_mE1B02291F5364D6DC0828F3FD76E6CEC8C834E2A_inline(L_45, L_47, /*hidden argument*/NULL); // WriteLEInt((int)0); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, 0, /*hidden argument*/NULL); // } else { goto IL_0137; } IL_012a: { // WriteLEInt(unchecked((int)entry.Crc)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_48 = V_0; NullCheck(L_48); int64_t L_49 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_48, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)L_49))), /*hidden argument*/NULL); } IL_0137: { // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_50 = V_0; NullCheck(L_50); bool L_51 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_014f; } } { // WriteLEInt(-1); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (-1), /*hidden argument*/NULL); // WriteLEInt(-1); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_018e; } IL_014f: { // if ((entry.CompressedSize < 0) || (entry.Size < 0)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_52 = V_0; NullCheck(L_52); int64_t L_53 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_52, /*hidden argument*/NULL); if ((((int64_t)L_53) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0163; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_54 = V_0; NullCheck(L_54); int64_t L_55 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_54, /*hidden argument*/NULL); if ((((int64_t)L_55) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0174; } } IL_0163: { // update.SizePatchOffset = baseStream_.Position; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_56 = ___update0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_57 = __this->get_baseStream__6(); NullCheck(L_57); int64_t L_58 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_57); NullCheck(L_56); ZipUpdate_set_SizePatchOffset_m08AF5265390A115A6560D41ED1AE22591F06C567_inline(L_56, L_58, /*hidden argument*/NULL); } IL_0174: { // WriteLEInt((int)entry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_59 = V_0; NullCheck(L_59); int64_t L_60 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_59, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)L_60))), /*hidden argument*/NULL); // WriteLEInt((int)entry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_61 = V_0; NullCheck(L_61); int64_t L_62 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_61, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)L_62))), /*hidden argument*/NULL); } IL_018e: { // byte[] name = ZipConstants.ConvertToArray(entry.Flags, entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_63 = V_0; NullCheck(L_63); int32_t L_64 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_63, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_65 = V_0; NullCheck(L_65); String_t* L_66 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_65, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = ZipConstants_ConvertToArray_m6EC941BE61B515A1EB8ED2A896912E9AE41047E9(L_64, L_66, /*hidden argument*/NULL); V_1 = L_67; // if (name.Length > 0xFFFF) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_1; NullCheck(L_68); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_01b5; } } { // throw new ZipException("Entry name too long."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_69 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_69, _stringLiteralAE6EADE4DBC024F0DD12C9ECC6732866C6AA75EB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3_RuntimeMethod_var); } IL_01b5: { // var ed = new ZipExtraData(entry.ExtraData); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_70 = V_0; NullCheck(L_70); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_70, /*hidden argument*/NULL); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_72 = (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE *)il2cpp_codegen_object_new(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE_il2cpp_TypeInfo_var); ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794(L_72, L_71, /*hidden argument*/NULL); V_2 = L_72; // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_73 = V_0; NullCheck(L_73); bool L_74 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01f0; } } { // ed.StartNewEntry(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_75 = V_2; NullCheck(L_75); ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8(L_75, /*hidden argument*/NULL); // ed.AddLeLong(entry.Size); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_76 = V_2; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_77 = V_0; NullCheck(L_77); int64_t L_78 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_77, /*hidden argument*/NULL); NullCheck(L_76); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_76, L_78, /*hidden argument*/NULL); // ed.AddLeLong(entry.CompressedSize); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_79 = V_2; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_80 = V_0; NullCheck(L_80); int64_t L_81 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_80, /*hidden argument*/NULL); NullCheck(L_79); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_79, L_81, /*hidden argument*/NULL); // ed.AddNewEntry(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_82 = V_2; NullCheck(L_82); ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E(L_82, 1, /*hidden argument*/NULL); // } else { goto IL_01f8; } IL_01f0: { // ed.Delete(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_83 = V_2; NullCheck(L_83); ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D(L_83, 1, /*hidden argument*/NULL); } IL_01f8: { // entry.ExtraData = ed.GetEntryData(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_84 = V_0; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_85 = V_2; NullCheck(L_85); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1(L_85, /*hidden argument*/NULL); NullCheck(L_84); ZipEntry_set_ExtraData_mB0F6D45439A95E55E6A9BC7551030DCEE5B54614(L_84, L_86, /*hidden argument*/NULL); // WriteLEShort(name.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = V_1; NullCheck(L_87); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_87)->max_length)))), /*hidden argument*/NULL); // WriteLEShort(entry.ExtraData.Length); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_88 = V_0; NullCheck(L_88); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_88, /*hidden argument*/NULL); NullCheck(L_89); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_89)->max_length)))), /*hidden argument*/NULL); // if (name.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = V_1; NullCheck(L_90); if (!(((RuntimeArray*)L_90)->max_length)) { goto IL_022f; } } { // baseStream_.Write(name, 0, name.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_91 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = V_1; NullCheck(L_93); NullCheck(L_91); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_91, L_92, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_93)->max_length))))); } IL_022f: { // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_94 = V_0; NullCheck(L_94); bool L_95 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_0264; } } { // if (!ed.Find(1)) { ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_96 = V_2; NullCheck(L_96); bool L_97 = ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366(L_96, 1, /*hidden argument*/NULL); if (L_97) { goto IL_024b; } } { // throw new ZipException("Internal error cannot find extra data"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_98 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_98, _stringLiteralC507DA5ED8AB74C79457E782E36FFC165DC3EA76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_98, ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3_RuntimeMethod_var); } IL_024b: { // update.SizePatchOffset = baseStream_.Position + ed.CurrentReadIndex; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_99 = ___update0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_100 = __this->get_baseStream__6(); NullCheck(L_100); int64_t L_101 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_100); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_102 = V_2; NullCheck(L_102); int32_t L_103 = ZipExtraData_get_CurrentReadIndex_m1DB5D907E39308C1A3DFBA0AC71BD27B6F98D310_inline(L_102, /*hidden argument*/NULL); NullCheck(L_99); ZipUpdate_set_SizePatchOffset_m08AF5265390A115A6560D41ED1AE22591F06C567_inline(L_99, ((int64_t)il2cpp_codegen_add((int64_t)L_101, (int64_t)(((int64_t)((int64_t)L_103))))), /*hidden argument*/NULL); } IL_0264: { // if (entry.ExtraData.Length > 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_104 = V_0; NullCheck(L_104); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_105 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_104, /*hidden argument*/NULL); NullCheck(L_105); if (!(((RuntimeArray*)L_105)->max_length)) { goto IL_0287; } } { // baseStream_.Write(entry.ExtraData, 0, entry.ExtraData.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_106 = __this->get_baseStream__6(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_107 = V_0; NullCheck(L_107); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_108 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_107, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_109 = V_0; NullCheck(L_109); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_110 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_109, /*hidden argument*/NULL); NullCheck(L_110); NullCheck(L_106); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_106, L_108, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_110)->max_length))))); } IL_0287: { // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::WriteCentralDirectoryHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * G_B29_0 = NULL; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * G_B28_0 = NULL; int32_t G_B30_0 = 0; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * G_B30_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B45_0 = NULL; { // if (entry.CompressedSize < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; NullCheck(L_0); int64_t L_1 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_0, /*hidden argument*/NULL); if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0015; } } { // throw new ZipException("Attempt to write central directory entry with unknown csize"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_2 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_2, _stringLiteral56F168545EB6FF4921CA09434D0B6605C5D67DEB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B_RuntimeMethod_var); } IL_0015: { // if (entry.Size < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = ___entry0; NullCheck(L_3); int64_t L_4 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_3, /*hidden argument*/NULL); if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002a; } } { // throw new ZipException("Attempt to write central directory entry with unknown size"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_5 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_5, _stringLiteralF48529DED7BD79084AD83B4F2198C038F6604312, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B_RuntimeMethod_var); } IL_002a: { // if (entry.Crc < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = ___entry0; NullCheck(L_6); int64_t L_7 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_6, /*hidden argument*/NULL); if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003f; } } { // throw new ZipException("Attempt to write central directory entry with unknown crc"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteralED7684AB46E8091459ECE50819E84989D6CA9593, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B_RuntimeMethod_var); } IL_003f: { // WriteLEInt(ZipConstants.CentralHeaderSignature); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, ((int32_t)33639248), /*hidden argument*/NULL); // WriteLEShort(ZipConstants.VersionMadeBy); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, ((int32_t)51), /*hidden argument*/NULL); // WriteLEShort(entry.Version); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_9 = ___entry0; NullCheck(L_9); int32_t L_10 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_9, /*hidden argument*/NULL); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, L_10, /*hidden argument*/NULL); // WriteLEShort(entry.Flags); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_11 = ___entry0; NullCheck(L_11); int32_t L_12 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_11, /*hidden argument*/NULL); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, L_12, /*hidden argument*/NULL); // WriteLEShort((byte)entry.CompressionMethod); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_13 = ___entry0; NullCheck(L_13); int32_t L_14 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_13, /*hidden argument*/NULL); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, (((int32_t)((uint8_t)L_14))), /*hidden argument*/NULL); // WriteLEInt((int)entry.DosTime); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = ___entry0; NullCheck(L_15); int64_t L_16 = ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB(L_15, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)L_16))), /*hidden argument*/NULL); // WriteLEInt((int)entry.Crc); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = ___entry0; NullCheck(L_17); int64_t L_18 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_17, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)L_18))), /*hidden argument*/NULL); // if ((entry.IsZip64Forced()) || (entry.CompressedSize >= 0xffffffff)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_19 = ___entry0; NullCheck(L_19); bool L_20 = ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00a3; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_21 = ___entry0; NullCheck(L_21); int64_t L_22 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_21, /*hidden argument*/NULL); if ((((int64_t)L_22) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00ac; } } IL_00a3: { // WriteLEInt(-1); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_00bc; } IL_00ac: { // WriteLEInt((int)(entry.CompressedSize & 0xffffffff)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_23 = ___entry0; NullCheck(L_23); int64_t L_24 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_23, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_24&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); } IL_00bc: { // if ((entry.IsZip64Forced()) || (entry.Size >= 0xffffffff)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_25 = ___entry0; NullCheck(L_25); bool L_26 = ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_00ce; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_27 = ___entry0; NullCheck(L_27); int64_t L_28 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_27, /*hidden argument*/NULL); if ((((int64_t)L_28) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00d7; } } IL_00ce: { // WriteLEInt(-1); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_00e4; } IL_00d7: { // WriteLEInt((int)entry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_29 = ___entry0; NullCheck(L_29); int64_t L_30 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_29, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, (((int32_t)((int32_t)L_30))), /*hidden argument*/NULL); } IL_00e4: { // byte[] name = ZipConstants.ConvertToArray(entry.Flags, entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_31 = ___entry0; NullCheck(L_31); int32_t L_32 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_31, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_33 = ___entry0; NullCheck(L_33); String_t* L_34 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ZipConstants_ConvertToArray_m6EC941BE61B515A1EB8ED2A896912E9AE41047E9(L_32, L_34, /*hidden argument*/NULL); V_0 = L_35; // if (name.Length > 0xFFFF) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_0; NullCheck(L_36); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_010b; } } { // throw new ZipException("Entry name is too long."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_37 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_37, _stringLiteralF3B66CFC0167DB8428E6B30336C83A70FD10D2B9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B_RuntimeMethod_var); } IL_010b: { // WriteLEShort(name.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_0; NullCheck(L_38); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))), /*hidden argument*/NULL); // var ed = new ZipExtraData(entry.ExtraData); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_39 = ___entry0; NullCheck(L_39); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_39, /*hidden argument*/NULL); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_41 = (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE *)il2cpp_codegen_object_new(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE_il2cpp_TypeInfo_var); ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794(L_41, L_40, /*hidden argument*/NULL); V_1 = L_41; // if (entry.CentralHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_42 = ___entry0; NullCheck(L_42); bool L_43 = ZipEntry_get_CentralHeaderRequiresZip64_m77E153695D18B161DC38CC17D72F024D3A3E24E2(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_018b; } } { // ed.StartNewEntry(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_44 = V_1; NullCheck(L_44); ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8(L_44, /*hidden argument*/NULL); // if ((entry.Size >= 0xffffffff) || (useZip64_ == UseZip64.On)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_45 = ___entry0; NullCheck(L_45); int64_t L_46 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_45, /*hidden argument*/NULL); if ((((int64_t)L_46) >= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0141; } } { int32_t L_47 = __this->get_useZip64__12(); if ((!(((uint32_t)L_47) == ((uint32_t)1)))) { goto IL_014d; } } IL_0141: { // ed.AddLeLong(entry.Size); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_48 = V_1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_49 = ___entry0; NullCheck(L_49); int64_t L_50 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_49, /*hidden argument*/NULL); NullCheck(L_48); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_48, L_50, /*hidden argument*/NULL); } IL_014d: { // if ((entry.CompressedSize >= 0xffffffff) || (useZip64_ == UseZip64.On)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_51 = ___entry0; NullCheck(L_51); int64_t L_52 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_51, /*hidden argument*/NULL); if ((((int64_t)L_52) >= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0160; } } { int32_t L_53 = __this->get_useZip64__12(); if ((!(((uint32_t)L_53) == ((uint32_t)1)))) { goto IL_016c; } } IL_0160: { // ed.AddLeLong(entry.CompressedSize); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_54 = V_1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_55 = ___entry0; NullCheck(L_55); int64_t L_56 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_55, /*hidden argument*/NULL); NullCheck(L_54); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_54, L_56, /*hidden argument*/NULL); } IL_016c: { // if (entry.Offset >= 0xffffffff) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_57 = ___entry0; NullCheck(L_57); int64_t L_58 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_57, /*hidden argument*/NULL); if ((((int64_t)L_58) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0182; } } { // ed.AddLeLong(entry.Offset); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_59 = V_1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_60 = ___entry0; NullCheck(L_60); int64_t L_61 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_60, /*hidden argument*/NULL); NullCheck(L_59); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_59, L_61, /*hidden argument*/NULL); } IL_0182: { // ed.AddNewEntry(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_62 = V_1; NullCheck(L_62); ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E(L_62, 1, /*hidden argument*/NULL); // } else { goto IL_0193; } IL_018b: { // ed.Delete(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_63 = V_1; NullCheck(L_63); ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D(L_63, 1, /*hidden argument*/NULL); } IL_0193: { // byte[] centralExtraData = ed.GetEntryData(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_64 = V_1; NullCheck(L_64); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1(L_64, /*hidden argument*/NULL); V_2 = L_65; // WriteLEShort(centralExtraData.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_2; NullCheck(L_66); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length)))), /*hidden argument*/NULL); // WriteLEShort(entry.Comment != null ? entry.Comment.Length : 0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_67 = ___entry0; NullCheck(L_67); String_t* L_68 = ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline(L_67, /*hidden argument*/NULL); G_B28_0 = __this; if (L_68) { G_B29_0 = __this; goto IL_01af; } } { G_B30_0 = 0; G_B30_1 = G_B28_0; goto IL_01ba; } IL_01af: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_69 = ___entry0; NullCheck(L_69); String_t* L_70 = ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline(L_69, /*hidden argument*/NULL); NullCheck(L_70); int32_t L_71 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_70, /*hidden argument*/NULL); G_B30_0 = L_71; G_B30_1 = G_B29_0; } IL_01ba: { NullCheck(G_B30_1); ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(G_B30_1, G_B30_0, /*hidden argument*/NULL); // WriteLEShort(0); // disk number ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, 0, /*hidden argument*/NULL); // WriteLEShort(0); // internal file attributes ZipFile_WriteLEShort_m889E1689BF6FA08DF721A866F472DC6BAB630592(__this, 0, /*hidden argument*/NULL); // if (entry.ExternalFileAttributes != -1) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_72 = ___entry0; NullCheck(L_72); int32_t L_73 = ZipEntry_get_ExternalFileAttributes_mFA8558B05A6EE93BFF200F311F52EA9DF9B7D11D(L_72, /*hidden argument*/NULL); if ((((int32_t)L_73) == ((int32_t)(-1)))) { goto IL_01e4; } } { // WriteLEInt(entry.ExternalFileAttributes); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_74 = ___entry0; NullCheck(L_74); int32_t L_75 = ZipEntry_get_ExternalFileAttributes_mFA8558B05A6EE93BFF200F311F52EA9DF9B7D11D(L_74, /*hidden argument*/NULL); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(__this, L_75, /*hidden argument*/NULL); // } else { goto IL_01fd; } IL_01e4: { // if (entry.IsDirectory) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_76 = ___entry0; NullCheck(L_76); bool L_77 = ZipEntry_get_IsDirectory_m773E5B3D941524E27554E4C422B9D1195924B67B(L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_01f6; } } { // WriteLEUint(16); ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582(__this, ((int32_t)16), /*hidden argument*/NULL); // } else { goto IL_01fd; } IL_01f6: { // WriteLEUint(0); ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582(__this, 0, /*hidden argument*/NULL); } IL_01fd: { // if (entry.Offset >= 0xffffffff) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_78 = ___entry0; NullCheck(L_78); int64_t L_79 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_78, /*hidden argument*/NULL); if ((((int64_t)L_79) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0210; } } { // WriteLEUint(0xffffffff); ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_021d; } IL_0210: { // WriteLEUint((uint)(int)entry.Offset); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_80 = ___entry0; NullCheck(L_80); int64_t L_81 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_80, /*hidden argument*/NULL); ZipFile_WriteLEUint_m35BEFA114590ED43E27F2627E1048FB754C57582(__this, (((int32_t)((int32_t)L_81))), /*hidden argument*/NULL); } IL_021d: { // if (name.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_0; NullCheck(L_82); if (!(((RuntimeArray*)L_82)->max_length)) { goto IL_0231; } } { // baseStream_.Write(name, 0, name.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_83 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = V_0; NullCheck(L_85); NullCheck(L_83); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_83, L_84, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_85)->max_length))))); } IL_0231: { // if (centralExtraData.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = V_2; NullCheck(L_86); if (!(((RuntimeArray*)L_86)->max_length)) { goto IL_0245; } } { // baseStream_.Write(centralExtraData, 0, centralExtraData.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_87 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_88 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = V_2; NullCheck(L_89); NullCheck(L_87); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_87, L_88, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_89)->max_length))))); } IL_0245: { // byte[] rawComment = (entry.Comment != null) ? Encoding.ASCII.GetBytes(entry.Comment) : new byte[0]; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_90 = ___entry0; NullCheck(L_90); String_t* L_91 = ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline(L_90, /*hidden argument*/NULL); if (L_91) { goto IL_0255; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); G_B45_0 = L_92; goto IL_0265; } IL_0255: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_93 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_94 = ___entry0; NullCheck(L_94); String_t* L_95 = ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline(L_94, /*hidden argument*/NULL); NullCheck(L_93); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_93, L_95); G_B45_0 = L_96; } IL_0265: { V_3 = G_B45_0; // if (rawComment.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_97 = V_3; NullCheck(L_97); if (!(((RuntimeArray*)L_97)->max_length)) { goto IL_027a; } } { // baseStream_.Write(rawComment, 0, rawComment.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_98 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_100 = V_3; NullCheck(L_100); NullCheck(L_98); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_98, L_99, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length))))); } IL_027a: { // return ZipConstants.CentralHeaderBaseSize + name.Length + centralExtraData.Length + rawComment.Length; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_101 = V_0; NullCheck(L_101); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_102 = V_2; NullCheck(L_102); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_103 = V_3; NullCheck(L_103); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)46), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_101)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_102)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_103)->max_length)))))); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::PostUpdateCleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_PostUpdateCleanup_m6DE5715EF0A39B7C2C87A5701715C0956CE413F4 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_PostUpdateCleanup_m6DE5715EF0A39B7C2C87A5701715C0956CE413F4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // updateDataSource_ = null; __this->set_updateDataSource__17((RuntimeObject*)NULL); // updates_ = null; __this->set_updates__13((List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 *)NULL); // updateIndex_ = null; __this->set_updateIndex__15((Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)NULL); // if (archiveStorage_ != null) { RuntimeObject* L_0 = __this->get_archiveStorage__16(); if (!L_0) { goto IL_002f; } } { // archiveStorage_.Dispose(); RuntimeObject* L_1 = __this->get_archiveStorage__16(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(5 /* System.Void ICSharpCode.SharpZipLib.Zip.IArchiveStorage::Dispose() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_1); // archiveStorage_ = null; __this->set_archiveStorage__16((RuntimeObject*)NULL); } IL_002f: { // } return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::GetTransformedFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipFile_GetTransformedFileName_m79012F804D4A8159A1C0DBE7E6D7D14898AB8BCD (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetTransformedFileName_m79012F804D4A8159A1C0DBE7E6D7D14898AB8BCD_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // INameTransform transform = NameTransform; RuntimeObject* L_0 = ZipFile_get_NameTransform_m52230C80534345DBF7DEEEA8D6AEACF6D26F25E5(__this, /*hidden argument*/NULL); V_0 = L_0; // return (transform != null) ? // transform.TransformFile(name) : // name; RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000c; } } { String_t* L_2 = ___name0; return L_2; } IL_000c: { RuntimeObject* L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_3); String_t* L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String ICSharpCode.SharpZipLib.Core.INameTransform::TransformFile(System.String) */, INameTransform_t0C6448C79E24C5D223F1C43E9AA22EEB12FA07C4_il2cpp_TypeInfo_var, L_3, L_4); return L_5; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipFile::GetTransformedDirectoryName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipFile_GetTransformedDirectoryName_m5844A3548C0FF93C4EAC9573AF71684C27EBF7E1 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetTransformedDirectoryName_m5844A3548C0FF93C4EAC9573AF71684C27EBF7E1_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // INameTransform transform = NameTransform; RuntimeObject* L_0 = ZipFile_get_NameTransform_m52230C80534345DBF7DEEEA8D6AEACF6D26F25E5(__this, /*hidden argument*/NULL); V_0 = L_0; // return (transform != null) ? // transform.TransformDirectory(name) : // name; RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000c; } } { String_t* L_2 = ___name0; return L_2; } IL_000c: { RuntimeObject* L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_3); String_t* L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String ICSharpCode.SharpZipLib.Core.INameTransform::TransformDirectory(System.String) */, INameTransform_t0C6448C79E24C5D223F1C43E9AA22EEB12FA07C4_il2cpp_TypeInfo_var, L_3, L_4); return L_5; } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile::GetBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (copyBuffer_ == null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_copyBuffer__20(); if (L_0) { goto IL_0019; } } { // copyBuffer_ = new byte[bufferSize_]; int32_t L_1 = __this->get_bufferSize__19(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1); __this->set_copyBuffer__20(L_2); } IL_0019: { // return copyBuffer_; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_copyBuffer__20(); return L_3; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyDescriptorBytes(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate,System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyDescriptorBytes_mB6804AC81223E4112323082F8464F8A277C7F627 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___dest1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___source2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CopyDescriptorBytes_mB6804AC81223E4112323082F8464F8A277C7F627_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // int bytesToCopy = GetDescriptorSize(update); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update0; int32_t L_1 = ZipFile_GetDescriptorSize_m2C8595B71582808E11434EFF76C6E4B4DD8735A0(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (bytesToCopy > 0) { int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_004b; } } { // byte[] buffer = GetBuffer(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480(__this, /*hidden argument*/NULL); V_1 = L_3; goto IL_0047; } IL_0015: { // int readSize = Math.Min(buffer.Length, bytesToCopy); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1; NullCheck(L_4); int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_6 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), L_5, /*hidden argument*/NULL); V_2 = L_6; // int bytesRead = source.Read(buffer, 0, readSize); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = ___source2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_7); int32_t L_10 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, L_9); V_3 = L_10; // if (bytesRead > 0) { int32_t L_11 = V_3; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_003c; } } { // dest.Write(buffer, 0, bytesRead); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = ___dest1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_1; int32_t L_14 = V_3; NullCheck(L_12); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, 0, L_14); // bytesToCopy -= bytesRead; int32_t L_15 = V_0; int32_t L_16 = V_3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)); // } else { goto IL_0047; } IL_003c: { // throw new ZipException("Unxpected end of stream"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_17 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_17, _stringLiteral54FBDAC8DB2C20F1513FF9E661C044095B0546E1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ZipFile_CopyDescriptorBytes_mB6804AC81223E4112323082F8464F8A277C7F627_RuntimeMethod_var); } IL_0047: { // while (bytesToCopy > 0) { int32_t L_18 = V_0; if ((((int32_t)L_18) > ((int32_t)0))) { goto IL_0015; } } IL_004b: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyBytes(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate,System.IO.Stream,System.IO.Stream,System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___destination1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___source2, int64_t ___bytesToCopy3, bool ___updateCrc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C_MetadataUsageId); s_Il2CppMethodInitialized = true; } Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int64_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // if (destination == source) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___destination1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___source2; if ((!(((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_0) == ((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_1)))) { goto IL_000f; } } { // throw new InvalidOperationException("Destination and source are the same"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, _stringLiteral845FEC34417D34B15ECB14CD938AEBBBC9CF975D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C_RuntimeMethod_var); } IL_000f: { // var crc = new Crc32(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_3 = (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)il2cpp_codegen_object_new(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var); Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989(L_3, /*hidden argument*/NULL); V_0 = L_3; // byte[] buffer = GetBuffer(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480(__this, /*hidden argument*/NULL); V_1 = L_4; // long targetBytes = bytesToCopy; int64_t L_5 = ___bytesToCopy3; V_2 = L_5; // long totalBytesRead = 0; V_3 = (((int64_t)((int64_t)0))); } IL_0022: { // int readSize = buffer.Length; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_1; NullCheck(L_6); V_5 = (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); // if (bytesToCopy < readSize) { int64_t L_7 = ___bytesToCopy3; int32_t L_8 = V_5; if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)L_8)))))) { goto IL_0033; } } { // readSize = (int)bytesToCopy; int64_t L_9 = ___bytesToCopy3; V_5 = (((int32_t)((int32_t)L_9))); } IL_0033: { // bytesRead = source.Read(buffer, 0, readSize); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ___source2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1; int32_t L_12 = V_5; NullCheck(L_10); int32_t L_13 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, L_12); V_4 = L_13; // if (bytesRead > 0) { int32_t L_14 = V_4; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_006a; } } { // if (updateCrc) { bool L_15 = ___updateCrc4; if (!L_15) { goto IL_0052; } } { // crc.Update(buffer, 0, bytesRead); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_16 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; int32_t L_18 = V_4; NullCheck(L_16); Crc32_Update_m78D56FFB9222D89BCD3BC6029B7C20DD2A0DE0C8(L_16, L_17, 0, L_18, /*hidden argument*/NULL); } IL_0052: { // destination.Write(buffer, 0, bytesRead); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = ___destination1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_1; int32_t L_21 = V_4; NullCheck(L_19); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_19, L_20, 0, L_21); // bytesToCopy -= bytesRead; int64_t L_22 = ___bytesToCopy3; int32_t L_23 = V_4; ___bytesToCopy3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_22, (int64_t)(((int64_t)((int64_t)L_23))))); // totalBytesRead += bytesRead; int64_t L_24 = V_3; int32_t L_25 = V_4; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)(((int64_t)((int64_t)L_25))))); } IL_006a: { // while ((bytesRead > 0) && (bytesToCopy > 0)); int32_t L_26 = V_4; if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_0075; } } { int64_t L_27 = ___bytesToCopy3; if ((((int64_t)L_27) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0022; } } IL_0075: { // if (totalBytesRead != targetBytes) { int64_t L_28 = V_3; int64_t L_29 = V_2; if ((((int64_t)L_28) == ((int64_t)L_29))) { goto IL_0095; } } { // throw new ZipException(string.Format("Failed to copy bytes expected {0} read {1}", targetBytes, totalBytesRead)); int64_t L_30 = V_2; int64_t L_31 = L_30; RuntimeObject * L_32 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_31); int64_t L_33 = V_3; int64_t L_34 = L_33; RuntimeObject * L_35 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_34); String_t* L_36 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE9C1AA1354C6270DD97377FED8D95FA91C650966, L_32, L_35, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_37 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_37, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C_RuntimeMethod_var); } IL_0095: { // if (updateCrc) { bool L_38 = ___updateCrc4; if (!L_38) { goto IL_00aa; } } { // update.OutEntry.Crc = crc.Value; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_39 = ___update0; NullCheck(L_39); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_40 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_39, /*hidden argument*/NULL); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_41 = V_0; NullCheck(L_41); int64_t L_42 = Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C(L_41, /*hidden argument*/NULL); NullCheck(L_40); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_40, L_42, /*hidden argument*/NULL); } IL_00aa: { // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::GetDescriptorSize(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_GetDescriptorSize_m2C8595B71582808E11434EFF76C6E4B4DD8735A0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int result = 0; V_0 = 0; // if ((update.Entry.Flags & (int)GeneralBitFlags.Descriptor) != 0) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update0; NullCheck(L_0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_1, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_2&(int32_t)8))) { goto IL_0024; } } { // result = ZipConstants.DataDescriptorSize - 4; V_0 = ((int32_t)12); // if (update.Entry.LocalHeaderRequiresZip64) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_3 = ___update0; NullCheck(L_3); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { // result = ZipConstants.Zip64DataDescriptorSize - 4; V_0 = ((int32_t)20); } IL_0024: { // return result; int32_t L_6 = V_0; return L_6; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyDescriptorBytesDirect(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate,System.IO.Stream,System.Int64&,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyDescriptorBytesDirect_mEA1F71194EEEBD7A7052221D80A6F11EEEA3AFFC (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, int64_t* ___destinationPosition2, int64_t ___sourcePosition3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CopyDescriptorBytesDirect_mEA1F71194EEEBD7A7052221D80A6F11EEEA3AFFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; int32_t V_3 = 0; { // int bytesToCopy = GetDescriptorSize(update); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update0; int32_t L_1 = ZipFile_GetDescriptorSize_m2C8595B71582808E11434EFF76C6E4B4DD8735A0(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0059; } IL_000a: { // var readSize = (int)bytesToCopy; int32_t L_2 = V_0; V_1 = L_2; // byte[] buffer = GetBuffer(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480(__this, /*hidden argument*/NULL); V_2 = L_3; // stream.Position = sourcePosition; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___stream1; int64_t L_5 = ___sourcePosition3; NullCheck(L_4); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_4, L_5); // int bytesRead = stream.Read(buffer, 0, readSize); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___stream1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_2; int32_t L_8 = V_1; NullCheck(L_6); int32_t L_9 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, L_8); V_3 = L_9; // if (bytesRead > 0) { int32_t L_10 = V_3; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_004e; } } { // stream.Position = destinationPosition; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = ___stream1; int64_t* L_12 = ___destinationPosition2; int64_t L_13 = *((int64_t*)L_12); NullCheck(L_11); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_11, L_13); // stream.Write(buffer, 0, bytesRead); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = ___stream1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_2; int32_t L_16 = V_3; NullCheck(L_14); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // bytesToCopy -= bytesRead; int32_t L_17 = V_0; int32_t L_18 = V_3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)); // destinationPosition += bytesRead; int64_t* L_19 = ___destinationPosition2; int64_t* L_20 = ___destinationPosition2; int64_t L_21 = *((int64_t*)L_20); int32_t L_22 = V_3; *((int64_t*)L_19) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)(((int64_t)((int64_t)L_22))))); // sourcePosition += bytesRead; int64_t L_23 = ___sourcePosition3; int32_t L_24 = V_3; ___sourcePosition3 = ((int64_t)il2cpp_codegen_add((int64_t)L_23, (int64_t)(((int64_t)((int64_t)L_24))))); // } else { goto IL_0059; } IL_004e: { // throw new ZipException("Unxpected end of stream"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_25 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_25, _stringLiteral54FBDAC8DB2C20F1513FF9E661C044095B0546E1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ZipFile_CopyDescriptorBytesDirect_mEA1F71194EEEBD7A7052221D80A6F11EEEA3AFFC_RuntimeMethod_var); } IL_0059: { // while (bytesToCopy > 0) { int32_t L_26 = V_0; if ((((int32_t)L_26) > ((int32_t)0))) { goto IL_000a; } } { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyEntryDataDirect(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate,System.IO.Stream,System.Boolean,System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyEntryDataDirect_m4DD82CACFEC4A1755D041AD80702900E92D8969A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___updateCrc2, int64_t* ___destinationPosition3, int64_t* ___sourcePosition4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CopyEntryDataDirect_m4DD82CACFEC4A1755D041AD80702900E92D8969A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; int64_t V_3 = 0; int64_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // long bytesToCopy = update.Entry.CompressedSize; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update0; NullCheck(L_0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_1, /*hidden argument*/NULL); V_0 = L_2; // var crc = new Crc32(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_3 = (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)il2cpp_codegen_object_new(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var); Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989(L_3, /*hidden argument*/NULL); V_1 = L_3; // byte[] buffer = GetBuffer(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ZipFile_GetBuffer_m426AC8F7307B8B0785D0DF44FA860389ED405480(__this, /*hidden argument*/NULL); V_2 = L_4; // long targetBytes = bytesToCopy; int64_t L_5 = V_0; V_3 = L_5; // long totalBytesRead = 0; V_4 = (((int64_t)((int64_t)0))); } IL_001f: { // int readSize = buffer.Length; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_2; NullCheck(L_6); V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); // if (bytesToCopy < readSize) { int64_t L_7 = V_0; int32_t L_8 = V_6; if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)L_8)))))) { goto IL_002e; } } { // readSize = (int)bytesToCopy; int64_t L_9 = V_0; V_6 = (((int32_t)((int32_t)L_9))); } IL_002e: { // stream.Position = sourcePosition; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ___stream1; int64_t* L_11 = ___sourcePosition4; int64_t L_12 = *((int64_t*)L_11); NullCheck(L_10); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_10, L_12); // bytesRead = stream.Read(buffer, 0, readSize); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = ___stream1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_2; int32_t L_15 = V_6; NullCheck(L_13); int32_t L_16 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, L_15); V_5 = L_16; // if (bytesRead > 0) { int32_t L_17 = V_5; if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_008a; } } { // if (updateCrc) { bool L_18 = ___updateCrc2; if (!L_18) { goto IL_0055; } } { // crc.Update(buffer, 0, bytesRead); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_19 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_2; int32_t L_21 = V_5; NullCheck(L_19); Crc32_Update_m78D56FFB9222D89BCD3BC6029B7C20DD2A0DE0C8(L_19, L_20, 0, L_21, /*hidden argument*/NULL); } IL_0055: { // stream.Position = destinationPosition; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = ___stream1; int64_t* L_23 = ___destinationPosition3; int64_t L_24 = *((int64_t*)L_23); NullCheck(L_22); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_22, L_24); // stream.Write(buffer, 0, bytesRead); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = ___stream1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_2; int32_t L_27 = V_5; NullCheck(L_25); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_25, L_26, 0, L_27); // destinationPosition += bytesRead; int64_t* L_28 = ___destinationPosition3; int64_t* L_29 = ___destinationPosition3; int64_t L_30 = *((int64_t*)L_29); int32_t L_31 = V_5; *((int64_t*)L_28) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_30, (int64_t)(((int64_t)((int64_t)L_31))))); // sourcePosition += bytesRead; int64_t* L_32 = ___sourcePosition4; int64_t* L_33 = ___sourcePosition4; int64_t L_34 = *((int64_t*)L_33); int32_t L_35 = V_5; *((int64_t*)L_32) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_34, (int64_t)(((int64_t)((int64_t)L_35))))); // bytesToCopy -= bytesRead; int64_t L_36 = V_0; int32_t L_37 = V_5; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_36, (int64_t)(((int64_t)((int64_t)L_37))))); // totalBytesRead += bytesRead; int64_t L_38 = V_4; int32_t L_39 = V_5; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_38, (int64_t)(((int64_t)((int64_t)L_39))))); } IL_008a: { // while ((bytesRead > 0) && (bytesToCopy > 0)); int32_t L_40 = V_5; if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_0094; } } { int64_t L_41 = V_0; if ((((int64_t)L_41) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_001f; } } IL_0094: { // if (totalBytesRead != targetBytes) { int64_t L_42 = V_4; int64_t L_43 = V_3; if ((((int64_t)L_42) == ((int64_t)L_43))) { goto IL_00b6; } } { // throw new ZipException(string.Format("Failed to copy bytes expected {0} read {1}", targetBytes, totalBytesRead)); int64_t L_44 = V_3; int64_t L_45 = L_44; RuntimeObject * L_46 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_45); int64_t L_47 = V_4; int64_t L_48 = L_47; RuntimeObject * L_49 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_48); String_t* L_50 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE9C1AA1354C6270DD97377FED8D95FA91C650966, L_46, L_49, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_51 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_51, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ZipFile_CopyEntryDataDirect_m4DD82CACFEC4A1755D041AD80702900E92D8969A_RuntimeMethod_var); } IL_00b6: { // if (updateCrc) { bool L_52 = ___updateCrc2; if (!L_52) { goto IL_00ca; } } { // update.OutEntry.Crc = crc.Value; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_53 = ___update0; NullCheck(L_53); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_54 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_53, /*hidden argument*/NULL); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_55 = V_1; NullCheck(L_55); int64_t L_56 = Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C(L_55, /*hidden argument*/NULL); NullCheck(L_54); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_54, L_56, /*hidden argument*/NULL); } IL_00ca: { // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindExistingUpdate(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_FindExistingUpdate_m5B10579187EC5730648672022A4CD72C8A020065 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_FindExistingUpdate_m5B10579187EC5730648672022A4CD72C8A020065_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { // int result = -1; V_0 = (-1); // string convertedName = GetTransformedFileName(entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; NullCheck(L_0); String_t* L_1 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ZipFile_GetTransformedFileName_m79012F804D4A8159A1C0DBE7E6D7D14898AB8BCD(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; // if (updateIndex_.ContainsKey(convertedName)) { Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_3 = __this->get_updateIndex__15(); String_t* L_4 = V_1; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var); if (!L_5) { goto IL_002a; } } { // result = (int)updateIndex_[convertedName]; Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_6 = __this->get_updateIndex__15(); String_t* L_7 = V_1; NullCheck(L_6); int32_t L_8 = Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC_RuntimeMethod_var); V_0 = L_8; } IL_002a: { // return result; int32_t L_9 = V_0; return L_9; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile::FindExistingUpdate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipFile_FindExistingUpdate_mA284D7D2FB6680BA6547AFEA49D38FBBC64407A0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_FindExistingUpdate_mA284D7D2FB6680BA6547AFEA49D38FBBC64407A0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { // int result = -1; V_0 = (-1); // string convertedName = GetTransformedFileName(fileName); String_t* L_0 = ___fileName0; String_t* L_1 = ZipFile_GetTransformedFileName_m79012F804D4A8159A1C0DBE7E6D7D14898AB8BCD(__this, L_0, /*hidden argument*/NULL); V_1 = L_1; // if (updateIndex_.ContainsKey(convertedName)) { Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_2 = __this->get_updateIndex__15(); String_t* L_3 = V_1; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var); if (!L_4) { goto IL_0025; } } { // result = (int)updateIndex_[convertedName]; Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_5 = __this->get_updateIndex__15(); String_t* L_6 = V_1; NullCheck(L_5); int32_t L_7 = Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC(L_5, L_6, /*hidden argument*/Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC_RuntimeMethod_var); V_0 = L_7; } IL_0025: { // return result; int32_t L_8 = V_0; return L_8; } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::GetOutputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; int32_t V_1 = 0; { // Stream result = baseStream_; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); V_0 = L_0; // if (entry.IsCrypted == true) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ___entry0; NullCheck(L_1); bool L_2 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { // result = CreateAndInitEncryptionStream(result, entry); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = ___entry0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ZipFile_CreateAndInitEncryptionStream_m2B79B4DA99C4B21EBE17F3FB78FB26FD4BD59A40(__this, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0018: { // switch (entry.CompressionMethod) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = ___entry0; NullCheck(L_6); int32_t L_7 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if (!L_8) { goto IL_0028; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)8))) { goto IL_0031; } } { goto IL_0049; } IL_0028: { // result = new UncompressedStream(result); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = V_0; UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * L_11 = (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A *)il2cpp_codegen_object_new(UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A_il2cpp_TypeInfo_var); UncompressedStream__ctor_m13558C3D0CCC8FDBED053EF4A3698C7E8D28ECDF(L_11, L_10, /*hidden argument*/NULL); V_0 = L_11; // break; goto IL_0064; } IL_0031: { // var dos = new DeflaterOutputStream(result, new Deflater(9, true)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = V_0; Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_13 = (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 *)il2cpp_codegen_object_new(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933_il2cpp_TypeInfo_var); Deflater__ctor_mBA1AAE23835285D6C550F3FDB1B7C9C4FFF06BA9(L_13, ((int32_t)9), (bool)1, /*hidden argument*/NULL); DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * L_14 = (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)il2cpp_codegen_object_new(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481_il2cpp_TypeInfo_var); DeflaterOutputStream__ctor_m234F30DE51597FD2DE2E1D85A70AF4EB5598F469(L_14, L_12, L_13, /*hidden argument*/NULL); // dos.IsStreamOwner = false; DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * L_15 = L_14; NullCheck(L_15); DeflaterOutputStream_set_IsStreamOwner_m44BBF509A179055BD8D5FAADDBB57BF426E880F3_inline(L_15, (bool)0, /*hidden argument*/NULL); // result = dos; V_0 = L_15; // break; goto IL_0064; } IL_0049: { // throw new ZipException("Unknown compression method " + entry.CompressionMethod); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = ___entry0; NullCheck(L_16); int32_t L_17 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_16, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(CompressionMethod_t5CF67B4325DE6B9E861132E9851E81210ACD2C21_il2cpp_TypeInfo_var, &L_18); String_t* L_20 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral29F99B9246AB10EB8DE0CB8FA05FF83A7406E392, L_19, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_21 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289_RuntimeMethod_var); } IL_0064: { // return result; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = V_0; return L_22; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::AddEntry(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_AddEntry_m098FDF981D7A062B34C6F980EC96E25C0B9EA0AC (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_AddEntry_m098FDF981D7A062B34C6F980EC96E25C0B9EA0AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL; int64_t V_2 = 0; int64_t V_3 = 0; int64_t V_4 = 0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // Stream source = null; V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL; // if (update.Entry.IsFile) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update1; NullCheck(L_0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = ZipEntry_get_IsFile_mE758192089EAD313077FD2730F905A0D664004E5(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { // source = update.GetSource(); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_3 = ___update1; NullCheck(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ZipUpdate_GetSource_mD243EA8BF0620DCC43309A681060742B2B39035F(L_3, /*hidden argument*/NULL); V_0 = L_4; // if (source == null) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = V_0; if (L_5) { goto IL_0031; } } { // source = updateDataSource_.GetSource(update.Entry, update.Filename); RuntimeObject* L_6 = __this->get_updateDataSource__17(); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_7 = ___update1; NullCheck(L_7); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_8 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_7, /*hidden argument*/NULL); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_9 = ___update1; NullCheck(L_9); String_t* L_10 = ZipUpdate_get_Filename_mAF8A0E2727160AF7F8D9903A5F33BEDA7F8E84EF_inline(L_9, /*hidden argument*/NULL); NullCheck(L_6); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = InterfaceFuncInvoker2< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *, String_t* >::Invoke(0 /* System.IO.Stream ICSharpCode.SharpZipLib.Zip.IDynamicDataSource::GetSource(ICSharpCode.SharpZipLib.Zip.ZipEntry,System.String) */, IDynamicDataSource_tED087003C003804CF2C9EEABA15B1F71C07175C2_il2cpp_TypeInfo_var, L_6, L_8, L_10); V_0 = L_11; } IL_0031: { // if (source != null) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = V_0; if (!L_12) { goto IL_0100; } } { // using (source) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = V_0; V_1 = L_13; } IL_0039: try { // begin try (depth: 1) { // long sourceStreamLength = source.Length; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = V_0; NullCheck(L_14); int64_t L_15 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_14); V_2 = L_15; // if (update.OutEntry.Size < 0) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_16 = ___update1; NullCheck(L_16); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_16, /*hidden argument*/NULL); NullCheck(L_17); int64_t L_18 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_17, /*hidden argument*/NULL); if ((((int64_t)L_18) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_005d; } } IL_004f: { // update.OutEntry.Size = sourceStreamLength; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_19 = ___update1; NullCheck(L_19); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_20 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_19, /*hidden argument*/NULL); int64_t L_21 = V_2; NullCheck(L_20); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_20, L_21, /*hidden argument*/NULL); // } else { goto IL_0076; } IL_005d: { // if (update.OutEntry.Size != sourceStreamLength) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_22 = ___update1; NullCheck(L_22); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_23 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_22, /*hidden argument*/NULL); NullCheck(L_23); int64_t L_24 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_23, /*hidden argument*/NULL); int64_t L_25 = V_2; if ((((int64_t)L_24) == ((int64_t)L_25))) { goto IL_0076; } } IL_006b: { // throw new ZipException("Entry size/stream size mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_26 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_26, _stringLiteral56D60AA88622DE2DA0338EE39342F1735AB795DB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ZipFile_AddEntry_m098FDF981D7A062B34C6F980EC96E25C0B9EA0AC_RuntimeMethod_var); } IL_0076: { // workFile.WriteLocalEntryHeader(update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_27 = ___workFile0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_28 = ___update1; NullCheck(L_27); ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3(L_27, L_28, /*hidden argument*/NULL); // long dataStart = workFile.baseStream_.Position; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_29 = ___workFile0; NullCheck(L_29); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_30 = L_29->get_baseStream__6(); NullCheck(L_30); int64_t L_31 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_30); V_3 = L_31; // using (Stream output = workFile.GetOutputStream(update.OutEntry)) { ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_32 = ___workFile0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_33 = ___update1; NullCheck(L_33); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_34 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_33, /*hidden argument*/NULL); NullCheck(L_32); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_35 = ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289(L_32, L_34, /*hidden argument*/NULL); V_5 = L_35; } IL_0097: try { // begin try (depth: 2) // CopyBytes(update, output, source, sourceStreamLength, true); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_36 = ___update1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_37 = V_5; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_38 = V_0; int64_t L_39 = V_2; ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C(__this, L_36, L_37, L_38, L_39, (bool)1, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0xB1, FINALLY_00a5); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a5; } FINALLY_00a5: { // begin finally (depth: 2) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_40 = V_5; if (!L_40) { goto IL_00b0; } } IL_00a9: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = V_5; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_41); } IL_00b0: { IL2CPP_END_FINALLY(165) } } // end finally (depth: 2) IL2CPP_CLEANUP(165) { IL2CPP_JUMP_TBL(0xB1, IL_00b1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b1: { // long dataEnd = workFile.baseStream_.Position; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_42 = ___workFile0; NullCheck(L_42); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_43 = L_42->get_baseStream__6(); NullCheck(L_43); int64_t L_44 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_43); V_4 = L_44; // update.OutEntry.CompressedSize = dataEnd - dataStart; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_45 = ___update1; NullCheck(L_45); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_46 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_45, /*hidden argument*/NULL); int64_t L_47 = V_4; int64_t L_48 = V_3; NullCheck(L_46); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_46, ((int64_t)il2cpp_codegen_subtract((int64_t)L_47, (int64_t)L_48)), /*hidden argument*/NULL); // if ((update.OutEntry.Flags & (int)GeneralBitFlags.Descriptor) == (int)GeneralBitFlags.Descriptor) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_49 = ___update1; NullCheck(L_49); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_50 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_49, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_50, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_51&(int32_t)8))) == ((uint32_t)8)))) { goto IL_00f4; } } IL_00dd: { // var helper = new ZipHelperStream(workFile.baseStream_); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_52 = ___workFile0; NullCheck(L_52); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_53 = L_52->get_baseStream__6(); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_54 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_54, L_53, /*hidden argument*/NULL); // helper.WriteDataDescriptor(update.OutEntry); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_55 = ___update1; NullCheck(L_55); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_56 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_55, /*hidden argument*/NULL); NullCheck(L_54); ZipHelperStream_WriteDataDescriptor_mB5158679DAE8B11563803B0FFA78230775C5613A(L_54, L_56, /*hidden argument*/NULL); } IL_00f4: { // } IL2CPP_LEAVE(0x114, FINALLY_00f6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f6; } FINALLY_00f6: { // begin finally (depth: 1) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_57 = V_1; if (!L_57) { goto IL_00ff; } } IL_00f9: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_58 = V_1; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_58); } IL_00ff: { IL2CPP_END_FINALLY(246) } } // end finally (depth: 1) IL2CPP_CLEANUP(246) { IL2CPP_JUMP_TBL(0x114, IL_0114) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0100: { // workFile.WriteLocalEntryHeader(update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_59 = ___workFile0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_60 = ___update1; NullCheck(L_59); ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3(L_59, L_60, /*hidden argument*/NULL); // update.OutEntry.CompressedSize = 0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_61 = ___update1; NullCheck(L_61); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_62 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_61, /*hidden argument*/NULL); NullCheck(L_62); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_62, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); } IL_0114: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::ModifyEntry(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_ModifyEntry_m0888776FFBE25AEF386EE3D041C7AF4A45864137 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_ModifyEntry_m0888776FFBE25AEF386EE3D041C7AF4A45864137_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_2 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // workFile.WriteLocalEntryHeader(update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_0 = ___workFile0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_1 = ___update1; NullCheck(L_0); ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3(L_0, L_1, /*hidden argument*/NULL); // long dataStart = workFile.baseStream_.Position; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_2 = ___workFile0; NullCheck(L_2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = L_2->get_baseStream__6(); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_3); V_0 = L_4; // if (update.Entry.IsFile && (update.Filename != null)) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_5 = ___update1; NullCheck(L_5); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = ZipEntry_get_IsFile_mE758192089EAD313077FD2730F905A0D664004E5(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0068; } } { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_8 = ___update1; NullCheck(L_8); String_t* L_9 = ZipUpdate_get_Filename_mAF8A0E2727160AF7F8D9903A5F33BEDA7F8E84EF_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0068; } } { // using (Stream output = workFile.GetOutputStream(update.OutEntry)) { ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_10 = ___workFile0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_11 = ___update1; NullCheck(L_11); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_11, /*hidden argument*/NULL); NullCheck(L_10); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = ZipFile_GetOutputStream_mAAF7A433C492108C84BD8CDDFA25B7B0E0D91289(L_10, L_12, /*hidden argument*/NULL); V_2 = L_13; } IL_0035: try { // begin try (depth: 1) { // using (Stream source = this.GetInputStream(update.Entry)) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_14 = ___update1; NullCheck(L_14); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_14, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = ZipFile_GetInputStream_mABE2A58A00958F511DDC04FB8283B9911328100C(__this, L_15, /*hidden argument*/NULL); V_3 = L_16; } IL_0042: try { // begin try (depth: 2) // CopyBytes(update, output, source, source.Length, true); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_17 = ___update1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_18 = V_2; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = V_3; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = V_3; NullCheck(L_20); int64_t L_21 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_20); ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C(__this, L_17, L_18, L_19, L_21, (bool)1, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x68, FINALLY_0054); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: { // begin finally (depth: 2) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = V_3; if (!L_22) { goto IL_005d; } } IL_0057: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_23 = V_3; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_23); } IL_005d: { IL2CPP_END_FINALLY(84) } } // end finally (depth: 2) IL2CPP_CLEANUP(84) { IL2CPP_END_CLEANUP(0x68, FINALLY_005e); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: { // begin finally (depth: 1) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_24 = V_2; if (!L_24) { goto IL_0067; } } IL_0061: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = V_2; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_25); } IL_0067: { IL2CPP_END_FINALLY(94) } } // end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0068: { // long dataEnd = workFile.baseStream_.Position; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_26 = ___workFile0; NullCheck(L_26); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_27 = L_26->get_baseStream__6(); NullCheck(L_27); int64_t L_28 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_27); V_1 = L_28; // update.Entry.CompressedSize = dataEnd - dataStart; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_29 = ___update1; NullCheck(L_29); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_30 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_29, /*hidden argument*/NULL); int64_t L_31 = V_1; int64_t L_32 = V_0; NullCheck(L_30); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_30, ((int64_t)il2cpp_codegen_subtract((int64_t)L_31, (int64_t)L_32)), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyEntryDirect(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyEntryDirect_m7B502892DB2F013374E27201C3AE9ACACDF3C290 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, int64_t* ___destinationPosition2, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { // bool skipOver = false || update.Entry.Offset == destinationPosition; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___update1; NullCheck(L_0); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_1, /*hidden argument*/NULL); int64_t* L_3 = ___destinationPosition2; int64_t L_4 = *((int64_t*)L_3); // if (!skipOver) { int32_t L_5 = ((((int64_t)L_2) == ((int64_t)L_4))? 1 : 0); G_B1_0 = L_5; if (L_5) { G_B2_0 = L_5; goto IL_0033; } } { // baseStream_.Position = destinationPosition; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get_baseStream__6(); int64_t* L_7 = ___destinationPosition2; int64_t L_8 = *((int64_t*)L_7); NullCheck(L_6); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_6, L_8); // workFile.WriteLocalEntryHeader(update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_9 = ___workFile0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_10 = ___update1; NullCheck(L_9); ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3(L_9, L_10, /*hidden argument*/NULL); // destinationPosition = baseStream_.Position; int64_t* L_11 = ___destinationPosition2; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = __this->get_baseStream__6(); NullCheck(L_12); int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_12); *((int64_t*)L_11) = (int64_t)L_13; G_B2_0 = G_B1_0; } IL_0033: { // long sourcePosition = 0; V_0 = (((int64_t)((int64_t)0))); // long entryDataOffset = update.Entry.Offset + NameLengthOffset; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_14 = ___update1; NullCheck(L_14); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); int64_t L_16 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_15, /*hidden argument*/NULL); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)((int32_t)26)))))); // baseStream_.Seek(entryDataOffset, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = __this->get_baseStream__6(); int64_t L_18 = V_1; NullCheck(L_17); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_17, L_18, 0); // uint nameLength = ReadLEUshort(); uint16_t L_19 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_2 = L_19; // uint extraLength = ReadLEUshort(); uint16_t L_20 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_3 = L_20; // sourcePosition = baseStream_.Position + nameLength + extraLength; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = __this->get_baseStream__6(); NullCheck(L_21); int64_t L_22 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_21); uint32_t L_23 = V_2; uint32_t L_24 = V_3; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)(((int64_t)((uint64_t)L_23))))), (int64_t)(((int64_t)((uint64_t)L_24))))); // if (skipOver) { if (!G_B2_0) { goto IL_00ae; } } { // if (update.OffsetBasedSize != -1) ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_25 = ___update1; NullCheck(L_25); int64_t L_26 = ZipUpdate_get_OffsetBasedSize_m67AA0EC47676E878620FA8F96826DD7AF7A88DE0_inline(L_25, /*hidden argument*/NULL); if ((((int64_t)L_26) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_008c; } } { // destinationPosition += update.OffsetBasedSize; int64_t* L_27 = ___destinationPosition2; int64_t* L_28 = ___destinationPosition2; int64_t L_29 = *((int64_t*)L_28); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_30 = ___update1; NullCheck(L_30); int64_t L_31 = ZipUpdate_get_OffsetBasedSize_m67AA0EC47676E878620FA8F96826DD7AF7A88DE0_inline(L_30, /*hidden argument*/NULL); *((int64_t*)L_27) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)L_31)); return; } IL_008c: { // destinationPosition += // (sourcePosition - entryDataOffset) + NameLengthOffset + // Header size // update.Entry.CompressedSize + GetDescriptorSize(update); int64_t* L_32 = ___destinationPosition2; int64_t* L_33 = ___destinationPosition2; int64_t L_34 = *((int64_t*)L_33); int64_t L_35 = V_0; int64_t L_36 = V_1; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_37 = ___update1; NullCheck(L_37); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_38 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); int64_t L_39 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_38, /*hidden argument*/NULL); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_40 = ___update1; int32_t L_41 = ZipFile_GetDescriptorSize_m2C8595B71582808E11434EFF76C6E4B4DD8735A0(__this, L_40, /*hidden argument*/NULL); *((int64_t*)L_32) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_34, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_35, (int64_t)L_36)), (int64_t)(((int64_t)((int64_t)((int32_t)26)))))), (int64_t)L_39)), (int64_t)(((int64_t)((int64_t)L_41))))))); // } else { return; } IL_00ae: { // if (update.Entry.CompressedSize > 0) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_42 = ___update1; NullCheck(L_42); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_43 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_42, /*hidden argument*/NULL); NullCheck(L_43); int64_t L_44 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_43, /*hidden argument*/NULL); if ((((int64_t)L_44) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00ce; } } { // CopyEntryDataDirect(update, baseStream_, false, ref destinationPosition, ref sourcePosition); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_45 = ___update1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_46 = __this->get_baseStream__6(); int64_t* L_47 = ___destinationPosition2; ZipFile_CopyEntryDataDirect_m4DD82CACFEC4A1755D041AD80702900E92D8969A(__this, L_45, L_46, (bool)0, (int64_t*)L_47, (int64_t*)(&V_0), /*hidden argument*/NULL); } IL_00ce: { // CopyDescriptorBytesDirect(update, baseStream_, ref destinationPosition, sourcePosition); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_48 = ___update1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_49 = __this->get_baseStream__6(); int64_t* L_50 = ___destinationPosition2; int64_t L_51 = V_0; ZipFile_CopyDescriptorBytesDirect_mEA1F71194EEEBD7A7052221D80A6F11EEEA3AFFC(__this, L_48, L_49, (int64_t*)L_50, L_51, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CopyEntry(ICSharpCode.SharpZipLib.Zip.ZipFile,ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CopyEntry_m18E736B57309B97054817C032B14EF59DA2C158F (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___workFile0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___update1, const RuntimeMethod* method) { int64_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { // workFile.WriteLocalEntryHeader(update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_0 = ___workFile0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_1 = ___update1; NullCheck(L_0); ZipFile_WriteLocalEntryHeader_mA1C6AC4CFB4A3E9B9BEB5DD385E112CC75A7B9B3(L_0, L_1, /*hidden argument*/NULL); // if (update.Entry.CompressedSize > 0) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_2 = ___update1; NullCheck(L_2); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_3, /*hidden argument*/NULL); if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0072; } } { // long entryDataOffset = update.Entry.Offset + NameLengthOffset; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_5 = ___update1; NullCheck(L_5); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); int64_t L_7 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_6, /*hidden argument*/NULL); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)(((int64_t)((int64_t)((int32_t)26)))))); // baseStream_.Seek(entryDataOffset, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_baseStream__6(); int64_t L_9 = V_0; NullCheck(L_8); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_8, L_9, 0); // uint nameLength = ReadLEUshort(); uint16_t L_10 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_1 = L_10; // uint extraLength = ReadLEUshort(); uint16_t L_11 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_2 = L_11; // baseStream_.Seek(nameLength + extraLength, SeekOrigin.Current); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = __this->get_baseStream__6(); uint32_t L_13 = V_1; uint32_t L_14 = V_2; NullCheck(L_12); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_12, (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)))))))), 1); // CopyBytes(update, workFile.baseStream_, baseStream_, update.Entry.CompressedSize, false); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_15 = ___update1; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_16 = ___workFile0; NullCheck(L_16); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = L_16->get_baseStream__6(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_18 = __this->get_baseStream__6(); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_19 = ___update1; NullCheck(L_19); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_20 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); int64_t L_21 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_20, /*hidden argument*/NULL); ZipFile_CopyBytes_mC3650CFB116FF59EBC74995F1C8668C9E00C972C(__this, L_15, L_17, L_18, L_21, (bool)0, /*hidden argument*/NULL); } IL_0072: { // CopyDescriptorBytes(update, workFile.baseStream_, baseStream_); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_22 = ___update1; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_23 = ___workFile0; NullCheck(L_23); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_24 = L_23->get_baseStream__6(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = __this->get_baseStream__6(); ZipFile_CopyDescriptorBytes_mB6804AC81223E4112323082F8464F8A277C7F627(__this, L_22, L_24, L_25, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Reopen(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (source == null) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ZipException("Failed to reopen archive - no source"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_1 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_1, _stringLiteralC157E6E3F7EAFE988051E781877CA9D60A07FCCF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177_RuntimeMethod_var); } IL_000e: { // isNewArchive_ = false; __this->set_isNewArchive__11((bool)0); // baseStream_ = source; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___source0; __this->set_baseStream__6(L_2); // ReadEntries(); ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207(__this, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Reopen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Reopen_mE604283A5553F7518843EC276DAAC82082687368 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_Reopen_mE604283A5553F7518843EC276DAAC82082687368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (Name == null) { String_t* L_0 = ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Name is not known cannot Reopen"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteralE677528B62E715D036B898ADEED4475EBB07EBED, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_Reopen_mE604283A5553F7518843EC276DAAC82082687368_RuntimeMethod_var); } IL_0013: { // Reopen(File.Open(Name, FileMode.Open, FileAccess.Read, FileShare.Read)); String_t* L_2 = ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline(__this, /*hidden argument*/NULL); FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = File_Open_mE3C89422475D91EE79B2BE9AD5B0AB7DA7141265(L_2, 3, 1, 1, /*hidden argument*/NULL); ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177(__this, L_3, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::UpdateCommentOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_UpdateCommentOnly_m22820C1B8D25A1C96B6E0198FCCB25B242D77A2E (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_UpdateCommentOnly_m22820C1B8D25A1C96B6E0198FCCB25B242D77A2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * V_1 = NULL; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // long baseLength = baseStream_.Length; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_0); V_0 = L_1; // ZipHelperStream updateFile = null; V_1 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)NULL; // if (archiveStorage_.UpdateMode == FileUpdateMode.Safe) { RuntimeObject* L_2 = __this->get_archiveStorage__16(); NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.FileUpdateMode ICSharpCode.SharpZipLib.Zip.IArchiveStorage::get_UpdateMode() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_004d; } } { // Stream copyStream = archiveStorage_.MakeTemporaryCopy(baseStream_); RuntimeObject* L_4 = __this->get_archiveStorage__16(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_baseStream__6(); NullCheck(L_4); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = InterfaceFuncInvoker1< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(3 /* System.IO.Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage::MakeTemporaryCopy(System.IO.Stream) */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_4, L_5); // updateFile = new ZipHelperStream(copyStream); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_7 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; // updateFile.IsStreamOwner = true; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_8 = V_1; NullCheck(L_8); ZipHelperStream_set_IsStreamOwner_mC66B801293B3A5F27963DEE9BF8EB82A71233D0F_inline(L_8, (bool)1, /*hidden argument*/NULL); // baseStream_.Dispose(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_baseStream__6(); NullCheck(L_9); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_9, /*hidden argument*/NULL); // baseStream_ = null; __this->set_baseStream__6((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); // } else { goto IL_009e; } IL_004d: { // if (archiveStorage_.UpdateMode == FileUpdateMode.Direct) { RuntimeObject* L_10 = __this->get_archiveStorage__16(); NullCheck(L_10); int32_t L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.FileUpdateMode ICSharpCode.SharpZipLib.Zip.IArchiveStorage::get_UpdateMode() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0080; } } { // baseStream_ = archiveStorage_.OpenForDirectUpdate(baseStream_); RuntimeObject* L_12 = __this->get_archiveStorage__16(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = __this->get_baseStream__6(); NullCheck(L_12); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = InterfaceFuncInvoker1< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(4 /* System.IO.Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage::OpenForDirectUpdate(System.IO.Stream) */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_12, L_13); __this->set_baseStream__6(L_14); // updateFile = new ZipHelperStream(baseStream_); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = __this->get_baseStream__6(); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_16 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_16, L_15, /*hidden argument*/NULL); V_1 = L_16; // } else { goto IL_009e; } IL_0080: { // baseStream_.Dispose(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = __this->get_baseStream__6(); NullCheck(L_17); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_17, /*hidden argument*/NULL); // baseStream_ = null; __this->set_baseStream__6((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); // updateFile = new ZipHelperStream(Name); String_t* L_18 = ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline(__this, /*hidden argument*/NULL); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_19 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_mB1882218BC015FBACDF02E5C5C7770B0064498A9(L_19, L_18, /*hidden argument*/NULL); V_1 = L_19; } IL_009e: { // using (updateFile) { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_20 = V_1; V_2 = L_20; } IL_00a0: try { // begin try (depth: 1) { // long locatedCentralDirOffset = // updateFile.LocateBlockWithSignature(ZipConstants.EndOfCentralDirectorySignature, // baseLength, ZipConstants.EndOfCentralRecordBaseSize, 0xffff); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_21 = V_1; int64_t L_22 = V_0; NullCheck(L_21); int64_t L_23 = ZipHelperStream_LocateBlockWithSignature_m332D9E58A6189D6592D5720C54B245F393DD793C(L_21, ((int32_t)101010256), L_22, ((int32_t)22), ((int32_t)65535), /*hidden argument*/NULL); // if (locatedCentralDirOffset < 0) { if ((((int64_t)L_23) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00c2; } } IL_00b7: { // throw new ZipException("Cannot find central directory"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_24 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_24, _stringLiteral6CED68CF8C00214AD50EBA97C57E743981129D2B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ZipFile_UpdateCommentOnly_m22820C1B8D25A1C96B6E0198FCCB25B242D77A2E_RuntimeMethod_var); } IL_00c2: { // updateFile.Position += CentralHeaderCommentSizeOffset; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_25 = V_1; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_26 = L_25; NullCheck(L_26); int64_t L_27 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_26); NullCheck(L_26); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_26, ((int64_t)il2cpp_codegen_add((int64_t)L_27, (int64_t)(((int64_t)((int64_t)((int32_t)16))))))); // byte[] rawComment = newComment_.RawComment; ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_28 = __this->get_newComment__21(); NullCheck(L_28); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ZipString_get_RawComment_m0815B001A754698EC9FC181B0B37C86BC8A2FCF1(L_28, /*hidden argument*/NULL); V_3 = L_29; // updateFile.WriteLEShort(rawComment.Length); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_30 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_3; NullCheck(L_31); NullCheck(L_30); ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(L_30, (((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))), /*hidden argument*/NULL); // updateFile.Write(rawComment, 0, rawComment.Length); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_32 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_3; NullCheck(L_34); NullCheck(L_32); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_32, L_33, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))))); // updateFile.SetLength(updateFile.Position); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_35 = V_1; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_36 = V_1; NullCheck(L_36); int64_t L_37 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_36); NullCheck(L_35); VirtActionInvoker1< int64_t >::Invoke(26 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_35, L_37); // } IL2CPP_LEAVE(0x10A, FINALLY_0100); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0100; } FINALLY_0100: { // begin finally (depth: 1) { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_38 = V_2; if (!L_38) { goto IL_0109; } } IL_0103: { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_39 = V_2; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_39); } IL_0109: { IL2CPP_END_FINALLY(256) } } // end finally (depth: 1) IL2CPP_CLEANUP(256) { IL2CPP_JUMP_TBL(0x10A, IL_010a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_010a: { // if (archiveStorage_.UpdateMode == FileUpdateMode.Safe) { RuntimeObject* L_40 = __this->get_archiveStorage__16(); NullCheck(L_40); int32_t L_41 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.FileUpdateMode ICSharpCode.SharpZipLib.Zip.IArchiveStorage::get_UpdateMode() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_0129; } } { // Reopen(archiveStorage_.ConvertTemporaryToFinal()); RuntimeObject* L_42 = __this->get_archiveStorage__16(); NullCheck(L_42); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_43 = InterfaceFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(2 /* System.IO.Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage::ConvertTemporaryToFinal() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_42); ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177(__this, L_43, /*hidden argument*/NULL); // } else { return; } IL_0129: { // ReadEntries(); ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207(__this, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::RunUpdates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_RunUpdates_mCAB8F07F9F5C7E6A700AED2D1C09A2255FEC9DB0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_RunUpdates_mCAB8F07F9F5C7E6A700AED2D1C09A2255FEC9DB0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; bool V_2 = false; int64_t V_3 = 0; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * V_4 = NULL; int64_t V_5 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 V_7; memset((&V_7), 0, sizeof(V_7)); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * V_8 = NULL; int32_t V_9 = 0; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * V_10 = NULL; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * V_11 = NULL; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 5); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B35_0 = NULL; { // long sizeEntries = 0; V_0 = (((int64_t)((int64_t)0))); // long endOfStream = 0; V_1 = (((int64_t)((int64_t)0))); // bool directUpdate = false; V_2 = (bool)0; // long destinationPosition = 0; // NOT SFX friendly V_3 = (((int64_t)((int64_t)0))); // if (IsNewArchive) { bool L_0 = ZipFile_get_IsNewArchive_m53E0692ACD44686AEF7672454589CC7AFA2AC0A6_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0028; } } { // workFile = this; V_4 = __this; // workFile.baseStream_.Position = 0; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_1 = V_4; NullCheck(L_1); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = L_1->get_baseStream__6(); NullCheck(L_2); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_2, (((int64_t)((int64_t)0)))); // directUpdate = true; V_2 = (bool)1; // } else if (archiveStorage_.UpdateMode == FileUpdateMode.Direct) { goto IL_0099; } IL_0028: { // } else if (archiveStorage_.UpdateMode == FileUpdateMode.Direct) { RuntimeObject* L_3 = __this->get_archiveStorage__16(); NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* ICSharpCode.SharpZipLib.Zip.FileUpdateMode ICSharpCode.SharpZipLib.Zip.IArchiveStorage::get_UpdateMode() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_005b; } } { // workFile = this; V_4 = __this; // workFile.baseStream_.Position = 0; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_5 = V_4; NullCheck(L_5); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = L_5->get_baseStream__6(); NullCheck(L_6); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_6, (((int64_t)((int64_t)0)))); // directUpdate = true; V_2 = (bool)1; // updates_.Sort(new UpdateComparer()); List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_7 = __this->get_updates__13(); UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B * L_8 = (UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B *)il2cpp_codegen_object_new(UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B_il2cpp_TypeInfo_var); UpdateComparer__ctor_m9130FEE699F04C82F4807E1316C4E6890749815A(L_8, /*hidden argument*/NULL); NullCheck(L_7); List_1_Sort_m165A2D968D56C4DE9ECBD5BC06C23E4CFCD5F180(L_7, L_8, /*hidden argument*/List_1_Sort_m165A2D968D56C4DE9ECBD5BC06C23E4CFCD5F180_RuntimeMethod_var); // } else { goto IL_0099; } IL_005b: { // workFile = ZipFile.Create(archiveStorage_.GetTemporaryOutput()); RuntimeObject* L_9 = __this->get_archiveStorage__16(); NullCheck(L_9); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = InterfaceFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(1 /* System.IO.Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage::GetTemporaryOutput() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_9); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_11 = ZipFile_Create_m456500F1E85B9AF979C578AEF01A9BB757A8AF49(L_10, /*hidden argument*/NULL); V_4 = L_11; // workFile.UseZip64 = UseZip64; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_12 = V_4; int32_t L_13 = ZipFile_get_UseZip64_mDC4CCD3F544B911BC9E4A76D0F62EFAF12536237_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); ZipFile_set_UseZip64_m19C0A2503AC77F33A495A2BC3B71A1ECE86273DB_inline(L_12, L_13, /*hidden argument*/NULL); // if (key != null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_key_10(); if (!L_14) { goto IL_0099; } } { // workFile.key = (byte[])key.Clone(); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_15 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_key_10(); NullCheck((RuntimeArray *)(RuntimeArray *)L_16); RuntimeObject * L_17 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_16, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_key_10(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_17, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var))); } IL_0099: { } IL_009a: try { // begin try (depth: 1) { // foreach (ZipUpdate update in updates_) { List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_18 = __this->get_updates__13(); NullCheck(L_18); Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 L_19 = List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B(L_18, /*hidden argument*/List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B_RuntimeMethod_var); V_7 = L_19; } IL_00a7: try { // begin try (depth: 2) { goto IL_0134; } IL_00ac: { // foreach (ZipUpdate update in updates_) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_20 = Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_inline((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_RuntimeMethod_var); V_8 = L_20; // if (update != null) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_21 = V_8; if (!L_21) { goto IL_0134; } } IL_00b9: { // switch (update.Command) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_22 = V_8; NullCheck(L_22); int32_t L_23 = ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline(L_22, /*hidden argument*/NULL); V_9 = L_23; int32_t L_24 = V_9; switch (L_24) { case 0: { goto IL_00d7; } case 1: { goto IL_00f4; } case 2: { goto IL_0100; } } } IL_00d5: { goto IL_0134; } IL_00d7: { // if (directUpdate) { bool L_25 = V_2; if (!L_25) { goto IL_00e8; } } IL_00da: { // CopyEntryDirect(workFile, update, ref destinationPosition); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_26 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_27 = V_8; ZipFile_CopyEntryDirect_m7B502892DB2F013374E27201C3AE9ACACDF3C290(__this, L_26, L_27, (int64_t*)(&V_3), /*hidden argument*/NULL); // } else { goto IL_0134; } IL_00e8: { // CopyEntry(workFile, update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_28 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_29 = V_8; ZipFile_CopyEntry_m18E736B57309B97054817C032B14EF59DA2C158F(__this, L_28, L_29, /*hidden argument*/NULL); // break; goto IL_0134; } IL_00f4: { // ModifyEntry(workFile, update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_30 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_31 = V_8; ZipFile_ModifyEntry_m0888776FFBE25AEF386EE3D041C7AF4A45864137(__this, L_30, L_31, /*hidden argument*/NULL); // break; goto IL_0134; } IL_0100: { // if (!IsNewArchive && directUpdate) { bool L_32 = ZipFile_get_IsNewArchive_m53E0692ACD44686AEF7672454589CC7AFA2AC0A6_inline(__this, /*hidden argument*/NULL); bool L_33 = V_2; if (!((int32_t)((int32_t)((((int32_t)L_32) == ((int32_t)0))? 1 : 0)&(int32_t)L_33))) { goto IL_011a; } } IL_010d: { // workFile.baseStream_.Position = destinationPosition; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_34 = V_4; NullCheck(L_34); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_35 = L_34->get_baseStream__6(); int64_t L_36 = V_3; NullCheck(L_35); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_35, L_36); } IL_011a: { // AddEntry(workFile, update); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_37 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_38 = V_8; ZipFile_AddEntry_m098FDF981D7A062B34C6F980EC96E25C0B9EA0AC(__this, L_37, L_38, /*hidden argument*/NULL); // if (directUpdate) { bool L_39 = V_2; if (!L_39) { goto IL_0134; } } IL_0127: { // destinationPosition = workFile.baseStream_.Position; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_40 = V_4; NullCheck(L_40); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = L_40->get_baseStream__6(); NullCheck(L_41); int64_t L_42 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_41); V_3 = L_42; } IL_0134: { // foreach (ZipUpdate update in updates_) { bool L_43 = Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64_RuntimeMethod_var); if (L_43) { goto IL_00ac; } } IL_0140: { IL2CPP_LEAVE(0x150, FINALLY_0142); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0142; } FINALLY_0142: { // begin finally (depth: 2) Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22_RuntimeMethod_var); IL2CPP_END_FINALLY(322) } // end finally (depth: 2) IL2CPP_CLEANUP(322) { IL2CPP_JUMP_TBL(0x150, IL_0150) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0150: { // if (!IsNewArchive && directUpdate) { bool L_44 = ZipFile_get_IsNewArchive_m53E0692ACD44686AEF7672454589CC7AFA2AC0A6_inline(__this, /*hidden argument*/NULL); bool L_45 = V_2; if (!((int32_t)((int32_t)((((int32_t)L_44) == ((int32_t)0))? 1 : 0)&(int32_t)L_45))) { goto IL_016a; } } IL_015d: { // workFile.baseStream_.Position = destinationPosition; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_46 = V_4; NullCheck(L_46); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_47 = L_46->get_baseStream__6(); int64_t L_48 = V_3; NullCheck(L_47); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_47, L_48); } IL_016a: { // long centralDirOffset = workFile.baseStream_.Position; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_49 = V_4; NullCheck(L_49); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_50 = L_49->get_baseStream__6(); NullCheck(L_50); int64_t L_51 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_50); V_5 = L_51; // foreach (ZipUpdate update in updates_) { List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_52 = __this->get_updates__13(); NullCheck(L_52); Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 L_53 = List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B(L_52, /*hidden argument*/List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B_RuntimeMethod_var); V_7 = L_53; } IL_0185: try { // begin try (depth: 2) { goto IL_01a6; } IL_0187: { // foreach (ZipUpdate update in updates_) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_54 = Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_inline((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_RuntimeMethod_var); V_10 = L_54; // if (update != null) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_55 = V_10; if (!L_55) { goto IL_01a6; } } IL_0194: { // sizeEntries += workFile.WriteCentralDirectoryHeader(update.OutEntry); int64_t L_56 = V_0; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_57 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_58 = V_10; NullCheck(L_58); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_59 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_58, /*hidden argument*/NULL); NullCheck(L_57); int32_t L_60 = ZipFile_WriteCentralDirectoryHeader_m965EB7B5800F8AFCF575DEA949B0ADFD138F468B(L_57, L_59, /*hidden argument*/NULL); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_56, (int64_t)(((int64_t)((int64_t)L_60))))); } IL_01a6: { // foreach (ZipUpdate update in updates_) { bool L_61 = Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64_RuntimeMethod_var); if (L_61) { goto IL_0187; } } IL_01af: { IL2CPP_LEAVE(0x1BF, FINALLY_01b1); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b1; } FINALLY_01b1: { // begin finally (depth: 2) Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22_RuntimeMethod_var); IL2CPP_END_FINALLY(433) } // end finally (depth: 2) IL2CPP_CLEANUP(433) { IL2CPP_JUMP_TBL(0x1BF, IL_01bf) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01bf: { // byte[] theComment = (newComment_ != null) ? newComment_.RawComment : ZipConstants.ConvertToArray(comment_); ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_62 = __this->get_newComment__21(); if (L_62) { goto IL_01d4; } } IL_01c7: { String_t* L_63 = __this->get_comment__4(); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = ZipConstants_ConvertToArray_m832915B5FA431F694835B645E7D39B73B55C8EB0(L_63, /*hidden argument*/NULL); G_B35_0 = L_64; goto IL_01df; } IL_01d4: { ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_65 = __this->get_newComment__21(); NullCheck(L_65); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = ZipString_get_RawComment_m0815B001A754698EC9FC181B0B37C86BC8A2FCF1(L_65, /*hidden argument*/NULL); G_B35_0 = L_66; } IL_01df: { V_6 = G_B35_0; // using (ZipHelperStream zhs = new ZipHelperStream(workFile.baseStream_)) { ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_67 = V_4; NullCheck(L_67); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_68 = L_67->get_baseStream__6(); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_69 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_69, L_68, /*hidden argument*/NULL); V_11 = L_69; } IL_01ef: try { // begin try (depth: 2) // zhs.WriteEndOfCentralDirectory(updateCount_, sizeEntries, centralDirOffset, theComment); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_70 = V_11; int64_t L_71 = __this->get_updateCount__14(); int64_t L_72 = V_0; int64_t L_73 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_6; NullCheck(L_70); ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397(L_70, L_71, L_72, L_73, L_74, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x20F, FINALLY_0203); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0203; } FINALLY_0203: { // begin finally (depth: 2) { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_75 = V_11; if (!L_75) { goto IL_020e; } } IL_0207: { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_76 = V_11; NullCheck(L_76); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_76); } IL_020e: { IL2CPP_END_FINALLY(515) } } // end finally (depth: 2) IL2CPP_CLEANUP(515) { IL2CPP_JUMP_TBL(0x20F, IL_020f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_020f: { // endOfStream = workFile.baseStream_.Position; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_77 = V_4; NullCheck(L_77); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_78 = L_77->get_baseStream__6(); NullCheck(L_78); int64_t L_79 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_78); V_1 = L_79; // foreach (ZipUpdate update in updates_) { List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_80 = __this->get_updates__13(); NullCheck(L_80); Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 L_81 = List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B(L_80, /*hidden argument*/List_1_GetEnumerator_m33082446F4C6171A4EBC18A6B16D78DA5759936B_RuntimeMethod_var); V_7 = L_81; } IL_0229: try { // begin try (depth: 2) { goto IL_02fc; } IL_022e: { // foreach (ZipUpdate update in updates_) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_82 = Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_inline((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_get_Current_mAD298E174014B17191B06CE83124ECC42C62073F_RuntimeMethod_var); V_12 = L_82; // if (update != null) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_83 = V_12; if (!L_83) { goto IL_02fc; } } IL_023e: { // if ((update.CrcPatchOffset > 0) && (update.OutEntry.CompressedSize > 0)) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_84 = V_12; NullCheck(L_84); int64_t L_85 = ZipUpdate_get_CrcPatchOffset_mEBB49F2990E9E5BF3D7CFE81EF27167E84724C69_inline(L_84, /*hidden argument*/NULL); if ((((int64_t)L_85) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0280; } } IL_0249: { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_86 = V_12; NullCheck(L_86); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_87 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_86, /*hidden argument*/NULL); NullCheck(L_87); int64_t L_88 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_87, /*hidden argument*/NULL); if ((((int64_t)L_88) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0280; } } IL_0259: { // workFile.baseStream_.Position = update.CrcPatchOffset; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_89 = V_4; NullCheck(L_89); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_90 = L_89->get_baseStream__6(); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_91 = V_12; NullCheck(L_91); int64_t L_92 = ZipUpdate_get_CrcPatchOffset_mEBB49F2990E9E5BF3D7CFE81EF27167E84724C69_inline(L_91, /*hidden argument*/NULL); NullCheck(L_90); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_90, L_92); // workFile.WriteLEInt((int)update.OutEntry.Crc); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_93 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_94 = V_12; NullCheck(L_94); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_95 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_94, /*hidden argument*/NULL); NullCheck(L_95); int64_t L_96 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_95, /*hidden argument*/NULL); NullCheck(L_93); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(L_93, (((int32_t)((int32_t)L_96))), /*hidden argument*/NULL); } IL_0280: { // if (update.SizePatchOffset > 0) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_97 = V_12; NullCheck(L_97); int64_t L_98 = ZipUpdate_get_SizePatchOffset_mA060576168389A2B1D36D19C49E7BA1F6096B3BB_inline(L_97, /*hidden argument*/NULL); if ((((int64_t)L_98) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_02fc; } } IL_028b: { // workFile.baseStream_.Position = update.SizePatchOffset; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_99 = V_4; NullCheck(L_99); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_100 = L_99->get_baseStream__6(); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_101 = V_12; NullCheck(L_101); int64_t L_102 = ZipUpdate_get_SizePatchOffset_mA060576168389A2B1D36D19C49E7BA1F6096B3BB_inline(L_101, /*hidden argument*/NULL); NullCheck(L_100); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_100, L_102); // if (update.OutEntry.LocalHeaderRequiresZip64) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_103 = V_12; NullCheck(L_103); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_104 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_103, /*hidden argument*/NULL); NullCheck(L_104); bool L_105 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_104, /*hidden argument*/NULL); if (!L_105) { goto IL_02d4; } } IL_02ac: { // workFile.WriteLeLong(update.OutEntry.Size); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_106 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_107 = V_12; NullCheck(L_107); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_108 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_107, /*hidden argument*/NULL); NullCheck(L_108); int64_t L_109 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_108, /*hidden argument*/NULL); NullCheck(L_106); ZipFile_WriteLeLong_m1F23B2E019D91BAE8C25BB2233593AF3C9678838(L_106, L_109, /*hidden argument*/NULL); // workFile.WriteLeLong(update.OutEntry.CompressedSize); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_110 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_111 = V_12; NullCheck(L_111); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_112 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_111, /*hidden argument*/NULL); NullCheck(L_112); int64_t L_113 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_112, /*hidden argument*/NULL); NullCheck(L_110); ZipFile_WriteLeLong_m1F23B2E019D91BAE8C25BB2233593AF3C9678838(L_110, L_113, /*hidden argument*/NULL); // } else { goto IL_02fc; } IL_02d4: { // workFile.WriteLEInt((int)update.OutEntry.CompressedSize); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_114 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_115 = V_12; NullCheck(L_115); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_116 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_115, /*hidden argument*/NULL); NullCheck(L_116); int64_t L_117 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_116, /*hidden argument*/NULL); NullCheck(L_114); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(L_114, (((int32_t)((int32_t)L_117))), /*hidden argument*/NULL); // workFile.WriteLEInt((int)update.OutEntry.Size); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_118 = V_4; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_119 = V_12; NullCheck(L_119); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_120 = ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F(L_119, /*hidden argument*/NULL); NullCheck(L_120); int64_t L_121 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_120, /*hidden argument*/NULL); NullCheck(L_118); ZipFile_WriteLEInt_mAE9683728E0BB8E812DCCDFAEE83C7D1C7A4A366(L_118, (((int32_t)((int32_t)L_121))), /*hidden argument*/NULL); } IL_02fc: { // foreach (ZipUpdate update in updates_) { bool L_122 = Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_MoveNext_mBE1703E1B0DFF1305F5117D7C213C2D914169A64_RuntimeMethod_var); if (L_122) { goto IL_022e; } } IL_0308: { IL2CPP_LEAVE(0x318, FINALLY_030a); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_030a; } FINALLY_030a: { // begin finally (depth: 2) Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22((Enumerator_t5B1751DF2EA0AC79D2F68973144C53D6D9D16C49 *)(&V_7), /*hidden argument*/Enumerator_Dispose_m3D7D37E4AD0335BDC940C1304EFD6DF7E25A3C22_RuntimeMethod_var); IL2CPP_END_FINALLY(778) } // end finally (depth: 2) IL2CPP_CLEANUP(778) { IL2CPP_JUMP_TBL(0x318, IL_0318) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0318: { // } catch { goto IL_033c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_031a; throw e; } CATCH_031a: { // begin catch(System.Object) { // } catch { // workFile.Close(); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_123 = V_4; NullCheck(L_123); ZipFile_Close_mD98D5D88CC6177BC865BE493C58498BB04735DDE(L_123, /*hidden argument*/NULL); // if (!directUpdate && (workFile.Name != null)) { bool L_124 = V_2; if (L_124) { goto IL_033a; } } IL_0325: { ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_125 = V_4; NullCheck(L_125); String_t* L_126 = ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline(L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_033a; } } IL_032e: { // File.Delete(workFile.Name); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_127 = V_4; NullCheck(L_127); String_t* L_128 = ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline(L_127, /*hidden argument*/NULL); File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_128, /*hidden argument*/NULL); } IL_033a: { // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, ZipFile_RunUpdates_mCAB8F07F9F5C7E6A700AED2D1C09A2255FEC9DB0_RuntimeMethod_var); } } // end catch (depth: 1) IL_033c: { // if (directUpdate) { bool L_129 = V_2; if (!L_129) { goto IL_0366; } } { // workFile.baseStream_.SetLength(endOfStream); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_130 = V_4; NullCheck(L_130); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_131 = L_130->get_baseStream__6(); int64_t L_132 = V_1; NullCheck(L_131); VirtActionInvoker1< int64_t >::Invoke(26 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_131, L_132); // workFile.baseStream_.Flush(); ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_133 = V_4; NullCheck(L_133); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_134 = L_133->get_baseStream__6(); NullCheck(L_134); VirtActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Flush() */, L_134); // isNewArchive_ = false; __this->set_isNewArchive__11((bool)0); // ReadEntries(); ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207(__this, /*hidden argument*/NULL); // } else { return; } IL_0366: { // baseStream_.Dispose(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_135 = __this->get_baseStream__6(); NullCheck(L_135); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_135, /*hidden argument*/NULL); // Reopen(archiveStorage_.ConvertTemporaryToFinal()); RuntimeObject* L_136 = __this->get_archiveStorage__16(); NullCheck(L_136); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_137 = InterfaceFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(2 /* System.IO.Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage::ConvertTemporaryToFinal() */, IArchiveStorage_tB9AE9B234F833912BEE6713185DC53BD56118947_il2cpp_TypeInfo_var, L_136); ZipFile_Reopen_m7A136128A93690E1D83DE949020885D4051D7177(__this, L_137, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CheckUpdating() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (updates_ == null) { List_1_tC5B0DE493406820C4B11F2AF88B5FBEFC4C229C2 * L_0 = __this->get_updates__13(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("BeginUpdate has not been called"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteral27EEC64903958840D82C8832450919AB087A96C2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipFile_CheckUpdating_mFE2C2A9A117941392C3B526B1B41988AFF57374A_RuntimeMethod_var); } IL_0013: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_System_IDisposable_Dispose_mC04799FB2992446CD83E158B88F249F76038A113 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // Close(); ZipFile_Close_mD98D5D88CC6177BC865BE493C58498BB04735DDE(__this, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::DisposeInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // if (!isDisposed_) { bool L_0 = __this->get_isDisposed__2(); if (L_0) { goto IL_0059; } } { // isDisposed_ = true; __this->set_isDisposed__2((bool)1); // entries_ = new ZipEntry[0]; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_1 = (ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)SZArrayNew(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_entries__9(L_1); // if (IsStreamOwner && (baseStream_ != null)) { bool L_2 = ZipFile_get_IsStreamOwner_mEAAC1EC647D28A8C2395D57011F5D0A31059FD9F_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0053; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_baseStream__6(); if (!L_3) { goto IL_0053; } } { // lock (baseStream_) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_baseStream__6(); V_0 = L_4; V_1 = (bool)0; } IL_0034: try { // begin try (depth: 1) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_5, (bool*)(&V_1), /*hidden argument*/NULL); // baseStream_.Dispose(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get_baseStream__6(); NullCheck(L_6); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_6, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x53, FINALLY_0049); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_0052; } } IL_004c: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0053: { // PostUpdateCleanup(); ZipFile_PostUpdateCleanup_m6DE5715EF0A39B7C2C87A5701715C0956CE413F4(__this, /*hidden argument*/NULL); } IL_0059: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_Dispose_m6313D9165E82DEC27738085C57DF9CA257FFBDA1 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, bool ___disposing0, const RuntimeMethod* method) { { // DisposeInternal(disposing); bool L_0 = ___disposing0; ZipFile_DisposeInternal_mF13D3A318B3EDAA4F072A502DD00A85644033AFF(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.UInt16 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUshort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; { // int data1 = baseStream_.ReadByte(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); // if (data1 < 0) { int32_t L_2 = L_1; G_B1_0 = L_2; if ((((int32_t)L_2) >= ((int32_t)0))) { G_B2_0 = L_2; goto IL_001a; } } { // throw new EndOfStreamException("End of stream"); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_3 = (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)il2cpp_codegen_object_new(EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m6C04807A20CAA05C763225A3EC2F79B756FFBAC6(L_3, _stringLiteralA240C0D9CD6B9D997CD58DB88F0D0D05BD631F91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6_RuntimeMethod_var); } IL_001a: { // int data2 = baseStream_.ReadByte(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_baseStream__6(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); V_0 = L_5; // if (data2 < 0) { int32_t L_6 = V_0; G_B3_0 = G_B2_0; if ((((int32_t)L_6) >= ((int32_t)0))) { G_B4_0 = G_B2_0; goto IL_0035; } } { // throw new EndOfStreamException("End of stream"); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_7 = (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)il2cpp_codegen_object_new(EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m6C04807A20CAA05C763225A3EC2F79B756FFBAC6(L_7, _stringLiteralA240C0D9CD6B9D997CD58DB88F0D0D05BD631F91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6_RuntimeMethod_var); } IL_0035: { // return unchecked((ushort)((ushort)data1 | (ushort)(data2 << 8))); int32_t L_8 = V_0; return (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)(((int32_t)((uint16_t)G_B4_0)))|(int32_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_8<<(int32_t)8)))))))))); } } // System.UInt32 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // return (uint)(ReadLEUshort() | (ReadLEUshort() << 16)); uint16_t L_0 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); uint16_t L_1 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))))); } } // System.UInt64 ICSharpCode.SharpZipLib.Zip.ZipFile::ReadLEUlong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // return ReadLEUint() | ((ulong)ReadLEUint() << 32); uint32_t L_0 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); uint32_t L_1 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); return ((int64_t)((int64_t)(((int64_t)((uint64_t)L_0)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_1)))<<(int32_t)((int32_t)32))))); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_LocateBlockWithSignature_m93A28FAEE95179E9BBEBA56CA675DEDB59EB96B6 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_LocateBlockWithSignature_m93A28FAEE95179E9BBEBA56CA675DEDB59EB96B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * V_0 = NULL; int64_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // using (ZipHelperStream les = new ZipHelperStream(baseStream_)) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_1 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) // return les.LocateBlockWithSignature(signature, endLocation, minimumBlockSize, maximumVariableData); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_2 = V_0; int32_t L_3 = ___signature0; int64_t L_4 = ___endLocation1; int32_t L_5 = ___minimumBlockSize2; int32_t L_6 = ___maximumVariableData3; NullCheck(L_2); int64_t L_7 = ZipHelperStream_LocateBlockWithSignature_m332D9E58A6189D6592D5720C54B245F393DD793C(L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_LEAVE(0x24, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_8 = V_0; if (!L_8) { goto IL_0023; } } IL_001d: { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_9); } IL_0023: { IL2CPP_END_FINALLY(26) } } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { // } int64_t L_10 = V_1; return L_10; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::ReadEntries() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; uint16_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; int64_t V_5 = 0; uint32_t V_6 = 0; bool V_7 = false; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL; uint64_t V_9 = 0; uint64_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; uint32_t V_15 = 0; uint32_t V_16 = 0; int64_t V_17 = 0; int64_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; int32_t V_21 = 0; uint32_t V_22 = 0; int64_t V_23 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_24 = NULL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_25 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_26 = NULL; uint16_t G_B6_0 = 0; uint16_t G_B5_0 = 0; uint16_t G_B7_0 = 0; { // if (baseStream_.CanSeek == false) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__6(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); if (L_1) { goto IL_0018; } } { // throw new ZipException("ZipFile stream must be seekable"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_2 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_2, _stringLiteralF27DF49457042CC551879A65DFAA440DC6507789, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); } IL_0018: { // long locatedEndOfCentralDir = LocateBlockWithSignature(ZipConstants.EndOfCentralDirectorySignature, // baseStream_.Length, ZipConstants.EndOfCentralRecordBaseSize, 0xffff); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_baseStream__6(); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_3); int64_t L_5 = ZipFile_LocateBlockWithSignature_m93A28FAEE95179E9BBEBA56CA675DEDB59EB96B6(__this, ((int32_t)101010256), L_4, ((int32_t)22), ((int32_t)65535), /*hidden argument*/NULL); V_0 = L_5; // if (locatedEndOfCentralDir < 0) { int64_t L_6 = V_0; if ((((int64_t)L_6) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0046; } } { // throw new ZipException("Cannot find central directory"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_7 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_7, _stringLiteral6CED68CF8C00214AD50EBA97C57E743981129D2B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); } IL_0046: { // ushort thisDiskNumber = ReadLEUshort(); uint16_t L_8 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); // ushort startCentralDirDisk = ReadLEUshort(); uint16_t L_9 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_1 = L_9; // ulong entriesForThisDisk = ReadLEUshort(); uint16_t L_10 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_2 = (((int64_t)((uint64_t)L_10))); // ulong entriesForWholeCentralDir = ReadLEUshort(); uint16_t L_11 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_3 = (((int64_t)((uint64_t)L_11))); // ulong centralDirSize = ReadLEUint(); uint32_t L_12 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_4 = (((int64_t)((uint64_t)L_12))); // long offsetOfCentralDir = ReadLEUint(); uint32_t L_13 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_5 = (((int64_t)((uint64_t)L_13))); // uint commentSize = ReadLEUshort(); uint16_t L_14 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_6 = L_14; // if (commentSize > 0) { uint32_t L_15 = V_6; G_B5_0 = L_8; if ((!(((uint32_t)L_15) > ((uint32_t)0)))) { G_B6_0 = L_8; goto IL_00a7; } } { // byte[] comment = new byte[commentSize]; uint32_t L_16 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_16); V_8 = L_17; // StreamUtils.ReadFully(baseStream_, comment); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_18 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_8; StreamUtils_ReadFully_m86E47659FE8B69F642FBFF56EBCD3A6DB85402C4(L_18, L_19, /*hidden argument*/NULL); // comment_ = ZipConstants.ConvertToString(comment); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_8; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); String_t* L_21 = ZipConstants_ConvertToString_m10AE351E239F564B8ADEA998FDBC263D42576995(L_20, /*hidden argument*/NULL); __this->set_comment__4(L_21); // } else { G_B7_0 = G_B5_0; goto IL_00b2; } IL_00a7: { // comment_ = string.Empty; String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_comment__4(L_22); G_B7_0 = G_B6_0; } IL_00b2: { // bool isZip64 = false; V_7 = (bool)0; // if ((thisDiskNumber == 0xffff) || // (startCentralDirDisk == 0xffff) || // (entriesForThisDisk == 0xffff) || // (entriesForWholeCentralDir == 0xffff) || // (centralDirSize == 0xffffffff) || // (offsetOfCentralDir == 0xffffffff)) { if ((((int32_t)G_B7_0) == ((int32_t)((int32_t)65535)))) { goto IL_00e5; } } { uint16_t L_23 = V_1; if ((((int32_t)L_23) == ((int32_t)((int32_t)65535)))) { goto IL_00e5; } } { uint64_t L_24 = V_2; if ((((int64_t)L_24) == ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_00e5; } } { uint64_t L_25 = V_3; if ((((int64_t)L_25) == ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_00e5; } } { uint64_t L_26 = V_4; if ((((int64_t)L_26) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00e5; } } { int64_t L_27 = V_5; if ((!(((uint64_t)L_27) == ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_0193; } } IL_00e5: { // isZip64 = true; V_7 = (bool)1; // long offset = LocateBlockWithSignature(ZipConstants.Zip64CentralDirLocatorSignature, locatedEndOfCentralDir, 0, 0x1000); int64_t L_28 = V_0; int64_t L_29 = ZipFile_LocateBlockWithSignature_m93A28FAEE95179E9BBEBA56CA675DEDB59EB96B6(__this, ((int32_t)117853008), L_28, 0, ((int32_t)4096), /*hidden argument*/NULL); // if (offset < 0) { if ((((int64_t)L_29) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0109; } } { // throw new ZipException("Cannot find Zip64 locator"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_30 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_30, _stringLiteralB86AC396AA109B4CBDACEB231095B8701A7714AF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); } IL_0109: { // ReadLEUint(); // startDisk64 is not currently used ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); // ulong offset64 = ReadLEUlong(); uint64_t L_31 = ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A(__this, /*hidden argument*/NULL); V_9 = L_31; // uint totalDisks = ReadLEUint(); ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); // baseStream_.Position = (long)offset64; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = __this->get_baseStream__6(); uint64_t L_33 = V_9; NullCheck(L_32); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_32, L_33); // long sig64 = ReadLEUint(); uint32_t L_34 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); // if (sig64 != ZipConstants.Zip64CentralFileHeaderSignature) { if ((((int64_t)(((int64_t)((uint64_t)L_34)))) == ((int64_t)(((int64_t)((int64_t)((int32_t)101075792))))))) { goto IL_0152; } } { // throw new ZipException(string.Format("Invalid Zip64 Central directory signature at {0:X}", offset64)); uint64_t L_35 = V_9; uint64_t L_36 = L_35; RuntimeObject * L_37 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_36); String_t* L_38 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralBA9E9D9167D9A32B6672E1AB846AB7CE61925F3F, L_37, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_39 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_39, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); } IL_0152: { // ulong recordSize = ReadLEUlong(); ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A(__this, /*hidden argument*/NULL); // int versionMadeBy = ReadLEUshort(); ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); // int versionToExtract = ReadLEUshort(); ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); // uint thisDisk = ReadLEUint(); ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); // uint centralDirDisk = ReadLEUint(); ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); // entriesForThisDisk = ReadLEUlong(); uint64_t L_40 = ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A(__this, /*hidden argument*/NULL); V_2 = L_40; // entriesForWholeCentralDir = ReadLEUlong(); uint64_t L_41 = ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A(__this, /*hidden argument*/NULL); V_3 = L_41; // centralDirSize = ReadLEUlong(); uint64_t L_42 = ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A(__this, /*hidden argument*/NULL); V_4 = L_42; // offsetOfCentralDir = (long)ReadLEUlong(); uint64_t L_43 = ZipFile_ReadLEUlong_mE3CEA1A7F605698F16E216C99B1D9F164829780A(__this, /*hidden argument*/NULL); V_5 = L_43; } IL_0193: { // entries_ = new ZipEntry[entriesForThisDisk]; uint64_t L_44 = V_2; if ((uint64_t)(L_44) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_45 = (ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2*)SZArrayNew(ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)L_44))); __this->set_entries__9(L_45); // if (!isZip64 && (offsetOfCentralDir < locatedEndOfCentralDir - (4 + (long)centralDirSize))) { bool L_46 = V_7; if (L_46) { goto IL_01d4; } } { int64_t L_47 = V_5; int64_t L_48 = V_0; uint64_t L_49 = V_4; if ((((int64_t)L_47) >= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_48, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)4))), (int64_t)L_49))))))) { goto IL_01d4; } } { // offsetOfFirstEntry = locatedEndOfCentralDir - (4 + (long)centralDirSize + offsetOfCentralDir); int64_t L_50 = V_0; uint64_t L_51 = V_4; int64_t L_52 = V_5; __this->set_offsetOfFirstEntry_8(((int64_t)il2cpp_codegen_subtract((int64_t)L_50, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)4))), (int64_t)L_51)), (int64_t)L_52))))); // if (offsetOfFirstEntry <= 0) { int64_t L_53 = __this->get_offsetOfFirstEntry_8(); if ((((int64_t)L_53) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_01d4; } } { // throw new ZipException("Invalid embedded zip archive"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_54 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_54, _stringLiteral39E380D1107443F796AD64A1905C644228485E68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); } IL_01d4: { // baseStream_.Seek(offsetOfFirstEntry + offsetOfCentralDir, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_55 = __this->get_baseStream__6(); int64_t L_56 = __this->get_offsetOfFirstEntry_8(); int64_t L_57 = V_5; NullCheck(L_55); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_55, ((int64_t)il2cpp_codegen_add((int64_t)L_56, (int64_t)L_57)), 0); // for (ulong i = 0; i < entriesForThisDisk; i++) { V_10 = (((int64_t)((int64_t)0))); goto IL_039c; } IL_01f3: { // if (ReadLEUint() != ZipConstants.CentralHeaderSignature) { uint32_t L_58 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); if ((((int32_t)L_58) == ((int32_t)((int32_t)33639248)))) { goto IL_020b; } } { // throw new ZipException("Wrong Central Directory signature"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_59 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_59, _stringLiteral3D1D38C538B033DDA99F5DC950E97466B4106164, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); } IL_020b: { // int versionMadeBy = ReadLEUshort(); uint16_t L_60 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_11 = L_60; // int versionToExtract = ReadLEUshort(); uint16_t L_61 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_12 = L_61; // int bitFlags = ReadLEUshort(); uint16_t L_62 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_13 = L_62; // int method = ReadLEUshort(); uint16_t L_63 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_14 = L_63; // uint dostime = ReadLEUint(); uint32_t L_64 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_15 = L_64; // uint crc = ReadLEUint(); uint32_t L_65 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_16 = L_65; // var csize = (long)ReadLEUint(); uint32_t L_66 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_17 = (((int64_t)((uint64_t)L_66))); // var size = (long)ReadLEUint(); uint32_t L_67 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_18 = (((int64_t)((uint64_t)L_67))); // int nameLen = ReadLEUshort(); uint16_t L_68 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_19 = L_68; // int extraLen = ReadLEUshort(); uint16_t L_69 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_20 = L_69; // int commentLen = ReadLEUshort(); uint16_t L_70 = ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); V_21 = L_70; // int diskStartNo = ReadLEUshort(); // Not currently used ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); // int internalAttributes = ReadLEUshort(); // Not currently used ZipFile_ReadLEUshort_m750BE775528FD75ABF03D506CCFAACFD8A0405C6(__this, /*hidden argument*/NULL); // uint externalAttributes = ReadLEUint(); uint32_t L_71 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_22 = L_71; // long offset = ReadLEUint(); uint32_t L_72 = ZipFile_ReadLEUint_m14338026D813FE3A1109F6B02F93322DB4927C24(__this, /*hidden argument*/NULL); V_23 = (((int64_t)((uint64_t)L_72))); // byte[] buffer = new byte[Math.Max(nameLen, commentLen)]; int32_t L_73 = V_19; int32_t L_74 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_75 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_73, L_74, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_75); V_24 = L_76; // StreamUtils.ReadFully(baseStream_, buffer, 0, nameLen); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_77 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = V_24; int32_t L_79 = V_19; StreamUtils_ReadFully_m3A757736255F6B8F86D73FAC4995C1798CA007FB(L_77, L_78, 0, L_79, /*hidden argument*/NULL); // string name = ZipConstants.ConvertToStringExt(bitFlags, buffer, nameLen); int32_t L_80 = V_13; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_24; int32_t L_82 = V_19; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); String_t* L_83 = ZipConstants_ConvertToStringExt_m31AB897F9CE5A9F8237509C02E916971ED86D39B(L_80, L_81, L_82, /*hidden argument*/NULL); // var entry = new ZipEntry(name, versionToExtract, versionMadeBy, (CompressionMethod)method); int32_t L_84 = V_12; int32_t L_85 = V_11; int32_t L_86 = V_14; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_87 = (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)il2cpp_codegen_object_new(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var); ZipEntry__ctor_m0A0EFA0788A13B34DACB795C1CEB4674085FD783(L_87, L_83, L_84, L_85, L_86, /*hidden argument*/NULL); V_25 = L_87; // entry.Crc = crc & 0xffffffffL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_88 = V_25; uint32_t L_89 = V_16; NullCheck(L_88); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_88, ((int64_t)((int64_t)(((int64_t)((uint64_t)L_89)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); // entry.Size = size & 0xffffffffL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_90 = V_25; int64_t L_91 = V_18; NullCheck(L_90); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_90, ((int64_t)((int64_t)L_91&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); // entry.CompressedSize = csize & 0xffffffffL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_92 = V_25; int64_t L_93 = V_17; NullCheck(L_92); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_92, ((int64_t)((int64_t)L_93&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); // entry.Flags = bitFlags; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_94 = V_25; int32_t L_95 = V_13; NullCheck(L_94); ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline(L_94, L_95, /*hidden argument*/NULL); // entry.DosTime = (uint)dostime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_96 = V_25; uint32_t L_97 = V_15; NullCheck(L_96); ZipEntry_set_DosTime_m7AB9DC103D40BCB56646365E047EBE9F4870B3B8(L_96, (((int64_t)((uint64_t)L_97))), /*hidden argument*/NULL); // entry.ZipFileIndex = (long)i; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_98 = V_25; uint64_t L_99 = V_10; NullCheck(L_98); ZipEntry_set_ZipFileIndex_m0A657CDEDBFD160FD0EFCF1C723845C901D54C32_inline(L_98, L_99, /*hidden argument*/NULL); // entry.Offset = offset; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_100 = V_25; int64_t L_101 = V_23; NullCheck(L_100); ZipEntry_set_Offset_m27DD8214A364D12BF7184EEDF602D4E8DF3AE29C_inline(L_100, L_101, /*hidden argument*/NULL); // entry.ExternalFileAttributes = (int)externalAttributes; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_102 = V_25; uint32_t L_103 = V_22; NullCheck(L_102); ZipEntry_set_ExternalFileAttributes_m96396518022B2CE5C299D1332F40CE9B63D3C23B(L_102, L_103, /*hidden argument*/NULL); // if ((bitFlags & 8) == 0) { int32_t L_104 = V_13; if (((int32_t)((int32_t)L_104&(int32_t)8))) { goto IL_0324; } } { // entry.CryptoCheckValue = (byte)(crc >> 24); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_105 = V_25; uint32_t L_106 = V_16; NullCheck(L_105); ZipEntry_set_CryptoCheckValue_m86F48299438A25BCA1C71766BA739E29FD8C7EE5_inline(L_105, (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_106>>((int32_t)24)))))), /*hidden argument*/NULL); // } else { goto IL_0336; } IL_0324: { // entry.CryptoCheckValue = (byte)((dostime >> 8) & 0xff); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_107 = V_25; uint32_t L_108 = V_15; NullCheck(L_107); ZipEntry_set_CryptoCheckValue_m86F48299438A25BCA1C71766BA739E29FD8C7EE5_inline(L_107, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_108>>8))&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); } IL_0336: { // if (extraLen > 0) { int32_t L_109 = V_20; if ((((int32_t)L_109) <= ((int32_t)0))) { goto IL_035a; } } { // byte[] extra = new byte[extraLen]; int32_t L_110 = V_20; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_111 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_110); V_26 = L_111; // StreamUtils.ReadFully(baseStream_, extra); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_112 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_113 = V_26; StreamUtils_ReadFully_m86E47659FE8B69F642FBFF56EBCD3A6DB85402C4(L_112, L_113, /*hidden argument*/NULL); // entry.ExtraData = extra; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_114 = V_25; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_115 = V_26; NullCheck(L_114); ZipEntry_set_ExtraData_mB0F6D45439A95E55E6A9BC7551030DCEE5B54614(L_114, L_115, /*hidden argument*/NULL); } IL_035a: { // entry.ProcessExtraData(false); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_116 = V_25; NullCheck(L_116); ZipEntry_ProcessExtraData_m3823DE7E317A3CDA2C3F5B09E4FD5B333A4AD0F3(L_116, (bool)0, /*hidden argument*/NULL); // if (commentLen > 0) { int32_t L_117 = V_21; if ((((int32_t)L_117) <= ((int32_t)0))) { goto IL_0389; } } { // StreamUtils.ReadFully(baseStream_, buffer, 0, commentLen); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_118 = __this->get_baseStream__6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_119 = V_24; int32_t L_120 = V_21; StreamUtils_ReadFully_m3A757736255F6B8F86D73FAC4995C1798CA007FB(L_118, L_119, 0, L_120, /*hidden argument*/NULL); // entry.Comment = ZipConstants.ConvertToStringExt(bitFlags, buffer, commentLen); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_121 = V_25; int32_t L_122 = V_13; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_123 = V_24; int32_t L_124 = V_21; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); String_t* L_125 = ZipConstants_ConvertToStringExt_m31AB897F9CE5A9F8237509C02E916971ED86D39B(L_122, L_123, L_124, /*hidden argument*/NULL); NullCheck(L_121); ZipEntry_set_Comment_m41AB27969B288780E64F926781111165761706D6(L_121, L_125, /*hidden argument*/NULL); } IL_0389: { // entries_[i] = entry; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_126 = __this->get_entries__9(); uint64_t L_127 = V_10; if ((uint64_t)(L_127) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ZipFile_ReadEntries_m1F744CEA23C4937B5DE623B91EC6BEEA5A98F207_RuntimeMethod_var); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_128 = V_25; NullCheck(L_126); ArrayElementTypeCheck (L_126, L_128); (L_126)->SetAt(static_cast((((intptr_t)L_127))), (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)L_128); // for (ulong i = 0; i < entriesForThisDisk; i++) { uint64_t L_129 = V_10; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_129, (int64_t)(((int64_t)((int64_t)1))))); } IL_039c: { // for (ulong i = 0; i < entriesForThisDisk; i++) { uint64_t L_130 = V_10; uint64_t L_131 = V_2; if ((!(((uint64_t)L_130) >= ((uint64_t)L_131)))) { goto IL_01f3; } } { // } return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile::LocateEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipFile_LocateEntry_mB027DD2EC9F3E7393F9D325643253C0692F7AEE0 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { { // return TestLocalHeader(entry, HeaderTest.Extract); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; int64_t L_1 = ZipFile_TestLocalHeader_m15A53C971746E43F01452E0D9F31DCF2DED52063(__this, L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::CreateAndInitDecryptionStream(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_MetadataUsageId); s_Il2CppMethodInitialized = true; } CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_0 = NULL; PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; int32_t V_4 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; int32_t V_6 = 0; ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * V_7 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL; { // CryptoStream result = null; V_0 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)NULL; // if ((entry.Version < ZipConstants.VersionStrongEncryption) // || (entry.Flags & (int)GeneralBitFlags.StrongEncryption) == 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry1; NullCheck(L_0); int32_t L_1 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)((int32_t)50)))) { goto IL_0017; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = ___entry1; NullCheck(L_2); int32_t L_3 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_2, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)64)))) { goto IL_005d; } } IL_0017: { // var classicManaged = new PkzipClassicManaged(); PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * L_4 = (PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 *)il2cpp_codegen_object_new(PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455_il2cpp_TypeInfo_var); PkzipClassicManaged__ctor_mD188C973342366C8D0CF193B08154C058F8EDB7D(L_4, /*hidden argument*/NULL); V_1 = L_4; // OnKeysRequired(entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_5 = ___entry1; NullCheck(L_5); String_t* L_6 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_5, /*hidden argument*/NULL); ZipFile_OnKeysRequired_m5ED7A90049F5D9A9ECD954E5FD474870EDC2D70A(__this, L_6, /*hidden argument*/NULL); // if (HaveKeys == false) { bool L_7 = ZipFile_get_HaveKeys_mEFCAE5AA08E7EBF14668D8521EBD080A34AFE8B3(__this, /*hidden argument*/NULL); if (L_7) { goto IL_003c; } } { // throw new ZipException("No password available for encrypted stream"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteralC7A10B18773FC394FDB7F859CE8A3A9CF1F06E8B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_RuntimeMethod_var); } IL_003c: { // result = new CryptoStream(baseStream, classicManaged.CreateDecryptor(key, null), CryptoStreamMode.Read); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = ___baseStream0; PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * L_10 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_key_10(); NullCheck(L_10); RuntimeObject* L_12 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(24 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor(System.Byte[],System.Byte[]) */, L_10, L_11, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_13 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)il2cpp_codegen_object_new(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var); CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D(L_13, L_9, L_12, 0, /*hidden argument*/NULL); V_0 = L_13; // CheckClassicPassword(result, entry); CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_14 = V_0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = ___entry1; ZipFile_CheckClassicPassword_m1F4695C4F20477D48D5E942F485D35FC65881BAF(L_14, L_15, /*hidden argument*/NULL); // } else { goto IL_0148; } IL_005d: { // if (entry.Version == ZipConstants.VERSION_AES) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = ___entry1; NullCheck(L_16); int32_t L_17 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)51))))) { goto IL_013d; } } { // OnKeysRequired(entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_18 = ___entry1; NullCheck(L_18); String_t* L_19 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_18, /*hidden argument*/NULL); ZipFile_OnKeysRequired_m5ED7A90049F5D9A9ECD954E5FD474870EDC2D70A(__this, L_19, /*hidden argument*/NULL); // if (HaveKeys == false) { bool L_20 = ZipFile_get_HaveKeys_mEFCAE5AA08E7EBF14668D8521EBD080A34AFE8B3(__this, /*hidden argument*/NULL); if (L_20) { goto IL_0089; } } { // throw new ZipException("No password available for AES encrypted stream"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_21 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_21, _stringLiteralA6FD9C8BF9ABEAB296FE708965A89B387ADAA9B2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_RuntimeMethod_var); } IL_0089: { // int saltLen = entry.AESSaltLen; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_22 = ___entry1; NullCheck(L_22); int32_t L_23 = ZipEntry_get_AESSaltLen_m52FE3D47383C01CC6F9535A8424420F9B09E86D2(L_22, /*hidden argument*/NULL); V_2 = L_23; // byte[] saltBytes = new byte[saltLen]; int32_t L_24 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_24); V_3 = L_25; // int saltIn = baseStream.Read(saltBytes, 0, saltLen); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_26 = ___baseStream0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_3; int32_t L_28 = V_2; NullCheck(L_26); int32_t L_29 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_26, L_27, 0, L_28); V_4 = L_29; // if (saltIn != saltLen) int32_t L_30 = V_4; int32_t L_31 = V_2; if ((((int32_t)L_30) == ((int32_t)L_31))) { goto IL_00db; } } { // throw new ZipException("AES Salt expected " + saltLen + " got " + saltIn); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral4BC3C58078D73E18F5F431ED4390276D0766D394); (L_33)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral4BC3C58078D73E18F5F431ED4390276D0766D394); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33; int32_t L_35 = V_2; int32_t L_36 = L_35; RuntimeObject * L_37 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_36); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_37); (L_34)->SetAt(static_cast(1), (RuntimeObject *)L_37); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_34; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral0A3F75F3B33B78445DE5168C3C17F7A742833111); (L_38)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral0A3F75F3B33B78445DE5168C3C17F7A742833111); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = L_38; int32_t L_40 = V_4; int32_t L_41 = L_40; RuntimeObject * L_42 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_41); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(3), (RuntimeObject *)L_42); String_t* L_43 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_39, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_44 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_RuntimeMethod_var); } IL_00db: { // byte[] pwdVerifyRead = new byte[2]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); V_5 = L_45; // baseStream.Read(pwdVerifyRead, 0, 2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_46 = ___baseStream0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_5; NullCheck(L_46); VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_46, L_47, 0, 2); // int blockSize = entry.AESKeySize / 8; // bits to bytes ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_48 = ___entry1; NullCheck(L_48); int32_t L_49 = ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376(L_48, /*hidden argument*/NULL); V_6 = ((int32_t)((int32_t)L_49/(int32_t)8)); // var decryptor = new ZipAESTransform(rawPassword_, saltBytes, blockSize, false); String_t* L_50 = __this->get_rawPassword__5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_3; int32_t L_52 = V_6; ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * L_53 = (ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A *)il2cpp_codegen_object_new(ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A_il2cpp_TypeInfo_var); ZipAESTransform__ctor_m8A7C2C892617C94758E6AC2260A45A1E5189CD7A(L_53, L_50, L_51, L_52, (bool)0, /*hidden argument*/NULL); V_7 = L_53; // byte[] pwdVerifyCalc = decryptor.PwdVerifier; ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * L_54 = V_7; NullCheck(L_54); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = ZipAESTransform_get_PwdVerifier_m472877CB37D1B9133FE899C924165103C041CE5A_inline(L_54, /*hidden argument*/NULL); V_8 = L_55; // if (pwdVerifyCalc[0] != pwdVerifyRead[0] || pwdVerifyCalc[1] != pwdVerifyRead[1]) ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_8; NullCheck(L_56); int32_t L_57 = 0; uint8_t L_58 = (L_56)->GetAt(static_cast(L_57)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_5; NullCheck(L_59); int32_t L_60 = 0; uint8_t L_61 = (L_59)->GetAt(static_cast(L_60)); if ((!(((uint32_t)L_58) == ((uint32_t)L_61)))) { goto IL_0126; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_8; NullCheck(L_62); int32_t L_63 = 1; uint8_t L_64 = (L_62)->GetAt(static_cast(L_63)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = V_5; NullCheck(L_65); int32_t L_66 = 1; uint8_t L_67 = (L_65)->GetAt(static_cast(L_66)); if ((((int32_t)L_64) == ((int32_t)L_67))) { goto IL_0131; } } IL_0126: { // throw new ZipException("Invalid password for AES"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_68 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_68, _stringLiteral66B9E951E92C110FE7A9A4BC28CAF9FE18F8FE08, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_RuntimeMethod_var); } IL_0131: { // result = new ZipAESStream(baseStream, decryptor, CryptoStreamMode.Read); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_69 = ___baseStream0; ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * L_70 = V_7; ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F * L_71 = (ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F *)il2cpp_codegen_object_new(ZipAESStream_tDF23A1C824E562B6274DEB3257B31D7B7B110C8F_il2cpp_TypeInfo_var); ZipAESStream__ctor_m6BB58B469AD9E63E4B68C084ABF554DAC03724F8(L_71, L_69, L_70, 0, /*hidden argument*/NULL); V_0 = L_71; // } else { goto IL_0148; } IL_013d: { // throw new ZipException("Decryption method not supported"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_72 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_72, _stringLiteral60756DA20E43CB66A0AEBA733D91A5740DC1F43D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, ZipFile_CreateAndInitDecryptionStream_mC11E2C17EF2AF0A32854390F4CE4CB3751182306_RuntimeMethod_var); } IL_0148: { // return result; CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_73 = V_0; return L_73; } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile::CreateAndInitEncryptionStream(System.IO.Stream,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipFile_CreateAndInitEncryptionStream_m2B79B4DA99C4B21EBE17F3FB78FB26FD4BD59A40 (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CreateAndInitEncryptionStream_m2B79B4DA99C4B21EBE17F3FB78FB26FD4BD59A40_MetadataUsageId); s_Il2CppMethodInitialized = true; } CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_0 = NULL; PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * V_1 = NULL; { // CryptoStream result = null; V_0 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)NULL; // if ((entry.Version < ZipConstants.VersionStrongEncryption) // || (entry.Flags & (int)GeneralBitFlags.StrongEncryption) == 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry1; NullCheck(L_0); int32_t L_1 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)((int32_t)50)))) { goto IL_0017; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = ___entry1; NullCheck(L_2); int32_t L_3 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_2, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)64)))) { goto IL_0087; } } IL_0017: { // var classicManaged = new PkzipClassicManaged(); PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * L_4 = (PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 *)il2cpp_codegen_object_new(PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455_il2cpp_TypeInfo_var); PkzipClassicManaged__ctor_mD188C973342366C8D0CF193B08154C058F8EDB7D(L_4, /*hidden argument*/NULL); V_1 = L_4; // OnKeysRequired(entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_5 = ___entry1; NullCheck(L_5); String_t* L_6 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_5, /*hidden argument*/NULL); ZipFile_OnKeysRequired_m5ED7A90049F5D9A9ECD954E5FD474870EDC2D70A(__this, L_6, /*hidden argument*/NULL); // if (HaveKeys == false) { bool L_7 = ZipFile_get_HaveKeys_mEFCAE5AA08E7EBF14668D8521EBD080A34AFE8B3(__this, /*hidden argument*/NULL); if (L_7) { goto IL_003c; } } { // throw new ZipException("No password available for encrypted stream"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteralC7A10B18773FC394FDB7F859CE8A3A9CF1F06E8B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipFile_CreateAndInitEncryptionStream_m2B79B4DA99C4B21EBE17F3FB78FB26FD4BD59A40_RuntimeMethod_var); } IL_003c: { // result = new CryptoStream(new UncompressedStream(baseStream), // classicManaged.CreateEncryptor(key, null), CryptoStreamMode.Write); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = ___baseStream0; UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * L_10 = (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A *)il2cpp_codegen_object_new(UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A_il2cpp_TypeInfo_var); UncompressedStream__ctor_m13558C3D0CCC8FDBED053EF4A3698C7E8D28ECDF(L_10, L_9, /*hidden argument*/NULL); PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * L_11 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_key_10(); NullCheck(L_11); RuntimeObject* L_13 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor(System.Byte[],System.Byte[]) */, L_11, L_12, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_14 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)il2cpp_codegen_object_new(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var); CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D(L_14, L_10, L_13, 1, /*hidden argument*/NULL); V_0 = L_14; // if ((entry.Crc < 0) || (entry.Flags & 8) != 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = ___entry1; NullCheck(L_15); int64_t L_16 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_15, /*hidden argument*/NULL); if ((((int64_t)L_16) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_006a; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = ___entry1; NullCheck(L_17); int32_t L_18 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_17, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_18&(int32_t)8))) { goto IL_007b; } } IL_006a: { // WriteEncryptionHeader(result, entry.DosTime << 16); CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_19 = V_0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_20 = ___entry1; NullCheck(L_20); int64_t L_21 = ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB(L_20, /*hidden argument*/NULL); ZipFile_WriteEncryptionHeader_mC1740F6BC675D3C9CA2F1FFB693A20E7C83A499B(L_19, ((int64_t)((int64_t)L_21<<(int32_t)((int32_t)16))), /*hidden argument*/NULL); // } else { goto IL_0087; } IL_007b: { // WriteEncryptionHeader(result, entry.Crc); CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_22 = V_0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_23 = ___entry1; NullCheck(L_23); int64_t L_24 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_23, /*hidden argument*/NULL); ZipFile_WriteEncryptionHeader_mC1740F6BC675D3C9CA2F1FFB693A20E7C83A499B(L_22, L_24, /*hidden argument*/NULL); } IL_0087: { // return result; CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_25 = V_0; return L_25; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::CheckClassicPassword(System.Security.Cryptography.CryptoStream,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_CheckClassicPassword_m1F4695C4F20477D48D5E942F485D35FC65881BAF (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___classicCryptoStream0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_CheckClassicPassword_m1F4695C4F20477D48D5E942F485D35FC65881BAF_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { // byte[] cryptbuffer = new byte[ZipConstants.CryptoHeaderSize]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); V_0 = L_0; // StreamUtils.ReadFully(classicCryptoStream, cryptbuffer); CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_1 = ___classicCryptoStream0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; StreamUtils_ReadFully_m86E47659FE8B69F642FBFF56EBCD3A6DB85402C4(L_1, L_2, /*hidden argument*/NULL); // if (cryptbuffer[ZipConstants.CryptoHeaderSize - 1] != entry.CryptoCheckValue) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; NullCheck(L_3); int32_t L_4 = ((int32_t)11); uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = ___entry1; NullCheck(L_6); uint8_t L_7 = ZipEntry_get_CryptoCheckValue_m63F203F5D7A7488E7D677FF993227BF0F02A1FF2_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_0026; } } { // throw new ZipException("Invalid password"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteral97FF6884D6FF311DA211B0E940033CE43E5221B2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipFile_CheckClassicPassword_m1F4695C4F20477D48D5E942F485D35FC65881BAF_RuntimeMethod_var); } IL_0026: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile::WriteEncryptionHeader(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipFile_WriteEncryptionHeader_mC1740F6BC675D3C9CA2F1FFB693A20E7C83A499B (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int64_t ___crcValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipFile_WriteEncryptionHeader_mC1740F6BC675D3C9CA2F1FFB693A20E7C83A499B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { // byte[] cryptBuffer = new byte[ZipConstants.CryptoHeaderSize]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); V_0 = L_0; // var rnd = new Random(); Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * L_1 = (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F *)il2cpp_codegen_object_new(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var); Random__ctor_mCD4B6E9DFD27A19F52FA441CD8CAEB687A9DD2F2(L_1, /*hidden argument*/NULL); // rnd.NextBytes(cryptBuffer); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; NullCheck(L_1); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_1, L_2); // cryptBuffer[11] = (byte)(crcValue >> 24); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; int64_t L_4 = ___crcValue1; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)11)), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_4>>(int32_t)((int32_t)24))))))); // stream.Write(cryptBuffer, 0, cryptBuffer.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___stream0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; NullCheck(L_7); NullCheck(L_5); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_KeysRequiredEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeysRequiredEventHandler__ctor_m76B7972D6B58EFD7657F88935CDAC8808DE672BC (KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * __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 ICSharpCode.SharpZipLib.Zip.ZipFile_KeysRequiredEventHandler::Invoke(System.Object,ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeysRequiredEventHandler_Invoke_mD8BB2EE4227CC4BAE71B0D1CC6DAFF16E925BE70 (KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * __this, RuntimeObject * ___sender0, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 (!il2cpp_codegen_method_is_virtual(targetMethod)) { 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 *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___e1) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___sender0) - 1), ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Zip.ZipFile_KeysRequiredEventHandler::BeginInvoke(System.Object,ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeysRequiredEventHandler_BeginInvoke_mAA7A74D4C3E1DAA3DEFB86DF2E0C95A933E146DD (KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * __this, RuntimeObject * ___sender0, KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_KeysRequiredEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeysRequiredEventHandler_EndInvoke_m82F9E492CDABD50EA59C40959A84AB70A991152B (KeysRequiredEventHandler_t1E24FDB60D1961894619CC44AEFD240666BF8CF7 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartialInputStream__ctor_m5C09EF7EAB0390C31185969E7CCFCAF8CF565A78 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * ___zipFile0, int64_t ___start1, int64_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream__ctor_m5C09EF7EAB0390C31185969E7CCFCAF8CF565A78_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // public PartialInputStream(ZipFile zipFile, long start, long length) IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); // start_ = start; int64_t L_0 = ___start1; __this->set_start__6(L_0); // length_ = length; int64_t L_1 = ___length2; __this->set_length__7(L_1); // zipFile_ = zipFile; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_2 = ___zipFile0; __this->set_zipFile__4(L_2); // baseStream_ = zipFile_.baseStream_; ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * L_3 = __this->get_zipFile__4(); NullCheck(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = L_3->get_baseStream__6(); __this->set_baseStream__5(L_4); // readPos_ = start; int64_t L_5 = ___start1; __this->set_readPos__8(L_5); // end_ = start + length; int64_t L_6 = ___start1; int64_t L_7 = ___length2; __this->set_end__9(((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_7))); // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PartialInputStream_ReadByte_m15B8CA25CF3FAA64F738FA79EEE87D01FC8037B3 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; bool V_1 = false; int64_t V_2 = 0; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // if (readPos_ >= end_) { int64_t L_0 = __this->get_readPos__8(); int64_t L_1 = __this->get_end__9(); if ((((int64_t)L_0) < ((int64_t)L_1))) { goto IL_0010; } } { // return -1; return (-1); } IL_0010: { // lock (baseStream_) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_baseStream__5(); V_0 = L_2; V_1 = (bool)0; } IL_0019: try { // begin try (depth: 1) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_1), /*hidden argument*/NULL); // baseStream_.Seek(readPos_++, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_baseStream__5(); int64_t L_5 = __this->get_readPos__8(); V_2 = L_5; int64_t L_6 = V_2; __this->set_readPos__8(((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)(((int64_t)((int64_t)1)))))); int64_t L_7 = V_2; NullCheck(L_4); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, L_7, 0); // return baseStream_.ReadByte(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_baseStream__5(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_8); V_3 = L_9; IL2CPP_LEAVE(0x58, FINALLY_004e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) { bool L_10 = V_1; if (!L_10) { goto IL_0057; } } IL_0051: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL); } IL_0057: { IL2CPP_END_FINALLY(78) } } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x58, IL_0058) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0058: { // } int32_t L_12 = V_3; return L_12; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PartialInputStream_Read_mDEE8EB80E0945AF24E686B3472CBBFE18FB012BF (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // lock (baseStream_) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__5(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (count > end_ - readPos_) { int32_t L_2 = ___count2; int64_t L_3 = __this->get_end__9(); int64_t L_4 = __this->get_readPos__8(); if ((((int64_t)(((int64_t)((int64_t)L_2)))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)L_4))))) { goto IL_0039; } } IL_0022: { // count = (int)(end_ - readPos_); int64_t L_5 = __this->get_end__9(); int64_t L_6 = __this->get_readPos__8(); ___count2 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)L_6))))); // if (count == 0) { int32_t L_7 = ___count2; if (L_7) { goto IL_0039; } } IL_0035: { // return 0; V_3 = 0; IL2CPP_LEAVE(0x8F, FINALLY_0085); } IL_0039: { // if (baseStream_.Position != readPos_) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_baseStream__5(); NullCheck(L_8); int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_8); int64_t L_10 = __this->get_readPos__8(); if ((((int64_t)L_9) == ((int64_t)L_10))) { goto IL_005f; } } IL_004c: { // baseStream_.Seek(readPos_, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = __this->get_baseStream__5(); int64_t L_12 = __this->get_readPos__8(); NullCheck(L_11); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_11, L_12, 0); } IL_005f: { // int readCount = baseStream_.Read(buffer, offset, count); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = __this->get_baseStream__5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer0; int32_t L_15 = ___offset1; int32_t L_16 = ___count2; NullCheck(L_13); int32_t L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, L_15, L_16); V_2 = L_17; // if (readCount > 0) { int32_t L_18 = V_2; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0081; } } IL_0072: { // readPos_ += readCount; int64_t L_19 = __this->get_readPos__8(); int32_t L_20 = V_2; __this->set_readPos__8(((int64_t)il2cpp_codegen_add((int64_t)L_19, (int64_t)(((int64_t)((int64_t)L_20)))))); } IL_0081: { // return readCount; int32_t L_21 = V_2; V_3 = L_21; IL2CPP_LEAVE(0x8F, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) { bool L_22 = V_1; if (!L_22) { goto IL_008e; } } IL_0088: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_23 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_23, /*hidden argument*/NULL); } IL_008e: { IL2CPP_END_FINALLY(133) } } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_JUMP_TBL(0x8F, IL_008f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008f: { // } int32_t L_24 = V_3; return L_24; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartialInputStream_Write_m59ACAC2BF6CEDE9F8BFF3559F2A9B81832DE3C70 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_Write_m59ACAC2BF6CEDE9F8BFF3559F2A9B81832DE3C70_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // throw new NotSupportedException(); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, PartialInputStream_Write_m59ACAC2BF6CEDE9F8BFF3559F2A9B81832DE3C70_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartialInputStream_SetLength_m8A23456BAB08E89270BCBA17DE78E726D35750BE (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_SetLength_m8A23456BAB08E89270BCBA17DE78E726D35750BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // throw new NotSupportedException(); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, PartialInputStream_SetLength_m8A23456BAB08E89270BCBA17DE78E726D35750BE_RuntimeMethod_var); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PartialInputStream_Seek_m7EBCF4DE8A1D928216B61C0A9639E38C65862410 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_Seek_m7EBCF4DE8A1D928216B61C0A9639E38C65862410_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { // long newPos = readPos_; int64_t L_0 = __this->get_readPos__8(); V_0 = L_0; // switch (origin) { int32_t L_1 = ___origin1; switch (L_1) { case 0: { goto IL_001b; } case 1: { goto IL_0026; } case 2: { goto IL_0031; } } } { goto IL_003a; } IL_001b: { // newPos = start_ + offset; int64_t L_2 = __this->get_start__6(); int64_t L_3 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)L_3)); // break; goto IL_003a; } IL_0026: { // newPos = readPos_ + offset; int64_t L_4 = __this->get_readPos__8(); int64_t L_5 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)L_5)); // break; goto IL_003a; } IL_0031: { // newPos = end_ + offset; int64_t L_6 = __this->get_end__9(); int64_t L_7 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_7)); } IL_003a: { // if (newPos < start_) { int64_t L_8 = V_0; int64_t L_9 = __this->get_start__6(); if ((((int64_t)L_8) >= ((int64_t)L_9))) { goto IL_004e; } } { // throw new ArgumentException("Negative position is invalid"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, _stringLiteralDE49E8F1FACF29B49660FB57D5E4ED1CE4C9972F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, PartialInputStream_Seek_m7EBCF4DE8A1D928216B61C0A9639E38C65862410_RuntimeMethod_var); } IL_004e: { // if (newPos >= end_) { int64_t L_11 = V_0; int64_t L_12 = __this->get_end__9(); if ((((int64_t)L_11) < ((int64_t)L_12))) { goto IL_0062; } } { // throw new IOException("Cannot seek past end"); IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_13 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var); IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_13, _stringLiteral47D35D4FDD53C70B592C00BEBD03E91FA03B43D4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, PartialInputStream_Seek_m7EBCF4DE8A1D928216B61C0A9639E38C65862410_RuntimeMethod_var); } IL_0062: { // readPos_ = newPos; int64_t L_14 = V_0; __this->set_readPos__8(L_14); // return readPos_; int64_t L_15 = __this->get_readPos__8(); return L_15; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartialInputStream_Flush_m8D6210E7EF0D9A7B01A618438199A42E19B0E802 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { { // } return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PartialInputStream_get_Position_m8C5B39C9CD179AC45735014692C201FC39C707B6 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { { // get { return readPos_ - start_; } int64_t L_0 = __this->get_readPos__8(); int64_t L_1 = __this->get_start__6(); return ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1)); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartialInputStream_set_Position_m8016FCDC39BA5ACFEB428E8930C5E5E9A81CD16D (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartialInputStream_set_Position_m8016FCDC39BA5ACFEB428E8930C5E5E9A81CD16D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { // long newPos = start_ + value; int64_t L_0 = __this->get_start__6(); int64_t L_1 = ___value0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)L_1)); // if (newPos < start_) { int64_t L_2 = V_0; int64_t L_3 = __this->get_start__6(); if ((((int64_t)L_2) >= ((int64_t)L_3))) { goto IL_001d; } } { // throw new ArgumentException("Negative position is invalid"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralDE49E8F1FACF29B49660FB57D5E4ED1CE4C9972F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PartialInputStream_set_Position_m8016FCDC39BA5ACFEB428E8930C5E5E9A81CD16D_RuntimeMethod_var); } IL_001d: { // if (newPos >= end_) { int64_t L_5 = V_0; int64_t L_6 = __this->get_end__9(); if ((((int64_t)L_5) < ((int64_t)L_6))) { goto IL_0031; } } { // throw new InvalidOperationException("Cannot seek past end"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, _stringLiteral47D35D4FDD53C70B592C00BEBD03E91FA03B43D4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, PartialInputStream_set_Position_m8016FCDC39BA5ACFEB428E8930C5E5E9A81CD16D_RuntimeMethod_var); } IL_0031: { // readPos_ = newPos; int64_t L_8 = V_0; __this->set_readPos__8(L_8); // } return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PartialInputStream_get_Length_m9D3446CAA017F08A9EC937D04AC883B4E0565F80 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { { // get { return length_; } int64_t L_0 = __this->get_length__7(); return L_0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PartialInputStream_get_CanWrite_m6FAAD82E9DDDE711C7F9A9C134CD99FC387EBD8D (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PartialInputStream_get_CanSeek_mC7D7DA4B7AA10E0E731586AC57D1FEE233A412B5 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { { // get { return true; } return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PartialInputStream_get_CanRead_m43934301C31F64B6B114820921658C90F4D9C70F (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { { // get { return true; } return (bool)1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_PartialInputStream::get_CanTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PartialInputStream_get_CanTimeout_m0A2B791931AE336975607F1591259B8CD254EDA6 (PartialInputStream_tC1819F75765F9F1242C0058D749AC65802B0C262 * __this, const RuntimeMethod* method) { { // get { return baseStream_.CanTimeout; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanTimeout() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UncompressedStream__ctor_m13558C3D0CCC8FDBED053EF4A3698C7E8D28ECDF (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UncompressedStream__ctor_m13558C3D0CCC8FDBED053EF4A3698C7E8D28ECDF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // public UncompressedStream(Stream baseStream) IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); // baseStream_ = baseStream; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___baseStream0; __this->set_baseStream__4(L_0); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncompressedStream_get_CanRead_m7D3C726373D6DFE294EC96A69C47F52B927574C7 (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, const RuntimeMethod* method) { { // return false; return (bool)0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UncompressedStream_Flush_m1411BA574899BEEE12278210FB6F4BDA13DB4F57 (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, const RuntimeMethod* method) { { // baseStream_.Flush(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__4(); NullCheck(L_0); VirtActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Flush() */, L_0); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncompressedStream_get_CanWrite_mCB92D0E47BEF08714AD05A36A5276ADB7B216CBE (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, const RuntimeMethod* method) { { // return baseStream_.CanWrite; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncompressedStream_get_CanSeek_mA2AEF6A076FBFDDA99B6E1D0D9F49B7421C3FCA1 (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, const RuntimeMethod* method) { { // return false; return (bool)0; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t UncompressedStream_get_Length_mEF05604A384922D34A987D59FA674429DBC823CE (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, const RuntimeMethod* method) { { // return 0; return (((int64_t)((int64_t)0))); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t UncompressedStream_get_Position_mC85DDBB20005416EF796247682D95A9EFEDD99D3 (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, const RuntimeMethod* method) { { // return baseStream_.Position; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__4(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UncompressedStream_set_Position_m249A724F538AB8D4EA39D2FD44789F80063D0B73 (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UncompressedStream_set_Position_m249A724F538AB8D4EA39D2FD44789F80063D0B73_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // throw new NotImplementedException(); NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, UncompressedStream_set_Position_m249A724F538AB8D4EA39D2FD44789F80063D0B73_RuntimeMethod_var); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UncompressedStream_Read_mFDB1149D09988E06F23AB15A418CEA884B291FBE (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // return 0; return 0; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t UncompressedStream_Seek_mEEDABF16D2838FDBE8C3862F84080769B95AC1F9 (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // return 0; return (((int64_t)((int64_t)0))); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UncompressedStream_SetLength_m8524403A0CC901E9D5E2093F88BD218FB3BB1432 (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, int64_t ___value0, const RuntimeMethod* method) { { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_UncompressedStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UncompressedStream_Write_m77E9B9256EBC075E26C40C34D0B52FE14B2630BA (UncompressedStream_t9CD2317D56CECC2679D9A66CBED5B30B8AAB549A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // baseStream_.Write(buffer, offset, count); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_baseStream__4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateComparer::Compare(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate,ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UpdateComparer_Compare_mE8A723FA1C28172DDC364D8CF4778541CB601C83 (UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B * __this, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___x0, ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * ___y1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int64_t V_2 = 0; int32_t G_B10_0 = 0; int32_t G_B13_0 = 0; int32_t G_B11_0 = 0; int32_t G_B12_0 = 0; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; { // if (x == null) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_0 = ___x0; if (L_0) { goto IL_000e; } } { // if (y == null) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_1 = ___y1; if (L_1) { goto IL_000a; } } { // result = 0; V_0 = 0; // } else { goto IL_0070; } IL_000a: { // result = -1; V_0 = (-1); // } else if (y == null) { goto IL_0070; } IL_000e: { // } else if (y == null) { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_2 = ___y1; if (L_2) { goto IL_0015; } } { // result = 1; V_0 = 1; // } else { goto IL_0070; } IL_0015: { // int xCmdValue = ((x.Command == UpdateCommand.Copy) || (x.Command == UpdateCommand.Modify)) ? 0 : 1; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_3 = ___x0; NullCheck(L_3); int32_t L_4 = ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0029; } } { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_5 = ___x0; NullCheck(L_5); int32_t L_6 = ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0029; } } { G_B10_0 = 1; goto IL_002a; } IL_0029: { G_B10_0 = 0; } IL_002a: { // int yCmdValue = ((y.Command == UpdateCommand.Copy) || (y.Command == UpdateCommand.Modify)) ? 0 : 1; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_7 = ___y1; NullCheck(L_7); int32_t L_8 = ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline(L_7, /*hidden argument*/NULL); G_B11_0 = G_B10_0; if (!L_8) { G_B13_0 = G_B10_0; goto IL_003e; } } { ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_9 = ___y1; NullCheck(L_9); int32_t L_10 = ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline(L_9, /*hidden argument*/NULL); G_B12_0 = G_B11_0; if ((((int32_t)L_10) == ((int32_t)1))) { G_B13_0 = G_B11_0; goto IL_003e; } } { G_B14_0 = 1; G_B14_1 = G_B12_0; goto IL_003f; } IL_003e: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_003f: { V_1 = G_B14_0; // result = xCmdValue - yCmdValue; int32_t L_11 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)G_B14_1, (int32_t)L_11)); // if (result == 0) { int32_t L_12 = V_0; if (L_12) { goto IL_0070; } } { // long offsetDiff = x.Entry.Offset - y.Entry.Offset; ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_13 = ___x0; NullCheck(L_13); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_14 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); int64_t L_15 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_14, /*hidden argument*/NULL); ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * L_16 = ___y1; NullCheck(L_16); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); int64_t L_18 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_17, /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_15, (int64_t)L_18)); // if (offsetDiff < 0) { int64_t L_19 = V_2; if ((((int64_t)L_19) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0067; } } { // result = -1; V_0 = (-1); // } else if (offsetDiff == 0) { goto IL_0070; } IL_0067: { // } else if (offsetDiff == 0) { int64_t L_20 = V_2; if (L_20) { goto IL_006e; } } { // result = 0; V_0 = 0; // } else { goto IL_0070; } IL_006e: { // result = 1; V_0 = 1; } IL_0070: { // return result; int32_t L_21 = V_0; return L_21; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateComparer__ctor_m9130FEE699F04C82F4807E1316C4E6890749815A (UpdateComparer_t3A6C440F2C8950AC92A3C6F82D7FA67BD09C591B * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipEntryEnumerator::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntry[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryEnumerator__ctor_mFFA21A1AAA0A60E801EF0F8FAC391253F0D28EB7 (ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 * __this, ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* ___entries0, const RuntimeMethod* method) { { // int index = -1; __this->set_index_1((-1)); // public ZipEntryEnumerator(ZipEntry[] entries) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // array = entries; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_0 = ___entries0; __this->set_array_0(L_0); // } return; } } // System.Object ICSharpCode.SharpZipLib.Zip.ZipFile_ZipEntryEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ZipEntryEnumerator_get_Current_m2FC7076AB93DFCEA59DCD557096562B26880C749 (ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 * __this, const RuntimeMethod* method) { { // return array[index]; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_0 = __this->get_array_0(); int32_t L_1 = __this->get_index_1(); NullCheck(L_0); int32_t L_2 = L_1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipEntryEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntryEnumerator_Reset_mD20BCE5BC7A8716B26668E64ED4DA84C07787A7E (ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 * __this, const RuntimeMethod* method) { { // index = -1; __this->set_index_1((-1)); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_ZipEntryEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipEntryEnumerator_MoveNext_mA08FF870BE9368325DB18BE268013C3A19836BE6 (ZipEntryEnumerator_tF75C7E91E69A873A5DDEEE0C4B9D7D85AF07B660 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // return (++index < array.Length); int32_t L_0 = __this->get_index_1(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); int32_t L_1 = V_0; __this->set_index_1(L_1); int32_t L_2 = V_0; ZipEntryU5BU5D_tDF744BE98C01566E809FC9D6AA41664FE3921BE2* L_3 = __this->get_array_0(); NullCheck(L_3); return (bool)((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString__ctor_m9348BFF25080BEDC2DF1265425BFA6BBC3E923DA (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, String_t* ___comment0, const RuntimeMethod* method) { { // public ZipString(string comment) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // comment_ = comment; String_t* L_0 = ___comment0; __this->set_comment__0(L_0); // isSourceString_ = true; __this->set_isSourceString__2((bool)1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString__ctor_m7960553D12DB14F90A102AD02D0790513949C0AB (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawString0, const RuntimeMethod* method) { { // public ZipString(byte[] rawString) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // rawComment_ = rawString; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rawString0; __this->set_rawComment__1(L_0); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::get_IsSourceString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipString_get_IsSourceString_mB180D5D2B0F442BC4A060A7791A2A4A92EFB9B0B (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method) { { // get { return isSourceString_; } bool L_0 = __this->get_isSourceString__2(); return L_0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::get_RawLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipString_get_RawLength_m9F05EEAE8522ECD5E3CFCF80F230ADAE2C09502E (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method) { { // MakeBytesAvailable(); ZipString_MakeBytesAvailable_mF968707A6577760FDAB09FFEF170D39B634B9AC6(__this, /*hidden argument*/NULL); // return rawComment_.Length; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_rawComment__1(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); } } // System.Byte[] ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::get_RawComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipString_get_RawComment_m0815B001A754698EC9FC181B0B37C86BC8A2FCF1 (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipString_get_RawComment_m0815B001A754698EC9FC181B0B37C86BC8A2FCF1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // MakeBytesAvailable(); ZipString_MakeBytesAvailable_mF968707A6577760FDAB09FFEF170D39B634B9AC6(__this, /*hidden argument*/NULL); // return (byte[])rawComment_.Clone(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_rawComment__1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString_Reset_m41D60CFAE2D294A50E87821731D30B0ACA0D3B3A (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method) { { // if (isSourceString_) { bool L_0 = __this->get_isSourceString__2(); if (!L_0) { goto IL_0010; } } { // rawComment_ = null; __this->set_rawComment__1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); // } else { return; } IL_0010: { // comment_ = null; __this->set_comment__0((String_t*)NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::MakeTextAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString_MakeTextAvailable_mD159C8AF823E2B56BE46B19BD816A37643218037 (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipString_MakeTextAvailable_mD159C8AF823E2B56BE46B19BD816A37643218037_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (comment_ == null) { String_t* L_0 = __this->get_comment__0(); if (L_0) { goto IL_0019; } } { // comment_ = ZipConstants.ConvertToString(rawComment_); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_rawComment__1(); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); String_t* L_2 = ZipConstants_ConvertToString_m10AE351E239F564B8ADEA998FDBC263D42576995(L_1, /*hidden argument*/NULL); __this->set_comment__0(L_2); } IL_0019: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::MakeBytesAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipString_MakeBytesAvailable_mF968707A6577760FDAB09FFEF170D39B634B9AC6 (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipString_MakeBytesAvailable_mF968707A6577760FDAB09FFEF170D39B634B9AC6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (rawComment_ == null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_rawComment__1(); if (L_0) { goto IL_0019; } } { // rawComment_ = ZipConstants.ConvertToArray(comment_); String_t* L_1 = __this->get_comment__0(); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ZipConstants_ConvertToArray_m832915B5FA431F694835B645E7D39B73B55C8EB0(L_1, /*hidden argument*/NULL); __this->set_rawComment__1(L_2); } IL_0019: { // } return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString::op_Implicit(ICSharpCode.SharpZipLib.Zip.ZipFile_ZipString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipString_op_Implicit_m26826D4247B1501BD72154545C2810850FDAD45C (ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * ___zipString0, const RuntimeMethod* method) { { // zipString.MakeTextAvailable(); ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_0 = ___zipString0; NullCheck(L_0); ZipString_MakeTextAvailable_mD159C8AF823E2B56BE46B19BD816A37643218037(L_0, /*hidden argument*/NULL); // return zipString.comment_; ZipString_t10ED09767C9A646FF6045F7C4E9F7A2F75922C2A * L_1 = ___zipString0; NullCheck(L_1); String_t* L_2 = L_1->get_comment__0(); return 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 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(System.String,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m95F4637EFD04C60AA16964FD5D223DE46CD6FCBC (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, String_t* ___fileName0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method) { { // long sizePatchOffset_ = -1; __this->set_sizePatchOffset__5((((int64_t)((int64_t)(-1))))); // long crcPatchOffset_ = -1; __this->set_crcPatchOffset__6((((int64_t)((int64_t)(-1))))); // long _offsetBasedSize = -1; __this->set__offsetBasedSize_7((((int64_t)((int64_t)(-1))))); // public ZipUpdate(string fileName, ZipEntry entry) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // command_ = UpdateCommand.Add; __this->set_command__2(2); // entry_ = entry; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry1; __this->set_entry__0(L_0); // filename_ = fileName; String_t* L_1 = ___fileName0; __this->set_filename__4(L_1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(System.String,System.String,ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m39D883B51A4BAA957E4C034BF7E31CB7369DCA2F (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, String_t* ___fileName0, String_t* ___entryName1, int32_t ___compressionMethod2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipUpdate__ctor_m39D883B51A4BAA957E4C034BF7E31CB7369DCA2F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // long sizePatchOffset_ = -1; __this->set_sizePatchOffset__5((((int64_t)((int64_t)(-1))))); // long crcPatchOffset_ = -1; __this->set_crcPatchOffset__6((((int64_t)((int64_t)(-1))))); // long _offsetBasedSize = -1; __this->set__offsetBasedSize_7((((int64_t)((int64_t)(-1))))); // public ZipUpdate(string fileName, string entryName, CompressionMethod compressionMethod) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // command_ = UpdateCommand.Add; __this->set_command__2(2); // entry_ = new ZipEntry(entryName); String_t* L_0 = ___entryName1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)il2cpp_codegen_object_new(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var); ZipEntry__ctor_m937CE876E718D9A524ABD76B69D0BCE4017D5086(L_1, L_0, /*hidden argument*/NULL); __this->set_entry__0(L_1); // entry_.CompressionMethod = compressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = __this->get_entry__0(); int32_t L_3 = ___compressionMethod2; NullCheck(L_2); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_2, L_3, /*hidden argument*/NULL); // filename_ = fileName; String_t* L_4 = ___fileName0; __this->set_filename__4(L_4); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_mF09F8B8270168A459C724B13A9F656E545BBBEF1 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, String_t* ___fileName0, String_t* ___entryName1, const RuntimeMethod* method) { { // : this(fileName, entryName, CompressionMethod.Deflated) String_t* L_0 = ___fileName0; String_t* L_1 = ___entryName1; ZipUpdate__ctor_m39D883B51A4BAA957E4C034BF7E31CB7369DCA2F(__this, L_0, L_1, 8, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.IStaticDataSource,System.String,ICSharpCode.SharpZipLib.Zip.CompressionMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m2888B75D5803CFD6FE40D6A383EEC9C76E741F5C (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, RuntimeObject* ___dataSource0, String_t* ___entryName1, int32_t ___compressionMethod2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipUpdate__ctor_m2888B75D5803CFD6FE40D6A383EEC9C76E741F5C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // long sizePatchOffset_ = -1; __this->set_sizePatchOffset__5((((int64_t)((int64_t)(-1))))); // long crcPatchOffset_ = -1; __this->set_crcPatchOffset__6((((int64_t)((int64_t)(-1))))); // long _offsetBasedSize = -1; __this->set__offsetBasedSize_7((((int64_t)((int64_t)(-1))))); // public ZipUpdate(IStaticDataSource dataSource, string entryName, CompressionMethod compressionMethod) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // command_ = UpdateCommand.Add; __this->set_command__2(2); // entry_ = new ZipEntry(entryName); String_t* L_0 = ___entryName1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)il2cpp_codegen_object_new(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var); ZipEntry__ctor_m937CE876E718D9A524ABD76B69D0BCE4017D5086(L_1, L_0, /*hidden argument*/NULL); __this->set_entry__0(L_1); // entry_.CompressionMethod = compressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = __this->get_entry__0(); int32_t L_3 = ___compressionMethod2; NullCheck(L_2); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_2, L_3, /*hidden argument*/NULL); // dataSource_ = dataSource; RuntimeObject* L_4 = ___dataSource0; __this->set_dataSource__3(L_4); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.IStaticDataSource,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m6AB855D6D9C4835CF711DFB1C6D1DF8E144F010D (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, RuntimeObject* ___dataSource0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method) { { // long sizePatchOffset_ = -1; __this->set_sizePatchOffset__5((((int64_t)((int64_t)(-1))))); // long crcPatchOffset_ = -1; __this->set_crcPatchOffset__6((((int64_t)((int64_t)(-1))))); // long _offsetBasedSize = -1; __this->set__offsetBasedSize_7((((int64_t)((int64_t)(-1))))); // public ZipUpdate(IStaticDataSource dataSource, ZipEntry entry) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // command_ = UpdateCommand.Add; __this->set_command__2(2); // entry_ = entry; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry1; __this->set_entry__0(L_0); // dataSource_ = dataSource; RuntimeObject* L_1 = ___dataSource0; __this->set_dataSource__3(L_1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_mD58729485032AC536A7A0CA20A5655C69B1A00B3 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___original0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___updated1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipUpdate__ctor_mD58729485032AC536A7A0CA20A5655C69B1A00B3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // long sizePatchOffset_ = -1; __this->set_sizePatchOffset__5((((int64_t)((int64_t)(-1))))); // long crcPatchOffset_ = -1; __this->set_crcPatchOffset__6((((int64_t)((int64_t)(-1))))); // long _offsetBasedSize = -1; __this->set__offsetBasedSize_7((((int64_t)((int64_t)(-1))))); // public ZipUpdate(ZipEntry original, ZipEntry updated) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // throw new ZipException("Modify not currently supported"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_0 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_0, _stringLiteral91F061BE1FBA488A24431A2B1D9E0D18923D3823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ZipUpdate__ctor_mD58729485032AC536A7A0CA20A5655C69B1A00B3_RuntimeMethod_var); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateCommand,ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m5E6002FC7819AA591742B0BCFC46F11A1D86FFC4 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int32_t ___command0, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipUpdate__ctor_m5E6002FC7819AA591742B0BCFC46F11A1D86FFC4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // long sizePatchOffset_ = -1; __this->set_sizePatchOffset__5((((int64_t)((int64_t)(-1))))); // long crcPatchOffset_ = -1; __this->set_crcPatchOffset__6((((int64_t)((int64_t)(-1))))); // long _offsetBasedSize = -1; __this->set__offsetBasedSize_7((((int64_t)((int64_t)(-1))))); // public ZipUpdate(UpdateCommand command, ZipEntry entry) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // command_ = command; int32_t L_0 = ___command0; __this->set_command__2(L_0); // entry_ = (ZipEntry)entry.Clone(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = ___entry1; NullCheck(L_1); RuntimeObject * L_2 = ZipEntry_Clone_m103827429D5B926547144EA492393EE244E0E3EB(L_1, /*hidden argument*/NULL); __this->set_entry__0(((ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)CastclassClass((RuntimeObject*)L_2, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::.ctor(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate__ctor_m63A661FB173127CC6FFA8F6C491336CB1D406369 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { { // : this(UpdateCommand.Copy, entry) ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; ZipUpdate__ctor_m5E6002FC7819AA591742B0BCFC46F11A1D86FFC4(__this, 0, L_0, /*hidden argument*/NULL); // } return; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return entry_; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_entry__0(); return L_0; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::get_OutEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipUpdate_get_OutEntry_mC634A86D4FE42168EFBC890A5C7AD002FCA8062F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (outEntry_ == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_outEntry__1(); if (L_0) { goto IL_001e; } } { // outEntry_ = (ZipEntry)entry_.Clone(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = __this->get_entry__0(); NullCheck(L_1); RuntimeObject * L_2 = ZipEntry_Clone_m103827429D5B926547144EA492393EE244E0E3EB(L_1, /*hidden argument*/NULL); __this->set_outEntry__1(((ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)CastclassClass((RuntimeObject*)L_2, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var))); } IL_001e: { // return outEntry_; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = __this->get_outEntry__1(); return L_3; } } // ICSharpCode.SharpZipLib.Zip.ZipFile_UpdateCommand ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::get_Command() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return command_; } int32_t L_0 = __this->get_command__2(); return L_0; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipUpdate_get_Filename_mAF8A0E2727160AF7F8D9903A5F33BEDA7F8E84EF (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return filename_; } String_t* L_0 = __this->get_filename__4(); return L_0; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::get_SizePatchOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_SizePatchOffset_mA060576168389A2B1D36D19C49E7BA1F6096B3BB (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return sizePatchOffset_; } int64_t L_0 = __this->get_sizePatchOffset__5(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::set_SizePatchOffset(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate_set_SizePatchOffset_m08AF5265390A115A6560D41ED1AE22591F06C567 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { sizePatchOffset_ = value; } int64_t L_0 = ___value0; __this->set_sizePatchOffset__5(L_0); // set { sizePatchOffset_ = value; } return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::get_CrcPatchOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_CrcPatchOffset_mEBB49F2990E9E5BF3D7CFE81EF27167E84724C69 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return crcPatchOffset_; } int64_t L_0 = __this->get_crcPatchOffset__6(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::set_CrcPatchOffset(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate_set_CrcPatchOffset_mE1B02291F5364D6DC0828F3FD76E6CEC8C834E2A (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { crcPatchOffset_ = value; } int64_t L_0 = ___value0; __this->set_crcPatchOffset__6(L_0); // set { crcPatchOffset_ = value; } return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::get_OffsetBasedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_OffsetBasedSize_m67AA0EC47676E878620FA8F96826DD7AF7A88DE0 (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return _offsetBasedSize; } int64_t L_0 = __this->get__offsetBasedSize_7(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::set_OffsetBasedSize(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipUpdate_set_OffsetBasedSize_m3FE71DAB267E6DA9D64DE20C41014B8B7263346F (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { _offsetBasedSize = value; } int64_t L_0 = ___value0; __this->set__offsetBasedSize_7(L_0); // set { _offsetBasedSize = value; } return; } } // System.IO.Stream ICSharpCode.SharpZipLib.Zip.ZipFile_ZipUpdate::GetSource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ZipUpdate_GetSource_mD243EA8BF0620DCC43309A681060742B2B39035F (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipUpdate_GetSource_mD243EA8BF0620DCC43309A681060742B2B39035F_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; { // Stream result = null; V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL; // if (dataSource_ != null) { RuntimeObject* L_0 = __this->get_dataSource__3(); if (!L_0) { goto IL_0016; } } { // result = dataSource_.GetSource(); RuntimeObject* L_1 = __this->get_dataSource__3(); NullCheck(L_1); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = InterfaceFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(0 /* System.IO.Stream ICSharpCode.SharpZipLib.Zip.IStaticDataSource::GetSource() */, IStaticDataSource_tD7516BDEC075CA256A65135E790F6D7623F65DAF_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0016: { // return result; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0; return 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 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream__ctor_mB1882218BC015FBACDF02E5C5C7770B0064498A9 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream__ctor_mB1882218BC015FBACDF02E5C5C7770B0064498A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // public ZipHelperStream(string name) IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); // stream_ = new FileStream(name, FileMode.Open, FileAccess.ReadWrite); String_t* L_0 = ___name0; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var); FileStream__ctor_m49CE3FAF4AEF5EE690E5E53A95749F3C4414C47B(L_1, L_0, 3, 3, /*hidden argument*/NULL); __this->set_stream__5(L_1); // isOwner_ = true; __this->set_isOwner__4((bool)1); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // public ZipHelperStream(Stream stream) IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); // stream_ = stream; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; __this->set_stream__5(L_0); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_IsStreamOwner() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipHelperStream_get_IsStreamOwner_m6A633C87903E677A23B1B0B740A39C235AFFB5B3 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // get { return isOwner_; } bool L_0 = __this->get_isOwner__4(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::set_IsStreamOwner(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_set_IsStreamOwner_mC66B801293B3A5F27963DEE9BF8EB82A71233D0F (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, bool ___value0, const RuntimeMethod* method) { { // set { isOwner_ = value; } bool L_0 = ___value0; __this->set_isOwner__4(L_0); // set { isOwner_ = value; } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipHelperStream_get_CanRead_m7310203B96077D4D56B1182129C0259AC8386445 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // get { return stream_.CanRead; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipHelperStream_get_CanSeek_mE7CD25477A91F84746CF463D08F2CCDDE900FAFA (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // get { return stream_.CanSeek; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_CanTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipHelperStream_get_CanTimeout_m47134B7C5068763188633D89E515B244365D21BC (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // get { return stream_.CanTimeout; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanTimeout() */, L_0); return L_1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipHelperStream_get_Length_m22D1DE642727C69123951CDBEC58C06132CAEDBB (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // get { return stream_.Length; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipHelperStream_get_Position_m0D5FE28682A02D944FC45DD34E6AF18A8F827F5E (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // get { return stream_.Position; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_set_Position_m33CB62D6F9F5924A0426E50601D360A1DE3C19EF (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { stream_.Position = value; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_0, L_1); // set { stream_.Position = value; } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipHelperStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipHelperStream_get_CanWrite_m62DF4CAB576CBFA379228D834007A854443F6FE7 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // get { return stream_.CanWrite; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_Flush_m96190FC5767C57B4F49C48A12CDB6E62CEAAE345 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // stream_.Flush(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); VirtActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Flush() */, L_0); // } return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipHelperStream_Seek_m69BE371FA6D606C3258C42B3E6121809EC3B5040 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // return stream_.Seek(offset, origin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); int64_t L_1 = ___offset0; int32_t L_2 = ___origin1; NullCheck(L_0); int64_t L_3 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_SetLength_mBBE21AFBE64A02F4A5C2BAC91485C1ACA55B4ED6 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___value0, const RuntimeMethod* method) { { // stream_.SetLength(value); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(26 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipHelperStream_Read_m335331C36876ABE873A83607AFE3829EDA89AC1C (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // return stream_.Read(buffer, offset, count); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_Write_mCD1E56DC3EC1A5FF50FB7693906765D8DDE171CA (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // stream_.Write(buffer, offset, count); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_Dispose_mBD0D55FE53271344C1E57CE7BBF22F2F4BC898F5 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, bool ___disposing0, const RuntimeMethod* method) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; { // Stream toClose = stream_; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); V_0 = L_0; // stream_ = null; __this->set_stream__5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); // if (isOwner_ && (toClose != null)) { bool L_1 = __this->get_isOwner__4(); if (!L_1) { goto IL_0026; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_0; if (!L_2) { goto IL_0026; } } { // isOwner_ = false; __this->set_isOwner__4((bool)0); // toClose.Dispose(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0; NullCheck(L_3); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_3, /*hidden argument*/NULL); } IL_0026: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLocalHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.EntryPatchData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLocalHeader_m31C4C3AFD42D6AA0B6999C34416AC44EA7D22524 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * ___patchData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_WriteLocalHeader_m31C4C3AFD42D6AA0B6999C34416AC44EA7D22524_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * V_4 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * G_B5_0 = NULL; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * G_B4_0 = NULL; int32_t G_B6_0 = 0; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * G_B6_1 = NULL; { // CompressionMethod method = entry.CompressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; NullCheck(L_0); int32_t L_1 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // bool headerInfoAvailable = true; // How to get this? V_1 = (bool)1; // bool patchEntryHeader = false; V_2 = (bool)0; // WriteLEInt(ZipConstants.LocalHeaderSignature); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, ((int32_t)67324752), /*hidden argument*/NULL); // WriteLEShort(entry.Version); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = ___entry0; NullCheck(L_2); int32_t L_3 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_2, /*hidden argument*/NULL); ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, L_3, /*hidden argument*/NULL); // WriteLEShort(entry.Flags); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = ___entry0; NullCheck(L_4); int32_t L_5 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_4, /*hidden argument*/NULL); ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, L_5, /*hidden argument*/NULL); // WriteLEShort((byte)method); int32_t L_6 = V_0; ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, (((int32_t)((uint8_t)L_6))), /*hidden argument*/NULL); // WriteLEInt((int)entry.DosTime); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = ___entry0; NullCheck(L_7); int64_t L_8 = ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB(L_7, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_8))), /*hidden argument*/NULL); // if (headerInfoAvailable == true) { bool L_9 = V_1; if (!L_9) { goto IL_009e; } } { // WriteLEInt((int)entry.Crc); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_10 = ___entry0; NullCheck(L_10); int64_t L_11 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_10, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_11))), /*hidden argument*/NULL); // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = ___entry0; NullCheck(L_12); bool L_13 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_006e; } } { // WriteLEInt(-1); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (-1), /*hidden argument*/NULL); // WriteLEInt(-1); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_00f5; } IL_006e: { // WriteLEInt(entry.IsCrypted ? (int)entry.CompressedSize + ZipConstants.CryptoHeaderSize : (int)entry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_14 = ___entry0; NullCheck(L_14); bool L_15 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_14, /*hidden argument*/NULL); G_B4_0 = __this; if (L_15) { G_B5_0 = __this; goto IL_0080; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = ___entry0; NullCheck(L_16); int64_t L_17 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_16, /*hidden argument*/NULL); G_B6_0 = (((int32_t)((int32_t)L_17))); G_B6_1 = G_B4_0; goto IL_008a; } IL_0080: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_18 = ___entry0; NullCheck(L_18); int64_t L_19 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_18, /*hidden argument*/NULL); G_B6_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)L_19))), (int32_t)((int32_t)12))); G_B6_1 = G_B5_0; } IL_008a: { NullCheck(G_B6_1); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(G_B6_1, G_B6_0, /*hidden argument*/NULL); // WriteLEInt((int)entry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_20 = ___entry0; NullCheck(L_20); int64_t L_21 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_20, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_21))), /*hidden argument*/NULL); // } else { goto IL_00f5; } IL_009e: { // if (patchData != null) { EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_22 = ___patchData1; if (!L_22) { goto IL_00b2; } } { // patchData.CrcPatchOffset = stream_.Position; EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_23 = ___patchData1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_24 = __this->get_stream__5(); NullCheck(L_24); int64_t L_25 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_24); NullCheck(L_23); EntryPatchData_set_CrcPatchOffset_mAC44B28CC8167C80DD34CEBD3C9CD2B171202660_inline(L_23, L_25, /*hidden argument*/NULL); } IL_00b2: { // WriteLEInt(0); // Crc ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, 0, /*hidden argument*/NULL); // if (patchData != null) { EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_26 = ___patchData1; if (!L_26) { goto IL_00cd; } } { // patchData.SizePatchOffset = stream_.Position; EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_27 = ___patchData1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = __this->get_stream__5(); NullCheck(L_28); int64_t L_29 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_28); NullCheck(L_27); EntryPatchData_set_SizePatchOffset_mE7139252A5CBDB05EAF9B51766CF5E2A439FEE5B_inline(L_27, L_29, /*hidden argument*/NULL); } IL_00cd: { // if (entry.LocalHeaderRequiresZip64 && patchEntryHeader) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_30 = ___entry0; NullCheck(L_30); bool L_31 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_30, /*hidden argument*/NULL); bool L_32 = V_2; if (!((int32_t)((int32_t)L_31&(int32_t)L_32))) { goto IL_00e7; } } { // WriteLEInt(-1); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (-1), /*hidden argument*/NULL); // WriteLEInt(-1); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_00f5; } IL_00e7: { // WriteLEInt(0); // Compressed size ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, 0, /*hidden argument*/NULL); // WriteLEInt(0); // Uncompressed size ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, 0, /*hidden argument*/NULL); } IL_00f5: { // byte[] name = ZipConstants.ConvertToArray(entry.Flags, entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_33 = ___entry0; NullCheck(L_33); int32_t L_34 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_33, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_35 = ___entry0; NullCheck(L_35); String_t* L_36 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ZipConstants_ConvertToArray_m6EC941BE61B515A1EB8ED2A896912E9AE41047E9(L_34, L_36, /*hidden argument*/NULL); V_3 = L_37; // if (name.Length > 0xFFFF) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_3; NullCheck(L_38); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_011c; } } { // throw new ZipException("Entry name too long."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_39 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_39, _stringLiteralAE6EADE4DBC024F0DD12C9ECC6732866C6AA75EB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ZipHelperStream_WriteLocalHeader_m31C4C3AFD42D6AA0B6999C34416AC44EA7D22524_RuntimeMethod_var); } IL_011c: { // var ed = new ZipExtraData(entry.ExtraData); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_40 = ___entry0; NullCheck(L_40); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_40, /*hidden argument*/NULL); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_42 = (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE *)il2cpp_codegen_object_new(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE_il2cpp_TypeInfo_var); ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794(L_42, L_41, /*hidden argument*/NULL); V_4 = L_42; // if (entry.LocalHeaderRequiresZip64 && (headerInfoAvailable || patchEntryHeader)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_43 = ___entry0; NullCheck(L_43); bool L_44 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_019e; } } { bool L_45 = V_1; bool L_46 = V_2; if (!((int32_t)((int32_t)L_45|(int32_t)L_46))) { goto IL_019e; } } { // ed.StartNewEntry(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_47 = V_4; NullCheck(L_47); ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8(L_47, /*hidden argument*/NULL); // if (headerInfoAvailable) { bool L_48 = V_1; if (!L_48) { goto IL_015c; } } { // ed.AddLeLong(entry.Size); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_49 = V_4; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_50 = ___entry0; NullCheck(L_50); int64_t L_51 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_50, /*hidden argument*/NULL); NullCheck(L_49); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_49, L_51, /*hidden argument*/NULL); // ed.AddLeLong(entry.CompressedSize); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_52 = V_4; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_53 = ___entry0; NullCheck(L_53); int64_t L_54 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_53, /*hidden argument*/NULL); NullCheck(L_52); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_52, L_54, /*hidden argument*/NULL); // } else { goto IL_016e; } IL_015c: { // ed.AddLeLong(-1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_55 = V_4; NullCheck(L_55); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_55, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); // ed.AddLeLong(-1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_56 = V_4; NullCheck(L_56); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_56, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); } IL_016e: { // ed.AddNewEntry(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_57 = V_4; NullCheck(L_57); ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E(L_57, 1, /*hidden argument*/NULL); // if (!ed.Find(1)) { ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_58 = V_4; NullCheck(L_58); bool L_59 = ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366(L_58, 1, /*hidden argument*/NULL); if (L_59) { goto IL_018b; } } { // throw new ZipException("Internal error cant find extra data"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_60 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_60, _stringLiteral5ACDE0680B4AC23A84F5C7109F51DBAA2FE0BD95, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, ZipHelperStream_WriteLocalHeader_m31C4C3AFD42D6AA0B6999C34416AC44EA7D22524_RuntimeMethod_var); } IL_018b: { // if (patchData != null) { EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_61 = ___patchData1; if (!L_61) { goto IL_01a7; } } { // patchData.SizePatchOffset = ed.CurrentReadIndex; EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_62 = ___patchData1; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_63 = V_4; NullCheck(L_63); int32_t L_64 = ZipExtraData_get_CurrentReadIndex_m1DB5D907E39308C1A3DFBA0AC71BD27B6F98D310_inline(L_63, /*hidden argument*/NULL); NullCheck(L_62); EntryPatchData_set_SizePatchOffset_mE7139252A5CBDB05EAF9B51766CF5E2A439FEE5B_inline(L_62, (((int64_t)((int64_t)L_64))), /*hidden argument*/NULL); // } else { goto IL_01a7; } IL_019e: { // ed.Delete(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_65 = V_4; NullCheck(L_65); ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D(L_65, 1, /*hidden argument*/NULL); } IL_01a7: { // byte[] extra = ed.GetEntryData(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_66 = V_4; NullCheck(L_66); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1(L_66, /*hidden argument*/NULL); V_5 = L_67; // WriteLEShort(name.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_3; NullCheck(L_68); ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))), /*hidden argument*/NULL); // WriteLEShort(extra.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_5; NullCheck(L_69); ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))), /*hidden argument*/NULL); // if (name.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_3; NullCheck(L_70); if (!(((RuntimeArray*)L_70)->max_length)) { goto IL_01d7; } } { // stream_.Write(name, 0, name.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_71 = __this->get_stream__5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_3; NullCheck(L_73); NullCheck(L_71); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_71, L_72, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_73)->max_length))))); } IL_01d7: { // if (entry.LocalHeaderRequiresZip64 && patchEntryHeader) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_74 = ___entry0; NullCheck(L_74); bool L_75 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_74, /*hidden argument*/NULL); bool L_76 = V_2; if (!((int32_t)((int32_t)L_75&(int32_t)L_76))) { goto IL_01f9; } } { // patchData.SizePatchOffset += stream_.Position; EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_77 = ___patchData1; EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * L_78 = L_77; NullCheck(L_78); int64_t L_79 = EntryPatchData_get_SizePatchOffset_mE1109BD99ECBE587F5E356B16BC9FC8E8C2F31D0_inline(L_78, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_80 = __this->get_stream__5(); NullCheck(L_80); int64_t L_81 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_80); NullCheck(L_78); EntryPatchData_set_SizePatchOffset_mE7139252A5CBDB05EAF9B51766CF5E2A439FEE5B_inline(L_78, ((int64_t)il2cpp_codegen_add((int64_t)L_79, (int64_t)L_81)), /*hidden argument*/NULL); } IL_01f9: { // if (extra.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_5; NullCheck(L_82); if (!(((RuntimeArray*)L_82)->max_length)) { goto IL_0210; } } { // stream_.Write(extra, 0, extra.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_83 = __this->get_stream__5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = V_5; NullCheck(L_85); NullCheck(L_83); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_83, L_84, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_85)->max_length))))); } IL_0210: { // } return; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::LocateBlockWithSignature(System.Int32,System.Int64,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipHelperStream_LocateBlockWithSignature_m332D9E58A6189D6592D5720C54B245F393DD793C (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int32_t ___signature0, int64_t ___endLocation1, int32_t ___minimumBlockSize2, int32_t ___maximumVariableData3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_LocateBlockWithSignature_m332D9E58A6189D6592D5720C54B245F393DD793C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { // long pos = endLocation - minimumBlockSize; int64_t L_0 = ___endLocation1; int32_t L_1 = ___minimumBlockSize2; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1))))); // if (pos < 0) { int64_t L_2 = V_0; if ((((int64_t)L_2) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_000d; } } { // return -1; return (((int64_t)((int64_t)(-1)))); } IL_000d: { // long giveUpMarker = Math.Max(pos - maximumVariableData, 0); int64_t L_3 = V_0; int32_t L_4 = ___maximumVariableData3; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int64_t L_5 = Math_Max_m13FD4D7B921C359B34176CDF2A51FB2F96965E45(((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)(((int64_t)((int64_t)L_4))))), (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_5; } IL_001a: { // if (pos < giveUpMarker) { int64_t L_6 = V_0; int64_t L_7 = V_1; if ((((int64_t)L_6) >= ((int64_t)L_7))) { goto IL_0021; } } { // return -1; return (((int64_t)((int64_t)(-1)))); } IL_0021: { // Seek(pos--, SeekOrigin.Begin); int64_t L_8 = V_0; int64_t L_9 = L_8; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)(((int64_t)((int64_t)1))))); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, __this, L_9, 0); // } while (ReadLEInt() != signature); int32_t L_10 = ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1(__this, /*hidden argument*/NULL); int32_t L_11 = ___signature0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_001a; } } { // return Position; int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, __this); return L_12; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteZip64EndOfCentralDirectory(System.Int64,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteZip64EndOfCentralDirectory_m9A03AF974C2D649427FE9BE897FFFAF32AA2050C (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___centralDirOffset2, const RuntimeMethod* method) { int64_t V_0 = 0; { // long centralSignatureOffset = stream_.Position; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_0); V_0 = L_1; // WriteLEInt(ZipConstants.Zip64CentralFileHeaderSignature); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, ((int32_t)101075792), /*hidden argument*/NULL); // WriteLELong(44); // Size of this record (total size of remaining fields in header or full size - 12) ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, (((int64_t)((int64_t)((int32_t)44)))), /*hidden argument*/NULL); // WriteLEShort(ZipConstants.VersionMadeBy); // Version made by ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, ((int32_t)51), /*hidden argument*/NULL); // WriteLEShort(ZipConstants.VersionZip64); // Version to extract ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, ((int32_t)45), /*hidden argument*/NULL); // WriteLEInt(0); // Number of this disk ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, 0, /*hidden argument*/NULL); // WriteLEInt(0); // number of the disk with the start of the central directory ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, 0, /*hidden argument*/NULL); // WriteLELong(noOfEntries); // No of entries on this disk int64_t L_2 = ___noOfEntries0; ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, L_2, /*hidden argument*/NULL); // WriteLELong(noOfEntries); // Total No of entries in central directory int64_t L_3 = ___noOfEntries0; ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, L_3, /*hidden argument*/NULL); // WriteLELong(sizeEntries); // Size of the central directory int64_t L_4 = ___sizeEntries1; ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, L_4, /*hidden argument*/NULL); // WriteLELong(centralDirOffset); // offset of start of central directory int64_t L_5 = ___centralDirOffset2; ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, L_5, /*hidden argument*/NULL); // WriteLEInt(ZipConstants.Zip64CentralDirLocatorSignature); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, ((int32_t)117853008), /*hidden argument*/NULL); // WriteLEInt(0); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, 0, /*hidden argument*/NULL); // WriteLELong(centralSignatureOffset); int64_t L_6 = V_0; ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, L_6, /*hidden argument*/NULL); // WriteLEInt(1); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, 1, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteEndOfCentralDirectory(System.Int64,System.Int64,System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___noOfEntries0, int64_t ___sizeEntries1, int64_t ___startOfCentralDirectory2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___comment3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B16_0 = 0; { // if ((noOfEntries >= 0xffff) || // (startOfCentralDirectory >= 0xffffffff) || // (sizeEntries >= 0xffffffff)) { int64_t L_0 = ___noOfEntries0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0013; } } { int64_t L_1 = ___startOfCentralDirectory2; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0013; } } { int64_t L_2 = ___sizeEntries1; if ((((int64_t)L_2) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_001c; } } IL_0013: { // WriteZip64EndOfCentralDirectory(noOfEntries, sizeEntries, startOfCentralDirectory); int64_t L_3 = ___noOfEntries0; int64_t L_4 = ___sizeEntries1; int64_t L_5 = ___startOfCentralDirectory2; ZipHelperStream_WriteZip64EndOfCentralDirectory_m9A03AF974C2D649427FE9BE897FFFAF32AA2050C(__this, L_3, L_4, L_5, /*hidden argument*/NULL); } IL_001c: { // WriteLEInt(ZipConstants.EndOfCentralDirectorySignature); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, ((int32_t)101010256), /*hidden argument*/NULL); // WriteLEShort(0); // number of this disk ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, 0, /*hidden argument*/NULL); // WriteLEShort(0); // no of disk with start of central dir ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, 0, /*hidden argument*/NULL); // if (noOfEntries >= 0xffff) { int64_t L_6 = ___noOfEntries0; if ((((int64_t)L_6) < ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0056; } } { // WriteLEUshort(0xffff); // Zip64 marker ZipHelperStream_WriteLEUshort_m572AFFFE92B91B1C3476D611B830259C3A183DD1(__this, (uint16_t)((int32_t)65535), /*hidden argument*/NULL); // WriteLEUshort(0xffff); ZipHelperStream_WriteLEUshort_m572AFFFE92B91B1C3476D611B830259C3A183DD1(__this, (uint16_t)((int32_t)65535), /*hidden argument*/NULL); // } else { goto IL_0066; } IL_0056: { // WriteLEShort((short)noOfEntries); // entries in central dir for this disk int64_t L_7 = ___noOfEntries0; ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, (((int16_t)((int16_t)L_7))), /*hidden argument*/NULL); // WriteLEShort((short)noOfEntries); // total entries in central directory int64_t L_8 = ___noOfEntries0; ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, (((int16_t)((int16_t)L_8))), /*hidden argument*/NULL); } IL_0066: { // if (sizeEntries >= 0xffffffff) { int64_t L_9 = ___sizeEntries1; if ((((int64_t)L_9) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0074; } } { // WriteLEUint(0xffffffff); // Zip64 marker ZipHelperStream_WriteLEUint_m304E42A0FB07215A47E1352902C2EBB573EDF126(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_007c; } IL_0074: { // WriteLEInt((int)sizeEntries); int64_t L_10 = ___sizeEntries1; ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_10))), /*hidden argument*/NULL); } IL_007c: { // if (startOfCentralDirectory >= 0xffffffff) { int64_t L_11 = ___startOfCentralDirectory2; if ((((int64_t)L_11) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_008a; } } { // WriteLEUint(0xffffffff); // Zip64 marker ZipHelperStream_WriteLEUint_m304E42A0FB07215A47E1352902C2EBB573EDF126(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_0092; } IL_008a: { // WriteLEInt((int)startOfCentralDirectory); int64_t L_12 = ___startOfCentralDirectory2; ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_12))), /*hidden argument*/NULL); } IL_0092: { // int commentLength = (comment != null) ? comment.Length : 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___comment3; if (L_13) { goto IL_0099; } } { G_B16_0 = 0; goto IL_009d; } IL_0099: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___comment3; NullCheck(L_14); G_B16_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))); } IL_009d: { V_0 = G_B16_0; // if (commentLength > 0xffff) { int32_t L_15 = V_0; if ((((int32_t)L_15) <= ((int32_t)((int32_t)65535)))) { goto IL_00bc; } } { // throw new ZipException(string.Format("Comment length({0}) is too long can only be 64K", commentLength)); int32_t L_16 = V_0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralDE779D567074D9AC4AF6B0CB3F53AE422ED9E368, L_18, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_20 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397_RuntimeMethod_var); } IL_00bc: { // WriteLEShort(commentLength); int32_t L_21 = V_0; ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, L_21, /*hidden argument*/NULL); // if (commentLength > 0) { int32_t L_22 = V_0; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_00d4; } } { // Write(comment, 0, comment.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___comment3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___comment3; NullCheck(L_24); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_23, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))); } IL_00d4: { // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEShort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; { // int byteValue1 = stream_.ReadByte(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); // if (byteValue1 < 0) { int32_t L_2 = L_1; G_B1_0 = L_2; if ((((int32_t)L_2) >= ((int32_t)0))) { G_B2_0 = L_2; goto IL_0015; } } { // throw new EndOfStreamException(); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_3 = (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)il2cpp_codegen_object_new(EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var); EndOfStreamException__ctor_mD5C60B460580BBA98DFF238F6D5BBE4C9CAE1D80(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7_RuntimeMethod_var); } IL_0015: { // int byteValue2 = stream_.ReadByte(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_stream__5(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); V_0 = L_5; // if (byteValue2 < 0) { int32_t L_6 = V_0; G_B3_0 = G_B2_0; if ((((int32_t)L_6) >= ((int32_t)0))) { G_B4_0 = G_B2_0; goto IL_002b; } } { // throw new EndOfStreamException(); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_7 = (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)il2cpp_codegen_object_new(EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var); EndOfStreamException__ctor_mD5C60B460580BBA98DFF238F6D5BBE4C9CAE1D80(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7_RuntimeMethod_var); } IL_002b: { // return byteValue1 | (byteValue2 << 8); int32_t L_8 = V_0; return ((int32_t)((int32_t)G_B4_0|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8)))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLEInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // return ReadLEShort() | (ReadLEShort() << 16); int32_t L_0 = ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7(__this, /*hidden argument*/NULL); int32_t L_1 = ZipHelperStream_ReadLEShort_m7DD1058BD0C6AE4BC057FF9BE9FE5E7BBDADDAE7(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))))); } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadLELong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipHelperStream_ReadLELong_mB6E6A4DF35ED2D80D235EE93ECDED39B8F144684 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, const RuntimeMethod* method) { { // return (uint)ReadLEInt() | ((long)ReadLEInt() << 32); int32_t L_0 = ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1(__this, /*hidden argument*/NULL); int32_t L_1 = ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1(__this, /*hidden argument*/NULL); return ((int64_t)((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_0))))))|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_1)))<<(int32_t)((int32_t)32))))); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // stream_.WriteByte((byte)(value & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); // stream_.WriteByte((byte)((value >> 8) & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_stream__5(); int32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)8))&(int32_t)((int32_t)255))))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUshort(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUshort_m572AFFFE92B91B1C3476D611B830259C3A183DD1 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, uint16_t ___value0, const RuntimeMethod* method) { { // stream_.WriteByte((byte)(value & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream__5(); uint16_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); // stream_.WriteByte((byte)(value >> 8)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_stream__5(); uint16_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8)))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // WriteLEShort(value); int32_t L_0 = ___value0; ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, L_0, /*hidden argument*/NULL); // WriteLEShort(value >> 16); int32_t L_1 = ___value0; ZipHelperStream_WriteLEShort_mCFA015A769633B29BB8BA4B91858493407FEC287(__this, ((int32_t)((int32_t)L_1>>(int32_t)((int32_t)16))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUint(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUint_m304E42A0FB07215A47E1352902C2EBB573EDF126 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // WriteLEUshort((ushort)(value & 0xffff)); uint32_t L_0 = ___value0; ZipHelperStream_WriteLEUshort_m572AFFFE92B91B1C3476D611B830259C3A183DD1(__this, (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))))), /*hidden argument*/NULL); // WriteLEUshort((ushort)(value >> 16)); uint32_t L_1 = ___value0; ZipHelperStream_WriteLEUshort_m572AFFFE92B91B1C3476D611B830259C3A183DD1(__this, (uint16_t)(((int32_t)((uint16_t)((int32_t)((uint32_t)L_1>>((int32_t)16)))))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLELong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, int64_t ___value0, const RuntimeMethod* method) { { // WriteLEInt((int)value); int64_t L_0 = ___value0; ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_0))), /*hidden argument*/NULL); // WriteLEInt((int)(value >> 32)); int64_t L_1 = ___value0; ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32)))))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteLEUlong(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_WriteLEUlong_m5BD1F433B573694666525F6A07871709CB9F03C9 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // WriteLEUint((uint)(value & 0xffffffff)); uint64_t L_0 = ___value0; ZipHelperStream_WriteLEUint_m304E42A0FB07215A47E1352902C2EBB573EDF126(__this, (((int32_t)((uint32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); // WriteLEUint((uint)(value >> 32)); uint64_t L_1 = ___value0; ZipHelperStream_WriteLEUint_m304E42A0FB07215A47E1352902C2EBB573EDF126(__this, (((int32_t)((uint32_t)((int64_t)((uint64_t)L_1>>((int32_t)32)))))), /*hidden argument*/NULL); // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipHelperStream::WriteDataDescriptor(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipHelperStream_WriteDataDescriptor_mB5158679DAE8B11563803B0FFA78230775C5613A (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_WriteDataDescriptor_mB5158679DAE8B11563803B0FFA78230775C5613A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (entry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(entry)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral68DCEAC024F25FD9ECDC3195E40E3676F0052C18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipHelperStream_WriteDataDescriptor_mB5158679DAE8B11563803B0FFA78230775C5613A_RuntimeMethod_var); } IL_000e: { // int result = 0; V_0 = 0; // if ((entry.Flags & (int)GeneralBitFlags.Descriptor) != 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = ___entry0; NullCheck(L_2); int32_t L_3 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_2, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_3&(int32_t)8))) { goto IL_007b; } } { // WriteLEInt(ZipConstants.DataDescriptorSignature); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, ((int32_t)134695760), /*hidden argument*/NULL); // WriteLEInt(unchecked((int)(entry.Crc))); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = ___entry0; NullCheck(L_4); int64_t L_5 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_4, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_5))), /*hidden argument*/NULL); // result += 8; int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)8)); // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = ___entry0; NullCheck(L_7); bool L_8 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005d; } } { // WriteLELong(entry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_9 = ___entry0; NullCheck(L_9); int64_t L_10 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_9, /*hidden argument*/NULL); ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, L_10, /*hidden argument*/NULL); // WriteLELong(entry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_11 = ___entry0; NullCheck(L_11); int64_t L_12 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_11, /*hidden argument*/NULL); ZipHelperStream_WriteLELong_mC95EC3185BC3EA40693B46A497331D34A627F3A2(__this, L_12, /*hidden argument*/NULL); // result += 16; int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)16))); // } else { goto IL_007b; } IL_005d: { // WriteLEInt((int)entry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_14 = ___entry0; NullCheck(L_14); int64_t L_15 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_14, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_15))), /*hidden argument*/NULL); // WriteLEInt((int)entry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = ___entry0; NullCheck(L_16); int64_t L_17 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_16, /*hidden argument*/NULL); ZipHelperStream_WriteLEInt_m66DC043F7C318698D647E856B1D8C6D5ED99B7EC(__this, (((int32_t)((int32_t)L_17))), /*hidden argument*/NULL); // result += 8; int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)8)); } IL_007b: { // return result; int32_t L_19 = V_0; return L_19; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipHelperStream::ReadDataDescriptor(System.Boolean,ICSharpCode.SharpZipLib.Zip.DescriptorData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipHelperStream_ReadDataDescriptor_m9D714F0B061CFE9E83C1D118D8CDFD1730C58FA9 (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, bool ___zip640, DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipHelperStream_ReadDataDescriptor_m9D714F0B061CFE9E83C1D118D8CDFD1730C58FA9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // int intValue = ReadLEInt(); int32_t L_0 = ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1(__this, /*hidden argument*/NULL); // if (intValue != ZipConstants.DataDescriptorSignature) { if ((((int32_t)L_0) == ((int32_t)((int32_t)134695760)))) { goto IL_0018; } } { // throw new ZipException("Data descriptor signature not found"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_1 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_1, _stringLiteral3ADDE82D7E59D5F506F116D0B7AA1FBFE9EB0164, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipHelperStream_ReadDataDescriptor_m9D714F0B061CFE9E83C1D118D8CDFD1730C58FA9_RuntimeMethod_var); } IL_0018: { // data.Crc = ReadLEInt(); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_2 = ___data1; int32_t L_3 = ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1(__this, /*hidden argument*/NULL); NullCheck(L_2); DescriptorData_set_Crc_m36A0D3FC3BAA0377D2E9928188BF7B0C3DE80ECF(L_2, (((int64_t)((int64_t)L_3))), /*hidden argument*/NULL); // if (zip64) { bool L_4 = ___zip640; if (!L_4) { goto IL_0041; } } { // data.CompressedSize = ReadLELong(); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_5 = ___data1; int64_t L_6 = ZipHelperStream_ReadLELong_mB6E6A4DF35ED2D80D235EE93ECDED39B8F144684(__this, /*hidden argument*/NULL); NullCheck(L_5); DescriptorData_set_CompressedSize_m53F2130E900D71A1A9A276152F4E8EB1922A1B30_inline(L_5, L_6, /*hidden argument*/NULL); // data.Size = ReadLELong(); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_7 = ___data1; int64_t L_8 = ZipHelperStream_ReadLELong_mB6E6A4DF35ED2D80D235EE93ECDED39B8F144684(__this, /*hidden argument*/NULL); NullCheck(L_7); DescriptorData_set_Size_mAAC8A36D8E7FDFF70E954518C4E9B4C36BCCBC6F_inline(L_7, L_8, /*hidden argument*/NULL); // } else { return; } IL_0041: { // data.CompressedSize = ReadLEInt(); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_9 = ___data1; int32_t L_10 = ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1(__this, /*hidden argument*/NULL); NullCheck(L_9); DescriptorData_set_CompressedSize_m53F2130E900D71A1A9A276152F4E8EB1922A1B30_inline(L_9, (((int64_t)((int64_t)L_10))), /*hidden argument*/NULL); // data.Size = ReadLEInt(); DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * L_11 = ___data1; int32_t L_12 = ZipHelperStream_ReadLEInt_mFF08F48A8979FA19443F32DC838629454D32FEE1(__this, /*hidden argument*/NULL); NullCheck(L_11); DescriptorData_set_Size_mAAC8A36D8E7FDFF70E954518C4E9B4C36BCCBC6F_inline(L_11, (((int64_t)((int64_t)L_12))), /*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 ICSharpCode.SharpZipLib.Zip.ZipInputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream__ctor_mB1DCE0C9D858FD5A6FD9749F5743E3F18330FB5F (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseInputStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream__ctor_mB1DCE0C9D858FD5A6FD9749F5743E3F18330FB5F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // Crc32 crc = new Crc32(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_0 = (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)il2cpp_codegen_object_new(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var); Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989(L_0, /*hidden argument*/NULL); __this->set_crc_11(L_0); // : base(baseInputStream, new Inflater(true)) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___baseInputStream0; Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_2 = (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F *)il2cpp_codegen_object_new(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_il2cpp_TypeInfo_var); Inflater__ctor_m68B344BCA698B8A1754EFB187E79542876C1F9B0(L_2, (bool)1, /*hidden argument*/NULL); InflaterInputStream__ctor_m25A6A0B94835B05B97BD00EB2C4A888F9C034063(__this, L_1, L_2, /*hidden argument*/NULL); // internalReader = new ReadDataHandler(ReadingNotAvailable); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_3 = (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 *)il2cpp_codegen_object_new(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var); ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F(L_3, __this, (intptr_t)((intptr_t)ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalReader_10(L_3); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::.ctor(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream__ctor_mEC280955C8714DC03F38012B6439D7AB6CB3FCF0 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseInputStream0, int32_t ___bufferSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream__ctor_mEC280955C8714DC03F38012B6439D7AB6CB3FCF0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // Crc32 crc = new Crc32(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_0 = (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)il2cpp_codegen_object_new(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var); Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989(L_0, /*hidden argument*/NULL); __this->set_crc_11(L_0); // : base(baseInputStream, new Inflater(true), bufferSize) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___baseInputStream0; Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_2 = (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F *)il2cpp_codegen_object_new(Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F_il2cpp_TypeInfo_var); Inflater__ctor_m68B344BCA698B8A1754EFB187E79542876C1F9B0(L_2, (bool)1, /*hidden argument*/NULL); int32_t L_3 = ___bufferSize1; InflaterInputStream__ctor_m03F227277024F7C66B4939747383AE38FA07B2EC(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // internalReader = new ReadDataHandler(ReadingNotAvailable); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_4 = (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 *)il2cpp_codegen_object_new(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var); ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F(L_4, __this, (intptr_t)((intptr_t)ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalReader_10(L_4); // } return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipInputStream::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipInputStream_get_Password_mA01AC3461A6DF975B77B39AB39FCBD37FEA18C20 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { { // return password; String_t* L_0 = __this->get_password_16(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_set_Password_m4B0AE80068DDAF63FE856AC7460F910661C36535 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, String_t* ___value0, const RuntimeMethod* method) { { // password = value; String_t* L_0 = ___value0; __this->set_password_16(L_0); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipInputStream::get_CanDecompressEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipInputStream_get_CanDecompressEntry_mED6F260EE511DF085343D39D2F847047AECB3B47 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { { // return (entry != null) && entry.CanDecompress; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_entry_12(); if (!L_0) { goto IL_0014; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = __this->get_entry_12(); NullCheck(L_1); bool L_2 = ZipEntry_get_CanDecompress_mB2042B52DE07C8A4C768381993B0A1A849115401(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } // ICSharpCode.SharpZipLib.Zip.ZipEntry ICSharpCode.SharpZipLib.Zip.ZipInputStream::GetNextEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipInputStream_GetNextEntry_mFB45F2518753E83F5539A6A93BC68DF695ECBA0F (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_GetNextEntry_mFB45F2518753E83F5539A6A93BC68DF695ECBA0F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int16_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; String_t* V_7 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL; { // if (crc == null) { Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_0 = __this->get_crc_11(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Closed."); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteral731152A028C6BD03BAAE5F9F011FAC67B9B1DFDE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipInputStream_GetNextEntry_mFB45F2518753E83F5539A6A93BC68DF695ECBA0F_RuntimeMethod_var); } IL_0013: { // if (entry != null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = __this->get_entry_12(); if (!L_2) { goto IL_0021; } } { // CloseEntry(); ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74(__this, /*hidden argument*/NULL); } IL_0021: { // int header = inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_3 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_3); int32_t L_4 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_3, /*hidden argument*/NULL); V_0 = L_4; // if (header == ZipConstants.CentralHeaderSignature || // header == ZipConstants.EndOfCentralDirectorySignature || // header == ZipConstants.CentralHeaderDigitalSignature || // header == ZipConstants.ArchiveExtraDataSignature || // header == ZipConstants.Zip64CentralFileHeaderSignature) { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)33639248)))) { goto IL_0055; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)101010256)))) { goto IL_0055; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)84233040)))) { goto IL_0055; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)117853008)))) { goto IL_0055; } } { int32_t L_9 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)101075792))))) { goto IL_005d; } } IL_0055: { // Dispose(); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(__this, /*hidden argument*/NULL); // return null; return (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)NULL; } IL_005d: { // if ((header == ZipConstants.SpanningTempSignature) || (header == ZipConstants.SpanningSignature)) { int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)808471376)))) { goto IL_006d; } } { int32_t L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)134695760))))) { goto IL_0079; } } IL_006d: { // header = inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_12 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_12); int32_t L_13 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0079: { // if (header != ZipConstants.LocalHeaderSignature) { int32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)67324752)))) { goto IL_00a1; } } { // throw new ZipException("Wrong Local header signature: 0x" + String.Format("{0:X}", header)); int32_t L_15 = V_0; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralDFD624080669593F70E89BE669318336EEB11643, L_17, /*hidden argument*/NULL); String_t* L_19 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralDFD730A3B4617156F7C407DCF4F391E2C3A7C385, L_18, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_20 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ZipInputStream_GetNextEntry_mFB45F2518753E83F5539A6A93BC68DF695ECBA0F_RuntimeMethod_var); } IL_00a1: { // var versionRequiredToExtract = (short)inputBuffer.ReadLeShort(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_21 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_21); int32_t L_22 = InflaterInputBuffer_ReadLeShort_m596FA1E93CB14D23A4FCC3182E0191F19C594BA2(L_21, /*hidden argument*/NULL); V_1 = (((int16_t)((int16_t)L_22))); // flags = inputBuffer.ReadLeShort(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_23 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_23); int32_t L_24 = InflaterInputBuffer_ReadLeShort_m596FA1E93CB14D23A4FCC3182E0191F19C594BA2(L_23, /*hidden argument*/NULL); __this->set_flags_15(L_24); // method = inputBuffer.ReadLeShort(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_25 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_25); int32_t L_26 = InflaterInputBuffer_ReadLeShort_m596FA1E93CB14D23A4FCC3182E0191F19C594BA2(L_25, /*hidden argument*/NULL); __this->set_method_14(L_26); // var dostime = (uint)inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_27 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_27); int32_t L_28 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_27, /*hidden argument*/NULL); V_2 = L_28; // int crc2 = inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_29 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_29); int32_t L_30 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_29, /*hidden argument*/NULL); V_3 = L_30; // csize = inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_31 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_31); int32_t L_32 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_31, /*hidden argument*/NULL); ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8((((int64_t)((int64_t)L_32)))); // size = inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_33 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_33); int32_t L_34 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_33, /*hidden argument*/NULL); __this->set_size_13((((int64_t)((int64_t)L_34)))); // int nameLen = inputBuffer.ReadLeShort(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_35 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_35); int32_t L_36 = InflaterInputBuffer_ReadLeShort_m596FA1E93CB14D23A4FCC3182E0191F19C594BA2(L_35, /*hidden argument*/NULL); // int extraLen = inputBuffer.ReadLeShort(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_37 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_37); int32_t L_38 = InflaterInputBuffer_ReadLeShort_m596FA1E93CB14D23A4FCC3182E0191F19C594BA2(L_37, /*hidden argument*/NULL); V_4 = L_38; // bool isCrypted = (flags & 1) == 1; int32_t L_39 = __this->get_flags_15(); V_5 = (bool)((((int32_t)((int32_t)((int32_t)L_39&(int32_t)1))) == ((int32_t)1))? 1 : 0); // byte[] buffer = new byte[nameLen]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_36); V_6 = L_40; // inputBuffer.ReadRawBuffer(buffer); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_41 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_6; NullCheck(L_41); InflaterInputBuffer_ReadRawBuffer_mECC3DF720A0E8629713F83F9165862452EFBD78D(L_41, L_42, /*hidden argument*/NULL); // string name = ZipConstants.ConvertToStringExt(flags, buffer); int32_t L_43 = __this->get_flags_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); String_t* L_45 = ZipConstants_ConvertToStringExt_mF35CC10EDDDED13486148196D44E8BD1702F2D15(L_43, L_44, /*hidden argument*/NULL); V_7 = L_45; // entry = new ZipEntry(name, versionRequiredToExtract); String_t* L_46 = V_7; int16_t L_47 = V_1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_48 = (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)il2cpp_codegen_object_new(ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9_il2cpp_TypeInfo_var); ZipEntry__ctor_m179866C2BDF5B1B26B6165F1BA51D8FC8E877372(L_48, L_46, L_47, /*hidden argument*/NULL); __this->set_entry_12(L_48); // entry.Flags = flags; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_49 = __this->get_entry_12(); int32_t L_50 = __this->get_flags_15(); NullCheck(L_49); ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline(L_49, L_50, /*hidden argument*/NULL); // entry.CompressionMethod = (CompressionMethod)method; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_51 = __this->get_entry_12(); int32_t L_52 = __this->get_method_14(); NullCheck(L_51); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_51, L_52, /*hidden argument*/NULL); // if ((flags & 8) == 0) { int32_t L_53 = __this->get_flags_15(); if (((int32_t)((int32_t)L_53&(int32_t)8))) { goto IL_01df; } } { // entry.Crc = crc2 & 0xFFFFFFFFL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_54 = __this->get_entry_12(); int32_t L_55 = V_3; NullCheck(L_54); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_54, ((int64_t)((int64_t)(((int64_t)((int64_t)L_55)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); // entry.Size = size & 0xFFFFFFFFL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_56 = __this->get_entry_12(); int64_t L_57 = __this->get_size_13(); NullCheck(L_56); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_56, ((int64_t)((int64_t)L_57&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); // entry.CompressedSize = csize & 0xFFFFFFFFL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_58 = __this->get_entry_12(); int64_t L_59 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); NullCheck(L_58); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_58, ((int64_t)((int64_t)L_59&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); // entry.CryptoCheckValue = (byte)((crc2 >> 24) & 0xff); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_60 = __this->get_entry_12(); int32_t L_61 = V_3; NullCheck(L_60); ZipEntry_set_CryptoCheckValue_m86F48299438A25BCA1C71766BA739E29FD8C7EE5_inline(L_60, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_61>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); // } else { goto IL_023f; } IL_01df: { // if (crc2 != 0) { int32_t L_62 = V_3; if (!L_62) { goto IL_01f2; } } { // entry.Crc = crc2 & 0xFFFFFFFFL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_63 = __this->get_entry_12(); int32_t L_64 = V_3; NullCheck(L_63); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_63, ((int64_t)((int64_t)(((int64_t)((int64_t)L_64)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); } IL_01f2: { // if (size != 0) { int64_t L_65 = __this->get_size_13(); if (!L_65) { goto IL_020e; } } { // entry.Size = size & 0xFFFFFFFFL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_66 = __this->get_entry_12(); int64_t L_67 = __this->get_size_13(); NullCheck(L_66); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_66, ((int64_t)((int64_t)L_67&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); } IL_020e: { // if (csize != 0) { int64_t L_68 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if (!L_68) { goto IL_022a; } } { // entry.CompressedSize = csize & 0xFFFFFFFFL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_69 = __this->get_entry_12(); int64_t L_70 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); NullCheck(L_69); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_69, ((int64_t)((int64_t)L_70&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); } IL_022a: { // entry.CryptoCheckValue = (byte)((dostime >> 8) & 0xff); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_71 = __this->get_entry_12(); uint32_t L_72 = V_2; NullCheck(L_71); ZipEntry_set_CryptoCheckValue_m86F48299438A25BCA1C71766BA739E29FD8C7EE5_inline(L_71, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_72>>8))&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); } IL_023f: { // entry.DosTime = dostime; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_73 = __this->get_entry_12(); uint32_t L_74 = V_2; NullCheck(L_73); ZipEntry_set_DosTime_m7AB9DC103D40BCB56646365E047EBE9F4870B3B8(L_73, (((int64_t)((uint64_t)L_74))), /*hidden argument*/NULL); // if (extraLen > 0) { int32_t L_75 = V_4; if ((((int32_t)L_75) <= ((int32_t)0))) { goto IL_0275; } } { // byte[] extra = new byte[extraLen]; int32_t L_76 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_76); V_8 = L_77; // inputBuffer.ReadRawBuffer(extra); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_78 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = V_8; NullCheck(L_78); InflaterInputBuffer_ReadRawBuffer_mECC3DF720A0E8629713F83F9165862452EFBD78D(L_78, L_79, /*hidden argument*/NULL); // entry.ExtraData = extra; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_80 = __this->get_entry_12(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_8; NullCheck(L_80); ZipEntry_set_ExtraData_mB0F6D45439A95E55E6A9BC7551030DCEE5B54614(L_80, L_81, /*hidden argument*/NULL); } IL_0275: { // entry.ProcessExtraData(true); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_82 = __this->get_entry_12(); NullCheck(L_82); ZipEntry_ProcessExtraData_m3823DE7E317A3CDA2C3F5B09E4FD5B333A4AD0F3(L_82, (bool)1, /*hidden argument*/NULL); // if (entry.CompressedSize >= 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_83 = __this->get_entry_12(); NullCheck(L_83); int64_t L_84 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_83, /*hidden argument*/NULL); if ((((int64_t)L_84) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_02a1; } } { // csize = entry.CompressedSize; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_85 = __this->get_entry_12(); NullCheck(L_85); int64_t L_86 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_85, /*hidden argument*/NULL); ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8(L_86); } IL_02a1: { // if (entry.Size >= 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_87 = __this->get_entry_12(); NullCheck(L_87); int64_t L_88 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_87, /*hidden argument*/NULL); if ((((int64_t)L_88) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_02c1; } } { // size = entry.Size; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_89 = __this->get_entry_12(); NullCheck(L_89); int64_t L_90 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_89, /*hidden argument*/NULL); __this->set_size_13(L_90); } IL_02c1: { // if (method == (int)CompressionMethod.Stored && (!isCrypted && csize != size || (isCrypted && csize - ZipConstants.CryptoHeaderSize != size))) { int32_t L_91 = __this->get_method_14(); if (L_91) { goto IL_02fc; } } { bool L_92 = V_5; if (L_92) { goto IL_02db; } } { int64_t L_93 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); int64_t L_94 = __this->get_size_13(); if ((!(((uint64_t)L_93) == ((uint64_t)L_94)))) { goto IL_02f1; } } IL_02db: { bool L_95 = V_5; if (!L_95) { goto IL_02fc; } } { int64_t L_96 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); int64_t L_97 = __this->get_size_13(); if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_96, (int64_t)(((int64_t)((int64_t)((int32_t)12))))))) == ((int64_t)L_97))) { goto IL_02fc; } } IL_02f1: { // throw new ZipException("Stored, but compressed != uncompressed"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_98 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_98, _stringLiteralCE8DC554F380103838B5E8D50074866E7FDB82C3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_98, ZipInputStream_GetNextEntry_mFB45F2518753E83F5539A6A93BC68DF695ECBA0F_RuntimeMethod_var); } IL_02fc: { // if (entry.IsCompressionMethodSupported()) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_99 = __this->get_entry_12(); NullCheck(L_99); bool L_100 = ZipEntry_IsCompressionMethodSupported_mF17886563F9854B215DF4662B8F0A528968CC4FB(L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_031d; } } { // internalReader = new ReadDataHandler(InitialRead); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_101 = (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 *)il2cpp_codegen_object_new(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var); ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F(L_101, __this, (intptr_t)((intptr_t)ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalReader_10(L_101); // } else { goto IL_032f; } IL_031d: { // internalReader = new ReadDataHandler(ReadingNotSupported); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_102 = (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 *)il2cpp_codegen_object_new(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var); ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F(L_102, __this, (intptr_t)((intptr_t)ZipInputStream_ReadingNotSupported_m1C6002F8A46402C1F359A401928E19610DD0CCA1_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalReader_10(L_102); } IL_032f: { // return entry; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_103 = __this->get_entry_12(); return L_103; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::ReadDataDescriptor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_ReadDataDescriptor_m1A4BE420AC637E8AF04A55385F0EB0723DA0CD7B (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_ReadDataDescriptor_m1A4BE420AC637E8AF04A55385F0EB0723DA0CD7B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (inputBuffer.ReadLeInt() != ZipConstants.DataDescriptorSignature) { InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_0 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_0); int32_t L_1 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)134695760)))) { goto IL_001d; } } { // throw new ZipException("Data descriptor signature not found"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_2 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_2, _stringLiteral3ADDE82D7E59D5F506F116D0B7AA1FBFE9EB0164, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZipInputStream_ReadDataDescriptor_m1A4BE420AC637E8AF04A55385F0EB0723DA0CD7B_RuntimeMethod_var); } IL_001d: { // entry.Crc = inputBuffer.ReadLeInt() & 0xFFFFFFFFL; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = __this->get_entry_12(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_4 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_4); int32_t L_5 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_4, /*hidden argument*/NULL); NullCheck(L_3); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_3, ((int64_t)((int64_t)(((int64_t)((int64_t)L_5)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL); // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = __this->get_entry_12(); NullCheck(L_6); bool L_7 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0068; } } { // csize = inputBuffer.ReadLeLong(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_8 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_8); int64_t L_9 = InflaterInputBuffer_ReadLeLong_mB17DB6569340CFE44F7406D041E087F3FB89D756(L_8, /*hidden argument*/NULL); ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8(L_9); // size = inputBuffer.ReadLeLong(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_10 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_10); int64_t L_11 = InflaterInputBuffer_ReadLeLong_mB17DB6569340CFE44F7406D041E087F3FB89D756(L_10, /*hidden argument*/NULL); __this->set_size_13(L_11); // } else { goto IL_008c; } IL_0068: { // csize = inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_12 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_12); int32_t L_13 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_12, /*hidden argument*/NULL); ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8((((int64_t)((int64_t)L_13)))); // size = inputBuffer.ReadLeInt(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_14 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_14); int32_t L_15 = InflaterInputBuffer_ReadLeInt_m9965C67F9DF39966E64AF1E1B7729925BB094E9E(L_14, /*hidden argument*/NULL); __this->set_size_13((((int64_t)((int64_t)L_15)))); } IL_008c: { // entry.CompressedSize = csize; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = __this->get_entry_12(); int64_t L_17 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); NullCheck(L_16); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_16, L_17, /*hidden argument*/NULL); // entry.Size = size; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_18 = __this->get_entry_12(); int64_t L_19 = __this->get_size_13(); NullCheck(L_18); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_18, L_19, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::CompleteCloseEntry(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, bool ___testCrc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // StopDecrypting(); InflaterInputStream_StopDecrypting_m4510642D2D2E87E28F461861E9388BD4E2C27AC9(__this, /*hidden argument*/NULL); // if ((flags & 8) != 0) { int32_t L_0 = __this->get_flags_15(); if (!((int32_t)((int32_t)L_0&(int32_t)8))) { goto IL_0016; } } { // ReadDataDescriptor(); ZipInputStream_ReadDataDescriptor_m1A4BE420AC637E8AF04A55385F0EB0723DA0CD7B(__this, /*hidden argument*/NULL); } IL_0016: { // size = 0; __this->set_size_13((((int64_t)((int64_t)0)))); // if (testCrc && // ((crc.Value & 0xFFFFFFFFL) != entry.Crc) && (entry.Crc != -1)) { bool L_1 = ___testCrc0; if (!L_1) { goto IL_0056; } } { Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_2 = __this->get_crc_11(); NullCheck(L_2); int64_t L_3 = Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C(L_2, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = __this->get_entry_12(); NullCheck(L_4); int64_t L_5 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_4, /*hidden argument*/NULL); if ((((int64_t)((int64_t)((int64_t)L_3&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) == ((int64_t)L_5))) { goto IL_0056; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = __this->get_entry_12(); NullCheck(L_6); int64_t L_7 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_6, /*hidden argument*/NULL); if ((((int64_t)L_7) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0056; } } { // throw new ZipException("CRC mismatch"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteral28F399C74F745B3A0C801C31B75994EA9E11393A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA_RuntimeMethod_var); } IL_0056: { // crc.Reset(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_9 = __this->get_crc_11(); NullCheck(L_9); Crc32_Reset_m587EBB53F23B63100879644D1BE5E809096DD167(L_9, /*hidden argument*/NULL); // if (method == (int)CompressionMethod.Deflated) { int32_t L_10 = __this->get_method_14(); if ((!(((uint32_t)L_10) == ((uint32_t)8)))) { goto IL_0075; } } { // inf.Reset(); Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_11 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_11); Inflater_Reset_mD3823246E680768A4714C592633808378D2169EB(L_11, /*hidden argument*/NULL); } IL_0075: { // entry = null; __this->set_entry_12((ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::CloseEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int64_t V_1 = 0; { // if (crc == null) { Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_0 = __this->get_crc_11(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Closed"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteral88D86B7721D587644E9C4CF33A084202CB3B0FF0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74_RuntimeMethod_var); } IL_0013: { // if (entry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = __this->get_entry_12(); if (L_2) { goto IL_001c; } } { // return; return; } IL_001c: { // if (method == (int)CompressionMethod.Deflated) { int32_t L_3 = __this->get_method_14(); if ((!(((uint32_t)L_3) == ((uint32_t)8)))) { goto IL_007e; } } { // if ((flags & 8) != 0) { int32_t L_4 = __this->get_flags_15(); if (!((int32_t)((int32_t)L_4&(int32_t)8))) { goto IL_0049; } } { // byte[] tmp = new byte[4096]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_0 = L_5; } IL_003a: { // while (Read(tmp, 0, tmp.Length) > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_003a; } } { // return; return; } IL_0049: { // csize -= inf.TotalIn; int64_t L_9 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_10 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_10); int64_t L_11 = Inflater_get_TotalIn_m125EFED1EF4EDB449818C640656D173542990A0A(L_10, /*hidden argument*/NULL); ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8(((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)L_11))); // inputBuffer.Available += inf.RemainingInput; InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_12 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_13 = L_12; NullCheck(L_13); int32_t L_14 = InflaterInputBuffer_get_Available_mF209F9BFE7D3BA34C0EBB6C76082B6B69975F3FB_inline(L_13, /*hidden argument*/NULL); Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_15 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_15); int32_t L_16 = Inflater_get_RemainingInput_mFF3A3D963512E3FE1C759394645FC2536BDE74E1(L_15, /*hidden argument*/NULL); NullCheck(L_13); InflaterInputBuffer_set_Available_m0DCD05758C7EC5A5EDDD2340EC759023A539D2EE_inline(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_16)), /*hidden argument*/NULL); } IL_007e: { // if ((inputBuffer.Available > csize) && (csize >= 0)) { InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_17 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_17); int32_t L_18 = InflaterInputBuffer_get_Available_mF209F9BFE7D3BA34C0EBB6C76082B6B69975F3FB_inline(L_17, /*hidden argument*/NULL); int64_t L_19 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)(((int64_t)((int64_t)L_18)))) <= ((int64_t)L_19))) { goto IL_00bd; } } { int64_t L_20 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)L_20) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00bd; } } { // inputBuffer.Available = (int)((long)inputBuffer.Available - csize); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_21 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_22 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_22); int32_t L_23 = InflaterInputBuffer_get_Available_mF209F9BFE7D3BA34C0EBB6C76082B6B69975F3FB_inline(L_22, /*hidden argument*/NULL); int64_t L_24 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); NullCheck(L_21); InflaterInputBuffer_set_Available_m0DCD05758C7EC5A5EDDD2340EC759023A539D2EE_inline(L_21, (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)L_23))), (int64_t)L_24))))), /*hidden argument*/NULL); // } else { goto IL_0117; } IL_00bd: { // csize -= inputBuffer.Available; int64_t L_25 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_26 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_26); int32_t L_27 = InflaterInputBuffer_get_Available_mF209F9BFE7D3BA34C0EBB6C76082B6B69975F3FB_inline(L_26, /*hidden argument*/NULL); ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8(((int64_t)il2cpp_codegen_subtract((int64_t)L_25, (int64_t)(((int64_t)((int64_t)L_27)))))); // inputBuffer.Available = 0; InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_28 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_28); InflaterInputBuffer_set_Available_m0DCD05758C7EC5A5EDDD2340EC759023A539D2EE_inline(L_28, 0, /*hidden argument*/NULL); goto IL_010f; } IL_00e4: { // long skipped = Skip(csize); int64_t L_29 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); int64_t L_30 = InflaterInputStream_Skip_mE4998847EED9FD5152B8F652F2DAE785FE8B95C4(__this, L_29, /*hidden argument*/NULL); V_1 = L_30; // if (skipped <= 0) { int64_t L_31 = V_1; if ((((int64_t)L_31) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0101; } } { // throw new ZipException("Zip archive ends early."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_32 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_32, _stringLiteral55C255851B646A3892F7F3434871569A0DD7C010, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ZipInputStream_CloseEntry_m7F6EAE56EE8C596CD58C46C3DA1407F14113DF74_RuntimeMethod_var); } IL_0101: { // csize -= skipped; int64_t L_33 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); int64_t L_34 = V_1; ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8(((int64_t)il2cpp_codegen_subtract((int64_t)L_33, (int64_t)L_34))); } IL_010f: { // while (csize != 0) { int64_t L_35 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if (L_35) { goto IL_00e4; } } IL_0117: { // CompleteCloseEntry(false); ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::get_Available() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_get_Available_m87AE72BFCF74B1728C773BCD245B61C40F551302 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { { // return entry != null ? 1 : 0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_entry_12(); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { return 1; } } // System.Int64 ICSharpCode.SharpZipLib.Zip.ZipInputStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZipInputStream_get_Length_m77215C3768D8561A05FE994B0A51C106623A4929 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_get_Length_m77215C3768D8561A05FE994B0A51C106623A4929_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (entry != null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_entry_12(); if (!L_0) { goto IL_002e; } } { // if (entry.Size >= 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = __this->get_entry_12(); NullCheck(L_1); int64_t L_2 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_1, /*hidden argument*/NULL); if ((((int64_t)L_2) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0023; } } { // return entry.Size; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_3 = __this->get_entry_12(); NullCheck(L_3); int64_t L_4 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_3, /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ZipException("Length not available for the current entry"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_5 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_5, _stringLiteralD20B7C9ED28C101780465B24E305E5A42465758E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ZipInputStream_get_Length_m77215C3768D8561A05FE994B0A51C106623A4929_RuntimeMethod_var); } IL_002e: { // throw new InvalidOperationException("No current entry"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, _stringLiteralEBBC58B71D913EACDF3EB581D353CBF77B78647C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ZipInputStream_get_Length_m77215C3768D8561A05FE994B0A51C106623A4929_RuntimeMethod_var); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_ReadByte_m54F86B51E96C87123F9DD75AF56CE81FC7B37433 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_ReadByte_m54F86B51E96C87123F9DD75AF56CE81FC7B37433_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { // byte[] b = new byte[1]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); V_0 = L_0; // if (Read(b, 0, 1) <= 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = V_0; int32_t L_2 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_1, 0, 1); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0015; } } { // return -1; return (-1); } IL_0015: { // return b[0] & 0xff; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); return ((int32_t)((int32_t)L_5&(int32_t)((int32_t)255))); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::ReadingNotAvailable(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___destination0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // throw new InvalidOperationException("Unable to read from this stream"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, _stringLiteral7FF255E0E549DF428EB124D07D0EF1E4485FAB1B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_RuntimeMethod_var); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::ReadingNotSupported(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_ReadingNotSupported_m1C6002F8A46402C1F359A401928E19610DD0CCA1 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___destination0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_ReadingNotSupported_m1C6002F8A46402C1F359A401928E19610DD0CCA1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // throw new ZipException("The compression method for this entry is not supported"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_0 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_0, _stringLiteral4E9A410CD2F571863FC818C8769DC0EF04C55A85, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ZipInputStream_ReadingNotSupported_m1C6002F8A46402C1F359A401928E19610DD0CCA1_RuntimeMethod_var); } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::InitialRead(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___destination0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_MetadataUsageId); s_Il2CppMethodInitialized = true; } PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; { // if (!CanDecompressEntry) { bool L_0 = ZipInputStream_get_CanDecompressEntry_mED6F260EE511DF085343D39D2F847047AECB3B47(__this, /*hidden argument*/NULL); if (L_0) { goto IL_002d; } } { // throw new ZipException("Library cannot extract this entry. Version required is (" + entry.Version + ")"); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = __this->get_entry_12(); NullCheck(L_1); int32_t L_2 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral00AB77A6C5B44F108D7F8FA025792B1B09305D94, L_4, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_6 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_RuntimeMethod_var); } IL_002d: { // if (entry.IsCrypted) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = __this->get_entry_12(); NullCheck(L_7); bool L_8 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00f5; } } { // if (password == null) { String_t* L_9 = __this->get_password_16(); if (L_9) { goto IL_0050; } } { // throw new ZipException("No password set."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_10 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_10, _stringLiteralE2F762F9BC02EAABF52B8D572D72A9C2BC55B6AE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_RuntimeMethod_var); } IL_0050: { // var managed = new PkzipClassicManaged(); PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * L_11 = (PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 *)il2cpp_codegen_object_new(PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455_il2cpp_TypeInfo_var); PkzipClassicManaged__ctor_mD188C973342366C8D0CF193B08154C058F8EDB7D(L_11, /*hidden argument*/NULL); V_0 = L_11; // byte[] key = PkzipClassic.GenerateKeys(ZipConstants.ConvertToArray(password)); String_t* L_12 = __this->get_password_16(); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ZipConstants_ConvertToArray_m832915B5FA431F694835B645E7D39B73B55C8EB0(L_12, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = PkzipClassic_GenerateKeys_m44A15BD68503EEF7D2C66B36764484BBB8640667(L_13, /*hidden argument*/NULL); V_1 = L_14; // inputBuffer.CryptoTransform = managed.CreateDecryptor(key, null); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_15 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); PkzipClassicManaged_t36A8DC60A82166FD38A92976A05B49CF9FEE9455 * L_16 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; NullCheck(L_16); RuntimeObject* L_18 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(24 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor(System.Byte[],System.Byte[]) */, L_16, L_17, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); NullCheck(L_15); InflaterInputBuffer_set_CryptoTransform_m265E43DDD3FFA861235A5C817BA79DC77F71B465(L_15, L_18, /*hidden argument*/NULL); // byte[] cryptbuffer = new byte[ZipConstants.CryptoHeaderSize]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); V_2 = L_19; // inputBuffer.ReadClearTextBuffer(cryptbuffer, 0, ZipConstants.CryptoHeaderSize); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_20 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2; NullCheck(L_20); InflaterInputBuffer_ReadClearTextBuffer_mE5653675A77BAC8C283B6BD4EAB6C2B73A88006E(L_20, L_21, 0, ((int32_t)12), /*hidden argument*/NULL); // if (cryptbuffer[ZipConstants.CryptoHeaderSize - 1] != entry.CryptoCheckValue) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_2; NullCheck(L_22); int32_t L_23 = ((int32_t)11); uint8_t L_24 = (L_22)->GetAt(static_cast(L_23)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_25 = __this->get_entry_12(); NullCheck(L_25); uint8_t L_26 = ZipEntry_get_CryptoCheckValue_m63F203F5D7A7488E7D677FF993227BF0F02A1FF2_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)L_26))) { goto IL_00ae; } } { // throw new ZipException("Invalid password"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_27 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_27, _stringLiteral97FF6884D6FF311DA211B0E940033CE43E5221B2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_RuntimeMethod_var); } IL_00ae: { // if (csize >= ZipConstants.CryptoHeaderSize) { int64_t L_28 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)L_28) < ((int64_t)(((int64_t)((int64_t)((int32_t)12))))))) { goto IL_00cb; } } { // csize -= ZipConstants.CryptoHeaderSize; int64_t L_29 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8(((int64_t)il2cpp_codegen_subtract((int64_t)L_29, (int64_t)(((int64_t)((int64_t)((int32_t)12))))))); // } else if ((entry.Flags & (int)GeneralBitFlags.Descriptor) == 0) { goto IL_0101; } IL_00cb: { // } else if ((entry.Flags & (int)GeneralBitFlags.Descriptor) == 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_30 = __this->get_entry_12(); NullCheck(L_30); int32_t L_31 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_30, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_31&(int32_t)8))) { goto IL_0101; } } { // throw new ZipException(string.Format("Entry compressed size {0} too small for encryption", csize)); int64_t L_32 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); int64_t L_33 = L_32; RuntimeObject * L_34 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_33); String_t* L_35 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralEFAD5A966FB9FE0D9FC8E60B6673DB42ADBE110D, L_34, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_36 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ZipInputStream_InitialRead_m2479CA830355BE47EE8BDE4971AB41FC9F32A8BB_RuntimeMethod_var); } IL_00f5: { // inputBuffer.CryptoTransform = null; InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_37 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_37); InflaterInputBuffer_set_CryptoTransform_m265E43DDD3FFA861235A5C817BA79DC77F71B465(L_37, (RuntimeObject*)NULL, /*hidden argument*/NULL); } IL_0101: { // if ((csize > 0) || ((flags & (int)GeneralBitFlags.Descriptor) != 0)) { int64_t L_38 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)L_38) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0115; } } { int32_t L_39 = __this->get_flags_15(); if (!((int32_t)((int32_t)L_39&(int32_t)8))) { goto IL_0159; } } IL_0115: { // if ((method == (int)CompressionMethod.Deflated) && (inputBuffer.Available > 0)) { int32_t L_40 = __this->get_method_14(); if ((!(((uint32_t)L_40) == ((uint32_t)8)))) { goto IL_013d; } } { InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_41 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); NullCheck(L_41); int32_t L_42 = InflaterInputBuffer_get_Available_mF209F9BFE7D3BA34C0EBB6C76082B6B69975F3FB_inline(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_013d; } } { // inputBuffer.SetInflaterInput(inf); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_43 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_44 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_43); InflaterInputBuffer_SetInflaterInput_m2499712D7982EBC6B3DC1E58423816D1BFEE829C(L_43, L_44, /*hidden argument*/NULL); } IL_013d: { // internalReader = new ReadDataHandler(BodyRead); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_45 = (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 *)il2cpp_codegen_object_new(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var); ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F(L_45, __this, (intptr_t)((intptr_t)ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalReader_10(L_45); // return BodyRead(destination, offset, count); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = ___destination0; int32_t L_47 = ___offset1; int32_t L_48 = ___count2; int32_t L_49 = ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189(__this, L_46, L_47, L_48, /*hidden argument*/NULL); return L_49; } IL_0159: { // internalReader = new ReadDataHandler(ReadingNotAvailable); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_50 = (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 *)il2cpp_codegen_object_new(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var); ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F(L_50, __this, (intptr_t)((intptr_t)ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalReader_10(L_50); // return 0; return 0; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (buffer == null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(buffer)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral10F082D726A89BE44E7FD1D9348179517E9E74EF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9_RuntimeMethod_var); } IL_000e: { // if (offset < 0) { int32_t L_2 = ___offset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { // throw new ArgumentOutOfRangeException("nameof(offset)", "Cannot be negative"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral9451E60E20B49641E7C0D52EA4618AA9F0BA8643, _stringLiteral8CF170CED3FC0E56C029056591A6714E886F2A07, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9_RuntimeMethod_var); } IL_0022: { // if (count < 0) { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { // throw new ArgumentOutOfRangeException("nameof(count)", "Cannot be negative"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral73F82E4E7E85B491E923DAD15E3CF2088969CC90, _stringLiteral8CF170CED3FC0E56C029056591A6714E886F2A07, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9_RuntimeMethod_var); } IL_0036: { // if ((buffer.Length - offset) < count) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0; NullCheck(L_6); int32_t L_7 = ___offset1; int32_t L_8 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0049; } } { // throw new ArgumentException("Invalid offset/count combination"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, _stringLiteralA58B1470289CBC589F8FEB29C9CD13CB3091361D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ZipInputStream_Read_m82766279D174BA8646B3B542FBBA592C285ECDE9_RuntimeMethod_var); } IL_0049: { // return internalReader(buffer, offset, count); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_10 = __this->get_internalReader_10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0; int32_t L_12 = ___offset1; int32_t L_13 = ___count2; NullCheck(L_10); int32_t L_14 = ReadDataHandler_Invoke_m33D42FEB4AD9470935B681334FE980553448CE02(L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream::BodyRead(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189 (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { // if (crc == null) { Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_0 = __this->get_crc_11(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Closed"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteral88D86B7721D587644E9C4CF33A084202CB3B0FF0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_RuntimeMethod_var); } IL_0013: { // if ((entry == null) || (count <= 0)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_2 = __this->get_entry_12(); if (!L_2) { goto IL_001f; } } { int32_t L_3 = ___count2; if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_0021; } } IL_001f: { // return 0; return 0; } IL_0021: { // if (offset + count > buffer.Length) { int32_t L_4 = ___offset1; int32_t L_5 = ___count2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0; NullCheck(L_6); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))))) { goto IL_0034; } } { // throw new ArgumentException("Offset + count exceeds buffer size"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, _stringLiteralE199D5075238AB0EA489599762F94634A17C5AAD, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_RuntimeMethod_var); } IL_0034: { // bool finished = false; V_0 = (bool)0; // switch (method) { int32_t L_8 = __this->get_method_14(); V_1 = L_8; int32_t L_9 = V_1; if (!L_9) { goto IL_0153; } } { int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)8)))) { goto IL_01c1; } } { // count = base.Read(buffer, offset, count); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0; int32_t L_12 = ___offset1; int32_t L_13 = ___count2; int32_t L_14 = InflaterInputStream_Read_m0C8D9F1B767EE8F928C484BB8F85459AC60F5BA1(__this, L_11, L_12, L_13, /*hidden argument*/NULL); ___count2 = L_14; // if (count <= 0) { int32_t L_15 = ___count2; if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_01c1; } } { // if (!inf.IsFinished) { Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_16 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_16); bool L_17 = Inflater_get_IsFinished_mDAAEEAD71D9832EC9650C30071D6F82CFA33901F(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0074; } } { // throw new ZipException("Inflater not finished!"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_18 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_18, _stringLiteral71B28EE5DB9F48F069D7990AD122D7F48C2F543E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_RuntimeMethod_var); } IL_0074: { // inputBuffer.Available = inf.RemainingInput; InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_19 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_20 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_20); int32_t L_21 = Inflater_get_RemainingInput_mFF3A3D963512E3FE1C759394645FC2536BDE74E1(L_20, /*hidden argument*/NULL); NullCheck(L_19); InflaterInputBuffer_set_Available_m0DCD05758C7EC5A5EDDD2340EC759023A539D2EE_inline(L_19, L_21, /*hidden argument*/NULL); // if ((flags & 8) == 0 && // (inf.TotalIn != csize && csize != 0xFFFFFFFF && csize != -1 || inf.TotalOut != size)) { int32_t L_22 = __this->get_flags_15(); if (((int32_t)((int32_t)L_22&(int32_t)8))) { goto IL_0144; } } { Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_23 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_23); int64_t L_24 = Inflater_get_TotalIn_m125EFED1EF4EDB449818C640656D173542990A0A(L_23, /*hidden argument*/NULL); int64_t L_25 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)L_24) == ((int64_t)L_25))) { goto IL_00be; } } { int64_t L_26 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)L_26) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00be; } } { int64_t L_27 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((!(((uint64_t)L_27) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_00d1; } } IL_00be: { Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_28 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_28); int64_t L_29 = Inflater_get_TotalOut_m597FDC97C605BBFF4996371B68C96D7E9E68E743_inline(L_28, /*hidden argument*/NULL); int64_t L_30 = __this->get_size_13(); if ((((int64_t)L_29) == ((int64_t)L_30))) { goto IL_0144; } } IL_00d1: { // throw new ZipException("Size mismatch: " + csize + ";" + size + " <-> " + inf.TotalIn + ";" + inf.TotalOut); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)8); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteralCCD8BEB3BB0DAC8CF7C318D6EE614D80B509D049); (L_32)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralCCD8BEB3BB0DAC8CF7C318D6EE614D80B509D049); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_32; int64_t L_34 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); int64_t L_35 = L_34; RuntimeObject * L_36 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_35); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_36); (L_33)->SetAt(static_cast(1), (RuntimeObject *)L_36); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = L_33; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312); (L_37)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_37; int64_t L_39 = __this->get_size_13(); int64_t L_40 = L_39; RuntimeObject * L_41 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(3), (RuntimeObject *)L_41); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = L_38; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteralC4755A23D6BCF1BD11CC7BC87E0760FFB09B2E02); (L_42)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteralC4755A23D6BCF1BD11CC7BC87E0760FFB09B2E02); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42; Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_44 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_44); int64_t L_45 = Inflater_get_TotalIn_m125EFED1EF4EDB449818C640656D173542990A0A(L_44, /*hidden argument*/NULL); int64_t L_46 = L_45; RuntimeObject * L_47 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_46); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_47); (L_43)->SetAt(static_cast(5), (RuntimeObject *)L_47); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_43; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312); (L_48)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = L_48; Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_50 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_50); int64_t L_51 = Inflater_get_TotalOut_m597FDC97C605BBFF4996371B68C96D7E9E68E743_inline(L_50, /*hidden argument*/NULL); int64_t L_52 = L_51; RuntimeObject * L_53 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_52); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_53); (L_49)->SetAt(static_cast(7), (RuntimeObject *)L_53); String_t* L_54 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_49, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_55 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_55, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_RuntimeMethod_var); } IL_0144: { // inf.Reset(); Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * L_56 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inf_5(); NullCheck(L_56); Inflater_Reset_mD3823246E680768A4714C592633808378D2169EB(L_56, /*hidden argument*/NULL); // finished = true; V_0 = (bool)1; // break; goto IL_01c1; } IL_0153: { // if ((count > csize) && (csize >= 0)) { int32_t L_57 = ___count2; int64_t L_58 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)(((int64_t)((int64_t)L_57)))) <= ((int64_t)L_58))) { goto IL_0170; } } { int64_t L_59 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if ((((int64_t)L_59) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0170; } } { // count = (int)csize; int64_t L_60 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); ___count2 = (((int32_t)((int32_t)L_60))); } IL_0170: { // if (count > 0) { int32_t L_61 = ___count2; if ((((int32_t)L_61) <= ((int32_t)0))) { goto IL_01a6; } } { // count = inputBuffer.ReadClearTextBuffer(buffer, offset, count); InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * L_62 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_inputBuffer_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = ___buffer0; int32_t L_64 = ___offset1; int32_t L_65 = ___count2; NullCheck(L_62); int32_t L_66 = InflaterInputBuffer_ReadClearTextBuffer_mE5653675A77BAC8C283B6BD4EAB6C2B73A88006E(L_62, L_63, L_64, L_65, /*hidden argument*/NULL); ___count2 = L_66; // if (count > 0) { int32_t L_67 = ___count2; if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_01a6; } } { // csize -= count; int64_t L_68 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); int32_t L_69 = ___count2; ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->set_csize_8(((int64_t)il2cpp_codegen_subtract((int64_t)L_68, (int64_t)(((int64_t)((int64_t)L_69)))))); // size -= count; int64_t L_70 = __this->get_size_13(); int32_t L_71 = ___count2; __this->set_size_13(((int64_t)il2cpp_codegen_subtract((int64_t)L_70, (int64_t)(((int64_t)((int64_t)L_71)))))); } IL_01a6: { // if (csize == 0) { int64_t L_72 = ((InflaterInputStream_t943284E48E1B102F367CDF93DB24201C3FB7E0D7 *)__this)->get_csize_8(); if (L_72) { goto IL_01b2; } } { // finished = true; V_0 = (bool)1; // } else { goto IL_01c1; } IL_01b2: { // if (count < 0) { int32_t L_73 = ___count2; if ((((int32_t)L_73) >= ((int32_t)0))) { goto IL_01c1; } } { // throw new ZipException("EOF in stored block"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_74 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_74, _stringLiteral1EC8180CA31F906F1FD25BA826BCE2A53CE8D048, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ZipInputStream_BodyRead_m42C77BD6D161AB8781EAAC40E1F351B79766D189_RuntimeMethod_var); } IL_01c1: { // if (count > 0) { int32_t L_75 = ___count2; if ((((int32_t)L_75) <= ((int32_t)0))) { goto IL_01d3; } } { // crc.Update(buffer, offset, count); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_76 = __this->get_crc_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = ___buffer0; int32_t L_78 = ___offset1; int32_t L_79 = ___count2; NullCheck(L_76); Crc32_Update_m78D56FFB9222D89BCD3BC6029B7C20DD2A0DE0C8(L_76, L_77, L_78, L_79, /*hidden argument*/NULL); } IL_01d3: { // if (finished) { bool L_80 = V_0; if (!L_80) { goto IL_01dd; } } { // CompleteCloseEntry(true); ZipInputStream_CompleteCloseEntry_m6DDF5A9ECB71A5E9A39EA480335FCE2A9AE2C7EA(__this, (bool)1, /*hidden argument*/NULL); } IL_01dd: { // return count; int32_t L_81 = ___count2; return L_81; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipInputStream_Dispose_m807C8B3F52598E082168C1A5DA8A47A865E277CA (ZipInputStream_tC8C4452008E6C6EDB69C966D65A138D55F678D30 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipInputStream_Dispose_m807C8B3F52598E082168C1A5DA8A47A865E277CA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // internalReader = new ReadDataHandler(ReadingNotAvailable); ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * L_0 = (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 *)il2cpp_codegen_object_new(ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3_il2cpp_TypeInfo_var); ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F(L_0, __this, (intptr_t)((intptr_t)ZipInputStream_ReadingNotAvailable_mFCA1F04CF7864870B9FF8B6D4C3659EC2B2EC593_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalReader_10(L_0); // crc = null; __this->set_crc_11((Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)NULL); // entry = null; __this->set_entry_12((ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)NULL); // base.Dispose(disposing); bool L_1 = ___disposing0; InflaterInputStream_Dispose_m5D87AAD98A045A30C5F9038EED211335F2C79D2B(__this, L_1, /*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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___b0' to native representation uint8_t* ____b0_marshaled = NULL; if (___b0 != NULL) { ____b0_marshaled = reinterpret_cast((___b0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____b0_marshaled, ___offset1, ___length2); return returnValue; } // System.Void ICSharpCode.SharpZipLib.Zip.ZipInputStream_ReadDataHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadDataHandler__ctor_m63F850529689FDF96EEDEE3BC1AC920EA71B8B0F (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * __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.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream_ReadDataHandler::Invoke(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDataHandler_Invoke_m33D42FEB4AD9470935B681334FE980553448CE02 (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 (!il2cpp_codegen_method_is_virtual(targetMethod)) { 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 int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___b0, ___offset1, ___length2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___b0, ___offset1, ___length2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___b0, ___offset1, ___length2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___b0, ___offset1, ___length2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___b0, ___offset1, ___length2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___b0, ___offset1, ___length2); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___offset1) - 1), ___length2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___b0, ___offset1, ___length2, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___b0, ___offset1, ___length2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___b0, ___offset1, ___length2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___b0, ___offset1, ___length2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___b0, ___offset1, ___length2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___b0, ___offset1, ___length2); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___b0) - 1), ___offset1, ___length2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___b0, ___offset1, ___length2, targetMethod); } } } } return result; } // System.IAsyncResult ICSharpCode.SharpZipLib.Zip.ZipInputStream_ReadDataHandler::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadDataHandler_BeginInvoke_mF4FBE8A783666CE1CEFA18531A6A0753D7C4675E (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, int32_t ___offset1, int32_t ___length2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadDataHandler_BeginInvoke_mF4FBE8A783666CE1CEFA18531A6A0753D7C4675E_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___b0; __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___length2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipInputStream_ReadDataHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDataHandler_EndInvoke_m606C581C114F2EDBE137839F5630F452680DB50A (ReadDataHandler_tA39AB917F15644C55A84EDAD42FE83AB0236CFB3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipNameTransform__ctor_m2527EB4C37238872537C58AFA8FCD56E72F509A5 (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, const RuntimeMethod* method) { { // public ZipNameTransform() Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipNameTransform__ctor_mFD814195468A1D37F18241E36D7822FF18B716D0 (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, String_t* ___trimPrefix0, const RuntimeMethod* method) { { // public ZipNameTransform(string trimPrefix) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // TrimPrefix = trimPrefix; String_t* L_0 = ___trimPrefix0; ZipNameTransform_set_TrimPrefix_mA9F168A902ED4C95AA248E7A32837DCD2150DDAB(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipNameTransform__cctor_m389AA7AFEFA48ECFEA82C6934674A7D7008B4A65 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform__cctor_m389AA7AFEFA48ECFEA82C6934674A7D7008B4A65_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL; int32_t V_1 = 0; { // invalidPathChars = Path.GetInvalidPathChars(); IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = Path_GetInvalidPathChars_m0C84DE22306A8BB60AC6FF5486B9270DA99C6B76(/*hidden argument*/NULL); V_0 = L_0; // int howMany = invalidPathChars.Length + 2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = V_0; NullCheck(L_1); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)2)); // InvalidEntryCharsRelaxed = new char[howMany]; int32_t L_2 = V_1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2); ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->set_InvalidEntryCharsRelaxed_2(L_3); // Array.Copy(invalidPathChars, 0, InvalidEntryCharsRelaxed, 0, invalidPathChars.Length); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_0; NullCheck(L_6); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL); // InvalidEntryCharsRelaxed[howMany - 1] = '*'; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); int32_t L_8 = V_1; NullCheck(L_7); (L_7)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))), (Il2CppChar)((int32_t)42)); // InvalidEntryCharsRelaxed[howMany - 2] = '?'; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); int32_t L_10 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)2))), (Il2CppChar)((int32_t)63)); // howMany = invalidPathChars.Length + 4; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_0; NullCheck(L_11); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), (int32_t)4)); // InvalidEntryChars = new char[howMany]; int32_t L_12 = V_1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_12); ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->set_InvalidEntryChars_1(L_13); // Array.Copy(invalidPathChars, 0, InvalidEntryChars, 0, invalidPathChars.Length); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_0; NullCheck(L_16); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))), /*hidden argument*/NULL); // InvalidEntryChars[howMany - 1] = ':'; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_18 = V_1; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1))), (Il2CppChar)((int32_t)58)); // InvalidEntryChars[howMany - 2] = '\\'; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_20 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)2))), (Il2CppChar)((int32_t)92)); // InvalidEntryChars[howMany - 3] = '*'; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_22 = V_1; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)3))), (Il2CppChar)((int32_t)42)); // InvalidEntryChars[howMany - 4] = '?'; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_24 = V_1; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)4))), (Il2CppChar)((int32_t)63)); // } return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::TransformDirectory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipNameTransform_TransformDirectory_m17CE6A9D76C76CB688A1911F4915299B3B7A62AD (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_TransformDirectory_m17CE6A9D76C76CB688A1911F4915299B3B7A62AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // name = TransformFile(name); String_t* L_0 = ___name0; String_t* L_1 = ZipNameTransform_TransformFile_m9F8A945CA905D332202F8E8B0C591BC0F15A75C9(__this, L_0, /*hidden argument*/NULL); ___name0 = L_1; // if (name.Length > 0) { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002f; } } { // if (!name.EndsWith("/", StringComparison.Ordinal)) { String_t* L_4 = ___name0; NullCheck(L_4); bool L_5 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(L_4, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, 4, /*hidden argument*/NULL); if (L_5) { goto IL_003a; } } { // name += "/"; String_t* L_6 = ___name0; String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); ___name0 = L_7; // } else { goto IL_003a; } IL_002f: { // throw new ZipException("Cannot have an empty directory name"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_8 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_8, _stringLiteralB07D9ED92A8817894786071294C9FE8FEDE76863, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ZipNameTransform_TransformDirectory_m17CE6A9D76C76CB688A1911F4915299B3B7A62AD_RuntimeMethod_var); } IL_003a: { // return name; String_t* L_9 = ___name0; return L_9; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::TransformFile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipNameTransform_TransformFile_m9F8A945CA905D332202F8E8B0C591BC0F15A75C9 (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_TransformFile_m9F8A945CA905D332202F8E8B0C591BC0F15A75C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { // if (name != null) { String_t* L_0 = ___name0; if (!L_0) { goto IL_00d5; } } { // string lowerName = name.ToLower(); String_t* L_1 = ___name0; NullCheck(L_1); String_t* L_2 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_1, /*hidden argument*/NULL); V_0 = L_2; // if ((trimPrefix_ != null) && (lowerName.IndexOf(trimPrefix_, StringComparison.Ordinal) == 0)) { String_t* L_3 = __this->get_trimPrefix__0(); if (!L_3) { goto IL_0037; } } { String_t* L_4 = V_0; String_t* L_5 = __this->get_trimPrefix__0(); NullCheck(L_4); int32_t L_6 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_4, L_5, 4, /*hidden argument*/NULL); if (L_6) { goto IL_0037; } } { // name = name.Substring(trimPrefix_.Length); String_t* L_7 = ___name0; String_t* L_8 = __this->get_trimPrefix__0(); NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_10 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_7, L_9, /*hidden argument*/NULL); ___name0 = L_10; } IL_0037: { // name = name.Replace(@"\", "/"); String_t* L_11 = ___name0; NullCheck(L_11); String_t* L_12 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_11, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); ___name0 = L_12; // name = WindowsPathUtils.DropPathRoot(name); String_t* L_13 = ___name0; String_t* L_14 = WindowsPathUtils_DropPathRoot_m16EE649989C739762825CD3A6E9EB2154FFA08F2(L_13, /*hidden argument*/NULL); ___name0 = L_14; goto IL_005d; } IL_0053: { // name = name.Remove(0, 1); String_t* L_15 = ___name0; NullCheck(L_15); String_t* L_16 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_15, 0, 1, /*hidden argument*/NULL); ___name0 = L_16; } IL_005d: { // while ((name.Length > 0) && (name[0] == '/')) { String_t* L_17 = ___name0; NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0084; } } { String_t* L_19 = ___name0; NullCheck(L_19); Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, 0, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)47)))) { goto IL_0053; } } { goto IL_0084; } IL_0073: { // name = name.Remove(name.Length - 1, 1); String_t* L_21 = ___name0; String_t* L_22 = ___name0; NullCheck(L_22); int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_24 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), 1, /*hidden argument*/NULL); ___name0 = L_24; } IL_0084: { // while ((name.Length > 0) && (name[name.Length - 1] == '/')) { String_t* L_25 = ___name0; NullCheck(L_25); int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_009f; } } { String_t* L_27 = ___name0; String_t* L_28 = ___name0; NullCheck(L_28); int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL); NullCheck(L_27); Il2CppChar L_30 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)((int32_t)47)))) { goto IL_0073; } } IL_009f: { // int index = name.IndexOf("//", StringComparison.Ordinal); String_t* L_31 = ___name0; NullCheck(L_31); int32_t L_32 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_31, _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, 4, /*hidden argument*/NULL); V_1 = L_32; goto IL_00c5; } IL_00ae: { // name = name.Remove(index, 1); String_t* L_33 = ___name0; int32_t L_34 = V_1; NullCheck(L_33); String_t* L_35 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_33, L_34, 1, /*hidden argument*/NULL); ___name0 = L_35; // index = name.IndexOf("//", StringComparison.Ordinal); String_t* L_36 = ___name0; NullCheck(L_36); int32_t L_37 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_36, _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, 4, /*hidden argument*/NULL); V_1 = L_37; } IL_00c5: { // while (index >= 0) { int32_t L_38 = V_1; if ((((int32_t)L_38) >= ((int32_t)0))) { goto IL_00ae; } } { // name = MakeValidName(name, '_'); String_t* L_39 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); String_t* L_40 = ZipNameTransform_MakeValidName_mB2DFB9452E8290C2527EEF26C04E499C2BB25828(L_39, ((int32_t)95), /*hidden argument*/NULL); ___name0 = L_40; // } else { goto IL_00dc; } IL_00d5: { // name = string.Empty; String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___name0 = L_41; } IL_00dc: { // return name; String_t* L_42 = ___name0; return L_42; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::get_TrimPrefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipNameTransform_get_TrimPrefix_m368CE76F6E98B9309A4DCFBF0D227608AF7BFBAA (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, const RuntimeMethod* method) { { // get { return trimPrefix_; } String_t* L_0 = __this->get_trimPrefix__0(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipNameTransform::set_TrimPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipNameTransform_set_TrimPrefix_mA9F168A902ED4C95AA248E7A32837DCD2150DDAB (ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263 * __this, String_t* ___value0, const RuntimeMethod* method) { { // trimPrefix_ = value; String_t* L_0 = ___value0; __this->set_trimPrefix__0(L_0); // if (trimPrefix_ != null) { String_t* L_1 = __this->get_trimPrefix__0(); if (!L_1) { goto IL_0020; } } { // trimPrefix_ = trimPrefix_.ToLower(); String_t* L_2 = __this->get_trimPrefix__0(); NullCheck(L_2); String_t* L_3 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_2, /*hidden argument*/NULL); __this->set_trimPrefix__0(L_3); } IL_0020: { // } return; } } // System.String ICSharpCode.SharpZipLib.Zip.ZipNameTransform::MakeValidName(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZipNameTransform_MakeValidName_mB2DFB9452E8290C2527EEF26C04E499C2BB25828 (String_t* ___name0, Il2CppChar ___replacement1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_MakeValidName_mB2DFB9452E8290C2527EEF26C04E499C2BB25828_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; { // int index = name.IndexOfAny(InvalidEntryChars); String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); NullCheck(L_0); int32_t L_2 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (index >= 0) { int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0049; } } { // var builder = new StringBuilder(name); String_t* L_4 = ___name0; StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_003d; } IL_0019: { // builder[index] = replacement; StringBuilder_t * L_6 = V_1; int32_t L_7 = V_0; Il2CppChar L_8 = ___replacement1; NullCheck(L_6); StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_6, L_7, L_8, /*hidden argument*/NULL); // if (index >= name.Length) { int32_t L_9 = V_0; String_t* L_10 = ___name0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_002e; } } { // index = -1; V_0 = (-1); // } else { goto IL_003d; } IL_002e: { // index = name.IndexOfAny(InvalidEntryChars, index + 1); String_t* L_12 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); int32_t L_14 = V_0; NullCheck(L_12); int32_t L_15 = String_IndexOfAny_m30470EE6951771AE5E897773C8FC233DADBAE301(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_15; } IL_003d: { // while (index >= 0) { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0019; } } { // name = builder.ToString(); StringBuilder_t * L_17 = V_1; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); ___name0 = L_18; } IL_0049: { // if (name.Length > 0xffff) { String_t* L_19 = ___name0; NullCheck(L_19); int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)((int32_t)65535)))) { goto IL_005c; } } { // throw new PathTooLongException(); PathTooLongException_t8DFBC40E5D45388A65B3327CF0D1F677C0F923AA * L_21 = (PathTooLongException_t8DFBC40E5D45388A65B3327CF0D1F677C0F923AA *)il2cpp_codegen_object_new(PathTooLongException_t8DFBC40E5D45388A65B3327CF0D1F677C0F923AA_il2cpp_TypeInfo_var); PathTooLongException__ctor_m43D8612C5F39D3F8EB07946DADD9B43DB585995F(L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ZipNameTransform_MakeValidName_mB2DFB9452E8290C2527EEF26C04E499C2BB25828_RuntimeMethod_var); } IL_005c: { // return name; String_t* L_22 = ___name0; return L_22; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipNameTransform::IsValidName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipNameTransform_IsValidName_mCACCA77698E2D1C7C3EEC3B22A05EC4753C714C4 (String_t* ___name0, bool ___relaxed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_IsValidName_mCACCA77698E2D1C7C3EEC3B22A05EC4753C714C4_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B6_0 = 0; { // bool result = (name != null); String_t* L_0 = ___name0; V_0 = (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); // if (result) { bool L_1 = V_0; if (!L_1) { goto IL_0039; } } { // if (relaxed) { bool L_2 = ___relaxed1; if (!L_2) { goto IL_001c; } } { // result = name.IndexOfAny(InvalidEntryCharsRelaxed) < 0; String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryCharsRelaxed_2(); NullCheck(L_3); int32_t L_5 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_3, L_4, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_5) < ((int32_t)0))? 1 : 0); // } else { goto IL_0039; } IL_001c: { // result = // (name.IndexOfAny(InvalidEntryChars) < 0) && // (name.IndexOf('/') != 0); String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); NullCheck(L_6); int32_t L_8 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_6, L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0037; } } { String_t* L_9 = ___name0; NullCheck(L_9); int32_t L_10 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_9, ((int32_t)47), /*hidden argument*/NULL); G_B6_0 = ((!(((uint32_t)L_10) <= ((uint32_t)0)))? 1 : 0); goto IL_0038; } IL_0037: { G_B6_0 = 0; } IL_0038: { V_0 = (bool)G_B6_0; } IL_0039: { // return result; bool L_11 = V_0; return L_11; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipNameTransform::IsValidName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipNameTransform_IsValidName_m4DE25E720BEC14916A40BFB2D8D2D5438AE5D703 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipNameTransform_IsValidName_m4DE25E720BEC14916A40BFB2D8D2D5438AE5D703_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // bool result = // (name != null) && // (name.IndexOfAny(InvalidEntryChars) < 0) && // (name.IndexOf('/') != 0) // ; String_t* L_0 = ___name0; if (!L_0) { goto IL_001d; } } { String_t* L_1 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_StaticFields*)il2cpp_codegen_static_fields_for(ZipNameTransform_tF77DD056F2FEE7F6EC91D91ADF2C775A57FCD263_il2cpp_TypeInfo_var))->get_InvalidEntryChars_1(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_001d; } } { String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_4, ((int32_t)47), /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0); } IL_001d: { // return result; return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream__ctor_mFBE80464A6BC82C95F15FAB756A0FF7E003048A9 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseOutputStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream__ctor_mFBE80464A6BC82C95F15FAB756A0FF7E003048A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // List entries = new List(); List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_0 = (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *)il2cpp_codegen_object_new(List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA_il2cpp_TypeInfo_var); List_1__ctor_mF23E4535C275775FFA7397F4B1D5CB015F29E6BE(L_0, /*hidden argument*/List_1__ctor_mF23E4535C275775FFA7397F4B1D5CB015F29E6BE_RuntimeMethod_var); __this->set_entries_13(L_0); // Crc32 crc = new Crc32(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_1 = (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)il2cpp_codegen_object_new(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var); Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989(L_1, /*hidden argument*/NULL); __this->set_crc_14(L_1); // int defaultCompressionLevel = Deflater.DEFAULT_COMPRESSION; __this->set_defaultCompressionLevel_16((-1)); // CompressionMethod curMethod = CompressionMethod.Deflated; __this->set_curMethod_17(8); // byte[] zipComment = new byte[0]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_zipComment_20(L_2); // long crcPatchPos = -1; __this->set_crcPatchPos_22((((int64_t)((int64_t)(-1))))); // long sizePatchPos = -1; __this->set_sizePatchPos_23((((int64_t)((int64_t)(-1))))); // UseZip64 useZip64_ = UseZip64.Dynamic; __this->set_useZip64__24(2); // : base(baseOutputStream, new Deflater(Deflater.DEFAULT_COMPRESSION, true)) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___baseOutputStream0; Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_4 = (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 *)il2cpp_codegen_object_new(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933_il2cpp_TypeInfo_var); Deflater__ctor_mBA1AAE23835285D6C550F3FDB1B7C9C4FFF06BA9(L_4, (-1), (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481_il2cpp_TypeInfo_var); DeflaterOutputStream__ctor_m234F30DE51597FD2DE2E1D85A70AF4EB5598F469(__this, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::.ctor(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream__ctor_mEA5A7F7DC868AAFF28B78BCEA1AD84C45C3C65C2 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___baseOutputStream0, int32_t ___bufferSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream__ctor_mEA5A7F7DC868AAFF28B78BCEA1AD84C45C3C65C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // List entries = new List(); List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_0 = (List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *)il2cpp_codegen_object_new(List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA_il2cpp_TypeInfo_var); List_1__ctor_mF23E4535C275775FFA7397F4B1D5CB015F29E6BE(L_0, /*hidden argument*/List_1__ctor_mF23E4535C275775FFA7397F4B1D5CB015F29E6BE_RuntimeMethod_var); __this->set_entries_13(L_0); // Crc32 crc = new Crc32(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_1 = (Crc32_t4F91711DB789267184E382500C264C4FEBDA173D *)il2cpp_codegen_object_new(Crc32_t4F91711DB789267184E382500C264C4FEBDA173D_il2cpp_TypeInfo_var); Crc32__ctor_mBAD88C5A79749DF19FA82F72595B41407596D989(L_1, /*hidden argument*/NULL); __this->set_crc_14(L_1); // int defaultCompressionLevel = Deflater.DEFAULT_COMPRESSION; __this->set_defaultCompressionLevel_16((-1)); // CompressionMethod curMethod = CompressionMethod.Deflated; __this->set_curMethod_17(8); // byte[] zipComment = new byte[0]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_zipComment_20(L_2); // long crcPatchPos = -1; __this->set_crcPatchPos_22((((int64_t)((int64_t)(-1))))); // long sizePatchPos = -1; __this->set_sizePatchPos_23((((int64_t)((int64_t)(-1))))); // UseZip64 useZip64_ = UseZip64.Dynamic; __this->set_useZip64__24(2); // : base(baseOutputStream, new Deflater(Deflater.DEFAULT_COMPRESSION, true), bufferSize) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___baseOutputStream0; Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_4 = (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 *)il2cpp_codegen_object_new(Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933_il2cpp_TypeInfo_var); Deflater__ctor_mBA1AAE23835285D6C550F3FDB1B7C9C4FFF06BA9(L_4, (-1), (bool)1, /*hidden argument*/NULL); int32_t L_5 = ___bufferSize1; IL2CPP_RUNTIME_CLASS_INIT(DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481_il2cpp_TypeInfo_var); DeflaterOutputStream__ctor_m7579D8DB30D585821696B68F5898B663A7D656B1(__this, L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean ICSharpCode.SharpZipLib.Zip.ZipOutputStream::get_IsFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipOutputStream_get_IsFinished_m72DD00EABDE7C50BE58E1CF4DEF1C31CC0B0EEB4 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, const RuntimeMethod* method) { { // return entries == null; List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_0 = __this->get_entries_13(); return (bool)((((RuntimeObject*)(List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::SetComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_SetComment_m51F14F2F4FEE9F85FCAB5F00AFABFE61AFEBF383 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, String_t* ___comment0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_SetComment_m51F14F2F4FEE9F85FCAB5F00AFABFE61AFEBF383_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { // byte[] commentBytes = ZipConstants.ConvertToArray(comment); String_t* L_0 = ___comment0; IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ZipConstants_ConvertToArray_m832915B5FA431F694835B645E7D39B73B55C8EB0(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (commentBytes.Length > 0xffff) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_001c; } } { // throw new ArgumentOutOfRangeException("nameof(comment)"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteralA27528C525FAB55D04BB2AC1A22A6F1E6432551C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipOutputStream_SetComment_m51F14F2F4FEE9F85FCAB5F00AFABFE61AFEBF383_RuntimeMethod_var); } IL_001c: { // zipComment = commentBytes; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; __this->set_zipComment_20(L_4); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::SetLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_SetLevel_mD506458A7D2CFD7A7BDCA82EBF05AA0F3CC4AB11 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int32_t ___level0, const RuntimeMethod* method) { { // deflater_.SetLevel(level); Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_0 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_deflater__9(); int32_t L_1 = ___level0; NullCheck(L_0); Deflater_SetLevel_m4594E494C4861F11F45CFE32D83F28C4C638E3C1(L_0, L_1, /*hidden argument*/NULL); // defaultCompressionLevel = level; int32_t L_2 = ___level0; __this->set_defaultCompressionLevel_16(L_2); // } return; } } // System.Int32 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::GetLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipOutputStream_GetLevel_m09CC2C244BB5BD1D42FC272B7334453F874AA948 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, const RuntimeMethod* method) { { // return deflater_.GetLevel(); Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_0 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_deflater__9(); NullCheck(L_0); int32_t L_1 = Deflater_GetLevel_mFAEEC99B8BCEC68D91A3646A5FAE2E75BCE63705_inline(L_0, /*hidden argument*/NULL); return L_1; } } // ICSharpCode.SharpZipLib.Zip.UseZip64 ICSharpCode.SharpZipLib.Zip.ZipOutputStream::get_UseZip64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipOutputStream_get_UseZip64_mD56BC38B60B31768C9032FCC06DCD5510604577A (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, const RuntimeMethod* method) { { // get { return useZip64_; } int32_t L_0 = __this->get_useZip64__24(); return L_0; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::set_UseZip64(ICSharpCode.SharpZipLib.Zip.UseZip64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_set_UseZip64_m456B82BCE0D834DCA5228E1B71D406BAE768ED25 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { useZip64_ = value; } int32_t L_0 = ___value0; __this->set_useZip64__24(L_0); // set { useZip64_ = value; } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeShort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int32_t ___value0, const RuntimeMethod* method) { { // baseOutputStream_.WriteByte((byte)(value & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))))))); // baseOutputStream_.WriteByte((byte)((value >> 8) & 0xff)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); int32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)8))&(int32_t)((int32_t)255))))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int32_t ___value0, const RuntimeMethod* method) { { // WriteLeShort(value); int32_t L_0 = ___value0; ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, L_0, /*hidden argument*/NULL); // WriteLeShort(value >> 16); int32_t L_1 = ___value0; ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, ((int32_t)((int32_t)L_1>>(int32_t)((int32_t)16))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteLeLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteLeLong_mDEF6023556E80E3E9D707058258C4AFBE7CDB963 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int64_t ___value0, const RuntimeMethod* method) { { // WriteLeInt((int)value); int64_t L_0 = ___value0; ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_0))), /*hidden argument*/NULL); // WriteLeInt((int)(value >> 32)); int64_t L_1 = ___value0; ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32)))))), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * V_4 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; int32_t G_B14_0 = 0; ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * G_B35_0 = NULL; ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * G_B34_0 = NULL; int32_t G_B36_0 = 0; ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * G_B36_1 = NULL; { // if (entry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("nameof(entry)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral68DCEAC024F25FD9ECDC3195E40E3676F0052C18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_RuntimeMethod_var); } IL_000e: { // if (entries == null) { List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_2 = __this->get_entries_13(); if (L_2) { goto IL_0021; } } { // throw new InvalidOperationException("ZipOutputStream was finished"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, _stringLiteral31E2F1289B806C44F7E719C9CA9905EDBD2C36ED, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_RuntimeMethod_var); } IL_0021: { // if (curEntry != null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = __this->get_curEntry_15(); if (!L_4) { goto IL_002f; } } { // CloseEntry(); ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B(__this, /*hidden argument*/NULL); } IL_002f: { // if (entries.Count == int.MaxValue) { List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_5 = __this->get_entries_13(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_mDA12F5A497E4DF0251A4C0DF3331FB19CF7BEA06_inline(L_5, /*hidden argument*/List_1_get_Count_mDA12F5A497E4DF0251A4C0DF3331FB19CF7BEA06_RuntimeMethod_var); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_004c; } } { // throw new ZipException("Too many entries for Zip file"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_7 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_7, _stringLiteral2CF1A03827BFEF47235A1C7B31E35193F5B4265F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_RuntimeMethod_var); } IL_004c: { // CompressionMethod method = entry.CompressionMethod; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_8 = ___entry0; NullCheck(L_8); int32_t L_9 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_8, /*hidden argument*/NULL); V_0 = L_9; // int compressionLevel = defaultCompressionLevel; int32_t L_10 = __this->get_defaultCompressionLevel_16(); V_1 = L_10; // entry.Flags &= (int)GeneralBitFlags.UnicodeText; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_11 = ___entry0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = L_11; NullCheck(L_12); int32_t L_13 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_12, /*hidden argument*/NULL); NullCheck(L_12); ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline(L_12, ((int32_t)((int32_t)L_13&(int32_t)((int32_t)2048))), /*hidden argument*/NULL); // patchEntryHeader = false; __this->set_patchEntryHeader_21((bool)0); // if (entry.Size == 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_14 = ___entry0; NullCheck(L_14); int64_t L_15 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0095; } } { // entry.CompressedSize = entry.Size; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = ___entry0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = ___entry0; NullCheck(L_17); int64_t L_18 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_17, /*hidden argument*/NULL); NullCheck(L_16); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_16, L_18, /*hidden argument*/NULL); // entry.Crc = 0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_19 = ___entry0; NullCheck(L_19); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_19, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); // method = CompressionMethod.Stored; V_0 = 0; // headerInfoAvailable = true; V_2 = (bool)1; // } else { goto IL_00df; } IL_0095: { // headerInfoAvailable = (entry.Size >= 0) && entry.HasCrc && entry.CompressedSize >= 0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_20 = ___entry0; NullCheck(L_20); int64_t L_21 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_20, /*hidden argument*/NULL); if ((((int64_t)L_21) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00b6; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_22 = ___entry0; NullCheck(L_22); bool L_23 = ZipEntry_get_HasCrc_mD19A89335DCDBC424BA864ECA4CD164F7E13209F(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00b6; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_24 = ___entry0; NullCheck(L_24); int64_t L_25 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_24, /*hidden argument*/NULL); G_B14_0 = ((((int32_t)((((int64_t)L_25) < ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00b7; } IL_00b6: { G_B14_0 = 0; } IL_00b7: { V_2 = (bool)G_B14_0; // if (method == CompressionMethod.Stored) { int32_t L_26 = V_0; if (L_26) { goto IL_00df; } } { // if (!headerInfoAvailable) { bool L_27 = V_2; if (L_27) { goto IL_00cc; } } { // if (!CanPatchEntries) { bool L_28 = DeflaterOutputStream_get_CanPatchEntries_m80A770B1307128AE15FE4FE6B080ADE68D4F835E(__this, /*hidden argument*/NULL); if (L_28) { goto IL_00df; } } { // method = CompressionMethod.Deflated; V_0 = 8; // compressionLevel = 0; V_1 = 0; // } else // entry.size must be > 0 goto IL_00df; } IL_00cc: { // entry.CompressedSize = entry.Size; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_29 = ___entry0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_30 = ___entry0; NullCheck(L_30); int64_t L_31 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_30, /*hidden argument*/NULL); NullCheck(L_29); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_29, L_31, /*hidden argument*/NULL); // headerInfoAvailable = entry.HasCrc; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_32 = ___entry0; NullCheck(L_32); bool L_33 = ZipEntry_get_HasCrc_mD19A89335DCDBC424BA864ECA4CD164F7E13209F(L_32, /*hidden argument*/NULL); V_2 = L_33; } IL_00df: { // if (headerInfoAvailable == false) { bool L_34 = V_2; if (L_34) { goto IL_0101; } } { // if (CanPatchEntries == false) { bool L_35 = DeflaterOutputStream_get_CanPatchEntries_m80A770B1307128AE15FE4FE6B080ADE68D4F835E(__this, /*hidden argument*/NULL); if (L_35) { goto IL_00fa; } } { // entry.Flags |= 8; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_36 = ___entry0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_37 = L_36; NullCheck(L_37); int32_t L_38 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_37, /*hidden argument*/NULL); NullCheck(L_37); ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline(L_37, ((int32_t)((int32_t)L_38|(int32_t)8)), /*hidden argument*/NULL); // } else { goto IL_0101; } IL_00fa: { // patchEntryHeader = true; __this->set_patchEntryHeader_21((bool)1); } IL_0101: { // if (Password != null) { String_t* L_39 = DeflaterOutputStream_get_Password_m1B3EEA52433F35D4CE9FD586563A294393477CD5_inline(__this, /*hidden argument*/NULL); if (!L_39) { goto IL_0128; } } { // entry.IsCrypted = true; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_40 = ___entry0; NullCheck(L_40); ZipEntry_set_IsCrypted_m1FE42F877BA88CA67B1E9715EFC46A56CDB03CDA(L_40, (bool)1, /*hidden argument*/NULL); // if (entry.Crc < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_41 = ___entry0; NullCheck(L_41); int64_t L_42 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_41, /*hidden argument*/NULL); if ((((int64_t)L_42) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0128; } } { // entry.Flags |= 8; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_43 = ___entry0; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_44 = L_43; NullCheck(L_44); int32_t L_45 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_44, /*hidden argument*/NULL); NullCheck(L_44); ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline(L_44, ((int32_t)((int32_t)L_45|(int32_t)8)), /*hidden argument*/NULL); } IL_0128: { // entry.Offset = offset; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_46 = ___entry0; int64_t L_47 = __this->get_offset_19(); NullCheck(L_46); ZipEntry_set_Offset_m27DD8214A364D12BF7184EEDF602D4E8DF3AE29C_inline(L_46, L_47, /*hidden argument*/NULL); // entry.CompressionMethod = (CompressionMethod)method; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_48 = ___entry0; int32_t L_49 = V_0; NullCheck(L_48); ZipEntry_set_CompressionMethod_mFA95A7234F3030E24C4925A5E865303E5B38638A(L_48, L_49, /*hidden argument*/NULL); // curMethod = method; int32_t L_50 = V_0; __this->set_curMethod_17(L_50); // sizePatchPos = -1; __this->set_sizePatchPos_23((((int64_t)((int64_t)(-1))))); // if ((useZip64_ == UseZip64.On) || ((entry.Size < 0) && (useZip64_ == UseZip64.Dynamic))) { int32_t L_51 = __this->get_useZip64__24(); if ((((int32_t)L_51) == ((int32_t)1))) { goto IL_0166; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_52 = ___entry0; NullCheck(L_52); int64_t L_53 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_52, /*hidden argument*/NULL); if ((((int64_t)L_53) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_016c; } } { int32_t L_54 = __this->get_useZip64__24(); if ((!(((uint32_t)L_54) == ((uint32_t)2)))) { goto IL_016c; } } IL_0166: { // entry.ForceZip64(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_55 = ___entry0; NullCheck(L_55); ZipEntry_ForceZip64_m070EB8EACA2FA9CACF01C5B1469F0FF90A21A9CB(L_55, /*hidden argument*/NULL); } IL_016c: { // WriteLeInt(ZipConstants.LocalHeaderSignature); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, ((int32_t)67324752), /*hidden argument*/NULL); // WriteLeShort(entry.Version); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_56 = ___entry0; NullCheck(L_56); int32_t L_57 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_56, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, L_57, /*hidden argument*/NULL); // WriteLeShort(entry.Flags); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_58 = ___entry0; NullCheck(L_58); int32_t L_59 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_58, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, L_59, /*hidden argument*/NULL); // WriteLeShort((byte)entry.CompressionMethodForHeader); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_60 = ___entry0; NullCheck(L_60); int32_t L_61 = ZipEntry_get_CompressionMethodForHeader_m4598FDD138D0B26A2EBBF9164B5BF03677176B1E(L_60, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, (((int32_t)((uint8_t)L_61))), /*hidden argument*/NULL); // WriteLeInt((int)entry.DosTime); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_62 = ___entry0; NullCheck(L_62); int64_t L_63 = ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB(L_62, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_63))), /*hidden argument*/NULL); // if (headerInfoAvailable) { bool L_64 = V_2; if (!L_64) { goto IL_0204; } } { // WriteLeInt((int)entry.Crc); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_65 = ___entry0; NullCheck(L_65); int64_t L_66 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_65, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_66))), /*hidden argument*/NULL); // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_67 = ___entry0; NullCheck(L_67); bool L_68 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01d4; } } { // WriteLeInt(-1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (-1), /*hidden argument*/NULL); // WriteLeInt(-1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_026b; } IL_01d4: { // WriteLeInt(entry.IsCrypted ? (int)entry.CompressedSize + ZipConstants.CryptoHeaderSize : (int)entry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_69 = ___entry0; NullCheck(L_69); bool L_70 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_69, /*hidden argument*/NULL); G_B34_0 = __this; if (L_70) { G_B35_0 = __this; goto IL_01e6; } } { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_71 = ___entry0; NullCheck(L_71); int64_t L_72 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_71, /*hidden argument*/NULL); G_B36_0 = (((int32_t)((int32_t)L_72))); G_B36_1 = G_B34_0; goto IL_01f0; } IL_01e6: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_73 = ___entry0; NullCheck(L_73); int64_t L_74 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_73, /*hidden argument*/NULL); G_B36_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)L_74))), (int32_t)((int32_t)12))); G_B36_1 = G_B35_0; } IL_01f0: { NullCheck(G_B36_1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(G_B36_1, G_B36_0, /*hidden argument*/NULL); // WriteLeInt((int)entry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_75 = ___entry0; NullCheck(L_75); int64_t L_76 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_75, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_76))), /*hidden argument*/NULL); // } else { goto IL_026b; } IL_0204: { // if (patchEntryHeader) { bool L_77 = __this->get_patchEntryHeader_21(); if (!L_77) { goto IL_021d; } } { // crcPatchPos = baseOutputStream_.Position; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_78 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); NullCheck(L_78); int64_t L_79 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_78); __this->set_crcPatchPos_22(L_79); } IL_021d: { // WriteLeInt(0); // Crc ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, 0, /*hidden argument*/NULL); // if (patchEntryHeader) { bool L_80 = __this->get_patchEntryHeader_21(); if (!L_80) { goto IL_023d; } } { // sizePatchPos = baseOutputStream_.Position; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_81 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); NullCheck(L_81); int64_t L_82 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_81); __this->set_sizePatchPos_23(L_82); } IL_023d: { // if (entry.LocalHeaderRequiresZip64 || patchEntryHeader) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_83 = ___entry0; NullCheck(L_83); bool L_84 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_83, /*hidden argument*/NULL); if (L_84) { goto IL_024d; } } { bool L_85 = __this->get_patchEntryHeader_21(); if (!L_85) { goto IL_025d; } } IL_024d: { // WriteLeInt(-1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (-1), /*hidden argument*/NULL); // WriteLeInt(-1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_026b; } IL_025d: { // WriteLeInt(0); // Compressed size ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, 0, /*hidden argument*/NULL); // WriteLeInt(0); // Uncompressed size ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, 0, /*hidden argument*/NULL); } IL_026b: { // byte[] name = ZipConstants.ConvertToArray(entry.Flags, entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_86 = ___entry0; NullCheck(L_86); int32_t L_87 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_86, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_88 = ___entry0; NullCheck(L_88); String_t* L_89 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_88, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = ZipConstants_ConvertToArray_m6EC941BE61B515A1EB8ED2A896912E9AE41047E9(L_87, L_89, /*hidden argument*/NULL); V_3 = L_90; // if (name.Length > 0xFFFF) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = V_3; NullCheck(L_91); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_0292; } } { // throw new ZipException("Entry name too long."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_92 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_92, _stringLiteralAE6EADE4DBC024F0DD12C9ECC6732866C6AA75EB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92, ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_RuntimeMethod_var); } IL_0292: { // var ed = new ZipExtraData(entry.ExtraData); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_93 = ___entry0; NullCheck(L_93); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_93, /*hidden argument*/NULL); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_95 = (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE *)il2cpp_codegen_object_new(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE_il2cpp_TypeInfo_var); ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794(L_95, L_94, /*hidden argument*/NULL); V_4 = L_95; // if (entry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_96 = ___entry0; NullCheck(L_96); bool L_97 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_0314; } } { // ed.StartNewEntry(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_98 = V_4; NullCheck(L_98); ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8(L_98, /*hidden argument*/NULL); // if (headerInfoAvailable) { bool L_99 = V_2; if (!L_99) { goto IL_02cd; } } { // ed.AddLeLong(entry.Size); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_100 = V_4; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_101 = ___entry0; NullCheck(L_101); int64_t L_102 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_101, /*hidden argument*/NULL); NullCheck(L_100); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_100, L_102, /*hidden argument*/NULL); // ed.AddLeLong(entry.CompressedSize); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_103 = V_4; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_104 = ___entry0; NullCheck(L_104); int64_t L_105 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_104, /*hidden argument*/NULL); NullCheck(L_103); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_103, L_105, /*hidden argument*/NULL); // } else { goto IL_02df; } IL_02cd: { // ed.AddLeLong(-1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_106 = V_4; NullCheck(L_106); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_106, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); // ed.AddLeLong(-1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_107 = V_4; NullCheck(L_107); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_107, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); } IL_02df: { // ed.AddNewEntry(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_108 = V_4; NullCheck(L_108); ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E(L_108, 1, /*hidden argument*/NULL); // if (!ed.Find(1)) { ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_109 = V_4; NullCheck(L_109); bool L_110 = ZipExtraData_Find_m7A1FA06D6D64C3B88E31B125CD6CD2046947C366(L_109, 1, /*hidden argument*/NULL); if (L_110) { goto IL_02fc; } } { // throw new ZipException("Internal error cant find extra data"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_111 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_111, _stringLiteral5ACDE0680B4AC23A84F5C7109F51DBAA2FE0BD95, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ZipOutputStream_PutNextEntry_mEFD58126AF1CCDE13AFE1DC86B30983687422B88_RuntimeMethod_var); } IL_02fc: { // if (patchEntryHeader) { bool L_112 = __this->get_patchEntryHeader_21(); if (!L_112) { goto IL_031d; } } { // sizePatchPos = ed.CurrentReadIndex; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_113 = V_4; NullCheck(L_113); int32_t L_114 = ZipExtraData_get_CurrentReadIndex_m1DB5D907E39308C1A3DFBA0AC71BD27B6F98D310_inline(L_113, /*hidden argument*/NULL); __this->set_sizePatchPos_23((((int64_t)((int64_t)L_114)))); // } else { goto IL_031d; } IL_0314: { // ed.Delete(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_115 = V_4; NullCheck(L_115); ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D(L_115, 1, /*hidden argument*/NULL); } IL_031d: { // if (entry.AESKeySize > 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_116 = ___entry0; NullCheck(L_116); int32_t L_117 = ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376(L_116, /*hidden argument*/NULL); if ((((int32_t)L_117) <= ((int32_t)0))) { goto IL_032e; } } { // AddExtraDataAES(entry, ed); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_118 = ___entry0; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_119 = V_4; ZipOutputStream_AddExtraDataAES_m65EEA3BC729D9C4607EF2B3F2D5BF0322C7275D3(L_118, L_119, /*hidden argument*/NULL); } IL_032e: { // byte[] extra = ed.GetEntryData(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_120 = V_4; NullCheck(L_120); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_121 = ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1(L_120, /*hidden argument*/NULL); V_5 = L_121; // WriteLeShort(name.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_122 = V_3; NullCheck(L_122); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_122)->max_length)))), /*hidden argument*/NULL); // WriteLeShort(extra.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_123 = V_5; NullCheck(L_123); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_123)->max_length)))), /*hidden argument*/NULL); // if (name.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_124 = V_3; NullCheck(L_124); if (!(((RuntimeArray*)L_124)->max_length)) { goto IL_035e; } } { // baseOutputStream_.Write(name, 0, name.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_125 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_126 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_127 = V_3; NullCheck(L_127); NullCheck(L_125); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_125, L_126, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_127)->max_length))))); } IL_035e: { // if (entry.LocalHeaderRequiresZip64 && patchEntryHeader) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_128 = ___entry0; NullCheck(L_128); bool L_129 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_0386; } } { bool L_130 = __this->get_patchEntryHeader_21(); if (!L_130) { goto IL_0386; } } { // sizePatchPos += baseOutputStream_.Position; int64_t L_131 = __this->get_sizePatchPos_23(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_132 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); NullCheck(L_132); int64_t L_133 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_132); __this->set_sizePatchPos_23(((int64_t)il2cpp_codegen_add((int64_t)L_131, (int64_t)L_133))); } IL_0386: { // if (extra.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_134 = V_5; NullCheck(L_134); if (!(((RuntimeArray*)L_134)->max_length)) { goto IL_039d; } } { // baseOutputStream_.Write(extra, 0, extra.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_135 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_136 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_137 = V_5; NullCheck(L_137); NullCheck(L_135); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_135, L_136, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_137)->max_length))))); } IL_039d: { // offset += ZipConstants.LocalHeaderBaseSize + name.Length + extra.Length; int64_t L_138 = __this->get_offset_19(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_139 = V_3; NullCheck(L_139); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = V_5; NullCheck(L_140); __this->set_offset_19(((int64_t)il2cpp_codegen_add((int64_t)L_138, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)30), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_139)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_140)->max_length)))))))))))); // if (entry.AESKeySize > 0) ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_141 = ___entry0; NullCheck(L_141); int32_t L_142 = ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376(L_141, /*hidden argument*/NULL); if ((((int32_t)L_142) <= ((int32_t)0))) { goto IL_03d3; } } { // offset += entry.AESOverheadSize; int64_t L_143 = __this->get_offset_19(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_144 = ___entry0; NullCheck(L_144); int32_t L_145 = ZipEntry_get_AESOverheadSize_m690D65F8843B44F750F5A938C85D500F27C95BD0(L_144, /*hidden argument*/NULL); __this->set_offset_19(((int64_t)il2cpp_codegen_add((int64_t)L_143, (int64_t)(((int64_t)((int64_t)L_145)))))); } IL_03d3: { // curEntry = entry; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_146 = ___entry0; __this->set_curEntry_15(L_146); // crc.Reset(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_147 = __this->get_crc_14(); NullCheck(L_147); Crc32_Reset_m587EBB53F23B63100879644D1BE5E809096DD167(L_147, /*hidden argument*/NULL); // if (method == CompressionMethod.Deflated) { int32_t L_148 = V_0; if ((!(((uint32_t)L_148) == ((uint32_t)8)))) { goto IL_0400; } } { // deflater_.Reset(); Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_149 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_deflater__9(); NullCheck(L_149); Deflater_Reset_m48FD905A1F3E8D1ADC734E255457E740FDEF59CC(L_149, /*hidden argument*/NULL); // deflater_.SetLevel(compressionLevel); Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_150 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_deflater__9(); int32_t L_151 = V_1; NullCheck(L_150); Deflater_SetLevel_m4594E494C4861F11F45CFE32D83F28C4C638E3C1(L_150, L_151, /*hidden argument*/NULL); } IL_0400: { // size = 0; __this->set_size_18((((int64_t)((int64_t)0)))); // if (entry.IsCrypted) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_152 = ___entry0; NullCheck(L_152); bool L_153 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_152, /*hidden argument*/NULL); if (!L_153) { goto IL_0447; } } { // if (entry.AESKeySize > 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_154 = ___entry0; NullCheck(L_154); int32_t L_155 = ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376(L_154, /*hidden argument*/NULL); if ((((int32_t)L_155) <= ((int32_t)0))) { goto IL_0421; } } { // WriteAESHeader(entry); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_156 = ___entry0; ZipOutputStream_WriteAESHeader_m8F3406E7C0CE4963579D413F1E6BFA89C2B3D672(__this, L_156, /*hidden argument*/NULL); // } else { return; } IL_0421: { // if (entry.Crc < 0) { // so testing Zip will says its ok ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_157 = ___entry0; NullCheck(L_157); int64_t L_158 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_157, /*hidden argument*/NULL); if ((((int64_t)L_158) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_043b; } } { // WriteEncryptionHeader(entry.DosTime << 16); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_159 = ___entry0; NullCheck(L_159); int64_t L_160 = ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB(L_159, /*hidden argument*/NULL); ZipOutputStream_WriteEncryptionHeader_m8FAD1AA96196CB5701B6C6444DFB9F40855A3D44(__this, ((int64_t)((int64_t)L_160<<(int32_t)((int32_t)16))), /*hidden argument*/NULL); // } else { return; } IL_043b: { // WriteEncryptionHeader(entry.Crc); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_161 = ___entry0; NullCheck(L_161); int64_t L_162 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_161, /*hidden argument*/NULL); ZipOutputStream_WriteEncryptionHeader_m8FAD1AA96196CB5701B6C6444DFB9F40855A3D44(__this, L_162, /*hidden argument*/NULL); } IL_0447: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CloseEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { // if (curEntry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_curEntry_15(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("No open entry"); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteral3389686E32A2B2C9D23BCF7495D98A1B4CC181F9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_RuntimeMethod_var); } IL_0013: { // long csize = size; int64_t L_2 = __this->get_size_18(); V_0 = L_2; // if (curMethod == CompressionMethod.Deflated) { int32_t L_3 = __this->get_curMethod_17(); if ((!(((uint32_t)L_3) == ((uint32_t)8)))) { goto IL_004c; } } { // if (size >= 0) { int64_t L_4 = __this->get_size_18(); if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0041; } } { // base.Finish(); DeflaterOutputStream_Finish_m5B8AE42BDE072B7F611F99C4E4877D7E68E19E94(__this, /*hidden argument*/NULL); // csize = deflater_.TotalOut; Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_5 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_deflater__9(); NullCheck(L_5); int64_t L_6 = Deflater_get_TotalOut_mE57EC1787DA8C79E7208833B0EBB4338C095BD90_inline(L_5, /*hidden argument*/NULL); V_0 = L_6; // } else { goto IL_004c; } IL_0041: { // deflater_.Reset(); Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * L_7 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_deflater__9(); NullCheck(L_7); Deflater_Reset_m48FD905A1F3E8D1ADC734E255457E740FDEF59CC(L_7, /*hidden argument*/NULL); } IL_004c: { // if (curEntry.AESKeySize > 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_8 = __this->get_curEntry_15(); NullCheck(L_8); int32_t L_9 = ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { // baseOutputStream_.Write(AESAuthCode, 0, 10); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_AESAuthCode_7(); NullCheck(L_10); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, ((int32_t)10)); } IL_006e: { // if (curEntry.Size < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_12 = __this->get_curEntry_15(); NullCheck(L_12); int64_t L_13 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_12, /*hidden argument*/NULL); if ((((int64_t)L_13) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0090; } } { // curEntry.Size = size; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_14 = __this->get_curEntry_15(); int64_t L_15 = __this->get_size_18(); NullCheck(L_14); ZipEntry_set_Size_mF084846033BF7EF560DE7B80637B8A4F1412F23D(L_14, L_15, /*hidden argument*/NULL); // } else if (curEntry.Size != size) { goto IL_00e5; } IL_0090: { // } else if (curEntry.Size != size) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_16 = __this->get_curEntry_15(); NullCheck(L_16); int64_t L_17 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_16, /*hidden argument*/NULL); int64_t L_18 = __this->get_size_18(); if ((((int64_t)L_17) == ((int64_t)L_18))) { goto IL_00e5; } } { // throw new ZipException("size was " + size + ", but I expected " + curEntry.Size); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteralFF2764F7C1D54DEBC65FD9579D57D20182ECE7E0); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralFF2764F7C1D54DEBC65FD9579D57D20182ECE7E0); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20; int64_t L_22 = __this->get_size_18(); int64_t L_23 = L_22; RuntimeObject * L_24 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_23); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_24); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_21; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral2C7C211FA07CF65A1ACED4CC15592F9EB0508F29); (L_25)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2C7C211FA07CF65A1ACED4CC15592F9EB0508F29); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_27 = __this->get_curEntry_15(); NullCheck(L_27); int64_t L_28 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_27, /*hidden argument*/NULL); int64_t L_29 = L_28; RuntimeObject * L_30 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_29); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_30); (L_26)->SetAt(static_cast(3), (RuntimeObject *)L_30); String_t* L_31 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_26, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_32 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_RuntimeMethod_var); } IL_00e5: { // if (curEntry.CompressedSize < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_33 = __this->get_curEntry_15(); NullCheck(L_33); int64_t L_34 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_33, /*hidden argument*/NULL); if ((((int64_t)L_34) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0102; } } { // curEntry.CompressedSize = csize; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_35 = __this->get_curEntry_15(); int64_t L_36 = V_0; NullCheck(L_35); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_35, L_36, /*hidden argument*/NULL); // } else if (curEntry.CompressedSize != csize) { goto IL_014d; } IL_0102: { // } else if (curEntry.CompressedSize != csize) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_37 = __this->get_curEntry_15(); NullCheck(L_37); int64_t L_38 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_37, /*hidden argument*/NULL); int64_t L_39 = V_0; if ((((int64_t)L_38) == ((int64_t)L_39))) { goto IL_014d; } } { // throw new ZipException("compressed size was " + csize + ", but I expected " + curEntry.CompressedSize); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteralAD365F77EFE331D5BEC32C156018935E75446ADD); (L_41)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralAD365F77EFE331D5BEC32C156018935E75446ADD); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = L_41; int64_t L_43 = V_0; int64_t L_44 = L_43; RuntimeObject * L_45 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_44); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_45); (L_42)->SetAt(static_cast(1), (RuntimeObject *)L_45); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = L_42; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral2C7C211FA07CF65A1ACED4CC15592F9EB0508F29); (L_46)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2C7C211FA07CF65A1ACED4CC15592F9EB0508F29); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = L_46; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_48 = __this->get_curEntry_15(); NullCheck(L_48); int64_t L_49 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_48, /*hidden argument*/NULL); int64_t L_50 = L_49; RuntimeObject * L_51 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_50); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_51); (L_47)->SetAt(static_cast(3), (RuntimeObject *)L_51); String_t* L_52 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_47, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_53 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_53, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_RuntimeMethod_var); } IL_014d: { // if (curEntry.Crc < 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_54 = __this->get_curEntry_15(); NullCheck(L_54); int64_t L_55 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_54, /*hidden argument*/NULL); if ((((int64_t)L_55) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0174; } } { // curEntry.Crc = crc.Value; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_56 = __this->get_curEntry_15(); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_57 = __this->get_crc_14(); NullCheck(L_57); int64_t L_58 = Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C(L_57, /*hidden argument*/NULL); NullCheck(L_56); ZipEntry_set_Crc_m329515491070FAA9F80A7DF776DB17FE81E21241(L_56, L_58, /*hidden argument*/NULL); // } else if (curEntry.Crc != crc.Value) { goto IL_01d3; } IL_0174: { // } else if (curEntry.Crc != crc.Value) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_59 = __this->get_curEntry_15(); NullCheck(L_59); int64_t L_60 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_59, /*hidden argument*/NULL); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_61 = __this->get_crc_14(); NullCheck(L_61); int64_t L_62 = Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C(L_61, /*hidden argument*/NULL); if ((((int64_t)L_60) == ((int64_t)L_62))) { goto IL_01d3; } } { // throw new ZipException("crc was " + crc.Value + ", but I expected " + curEntry.Crc); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_63 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral93AED761585AD26CFC0D2B4C77244BEAF45A34D7); (L_64)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral93AED761585AD26CFC0D2B4C77244BEAF45A34D7); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_65 = L_64; Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_66 = __this->get_crc_14(); NullCheck(L_66); int64_t L_67 = Crc32_get_Value_mC906F5389B906141D5728EBAFB569DAE325C121C(L_66, /*hidden argument*/NULL); int64_t L_68 = L_67; RuntimeObject * L_69 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_68); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_69); (L_65)->SetAt(static_cast(1), (RuntimeObject *)L_69); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_70 = L_65; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral2C7C211FA07CF65A1ACED4CC15592F9EB0508F29); (L_70)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2C7C211FA07CF65A1ACED4CC15592F9EB0508F29); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_71 = L_70; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_72 = __this->get_curEntry_15(); NullCheck(L_72); int64_t L_73 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_72, /*hidden argument*/NULL); int64_t L_74 = L_73; RuntimeObject * L_75 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_74); NullCheck(L_71); ArrayElementTypeCheck (L_71, L_75); (L_71)->SetAt(static_cast(3), (RuntimeObject *)L_75); String_t* L_76 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_71, /*hidden argument*/NULL); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_77 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_77, L_76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_RuntimeMethod_var); } IL_01d3: { // offset += csize; int64_t L_78 = __this->get_offset_19(); int64_t L_79 = V_0; __this->set_offset_19(((int64_t)il2cpp_codegen_add((int64_t)L_78, (int64_t)L_79))); // if (curEntry.IsCrypted) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_80 = __this->get_curEntry_15(); NullCheck(L_80); bool L_81 = ZipEntry_get_IsCrypted_m3816B98F28E7998CD99EDF57AD235C7E7E435586(L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_0231; } } { // if (curEntry.AESKeySize > 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_82 = __this->get_curEntry_15(); NullCheck(L_82); int32_t L_83 = ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376(L_82, /*hidden argument*/NULL); if ((((int32_t)L_83) <= ((int32_t)0))) { goto IL_021c; } } { // curEntry.CompressedSize += curEntry.AESOverheadSize; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_84 = __this->get_curEntry_15(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_85 = L_84; NullCheck(L_85); int64_t L_86 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_85, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_87 = __this->get_curEntry_15(); NullCheck(L_87); int32_t L_88 = ZipEntry_get_AESOverheadSize_m690D65F8843B44F750F5A938C85D500F27C95BD0(L_87, /*hidden argument*/NULL); NullCheck(L_85); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_85, ((int64_t)il2cpp_codegen_add((int64_t)L_86, (int64_t)(((int64_t)((int64_t)L_88))))), /*hidden argument*/NULL); // } else { goto IL_0231; } IL_021c: { // curEntry.CompressedSize += ZipConstants.CryptoHeaderSize; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_89 = __this->get_curEntry_15(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_90 = L_89; NullCheck(L_90); int64_t L_91 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_90, /*hidden argument*/NULL); NullCheck(L_90); ZipEntry_set_CompressedSize_m925C50E5E520F0F22E985F482CE55C08DF795E69(L_90, ((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)(((int64_t)((int64_t)((int32_t)12)))))), /*hidden argument*/NULL); } IL_0231: { // if (patchEntryHeader) { bool L_92 = __this->get_patchEntryHeader_21(); if (!L_92) { goto IL_02ff; } } { // patchEntryHeader = false; __this->set_patchEntryHeader_21((bool)0); // long curPos = baseOutputStream_.Position; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_93 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); NullCheck(L_93); int64_t L_94 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_93); V_1 = L_94; // baseOutputStream_.Seek(crcPatchPos, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_95 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); int64_t L_96 = __this->get_crcPatchPos_22(); NullCheck(L_95); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_95, L_96, 0); // WriteLeInt((int)curEntry.Crc); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_97 = __this->get_curEntry_15(); NullCheck(L_97); int64_t L_98 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_97, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_98))), /*hidden argument*/NULL); // if (curEntry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_99 = __this->get_curEntry_15(); NullCheck(L_99); bool L_100 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_02cd; } } { // if (sizePatchPos == -1) { int64_t L_101 = __this->get_sizePatchPos_23(); if ((!(((uint64_t)L_101) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_0296; } } { // throw new ZipException("Entry requires zip64 but this has been turned off"); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_102 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_102, _stringLiteral2A6D066F43BE099EA29DD9BF9738FF7818D1AF76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_102, ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B_RuntimeMethod_var); } IL_0296: { // baseOutputStream_.Seek(sizePatchPos, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_103 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); int64_t L_104 = __this->get_sizePatchPos_23(); NullCheck(L_103); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_103, L_104, 0); // WriteLeLong(curEntry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_105 = __this->get_curEntry_15(); NullCheck(L_105); int64_t L_106 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_105, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_mDEF6023556E80E3E9D707058258C4AFBE7CDB963(__this, L_106, /*hidden argument*/NULL); // WriteLeLong(curEntry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_107 = __this->get_curEntry_15(); NullCheck(L_107); int64_t L_108 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_107, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_mDEF6023556E80E3E9D707058258C4AFBE7CDB963(__this, L_108, /*hidden argument*/NULL); // } else { goto IL_02f1; } IL_02cd: { // WriteLeInt((int)curEntry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_109 = __this->get_curEntry_15(); NullCheck(L_109); int64_t L_110 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_109, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_110))), /*hidden argument*/NULL); // WriteLeInt((int)curEntry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_111 = __this->get_curEntry_15(); NullCheck(L_111); int64_t L_112 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_111, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_112))), /*hidden argument*/NULL); } IL_02f1: { // baseOutputStream_.Seek(curPos, SeekOrigin.Begin); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_113 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); int64_t L_114 = V_1; NullCheck(L_113); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_113, L_114, 0); } IL_02ff: { // if ((curEntry.Flags & 8) != 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_115 = __this->get_curEntry_15(); NullCheck(L_115); int32_t L_116 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_115, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_116&(int32_t)8))) { goto IL_03a3; } } { // WriteLeInt(ZipConstants.DataDescriptorSignature); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, ((int32_t)134695760), /*hidden argument*/NULL); // WriteLeInt(unchecked((int)curEntry.Crc)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_117 = __this->get_curEntry_15(); NullCheck(L_117); int64_t L_118 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_117, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_118))), /*hidden argument*/NULL); // if (curEntry.LocalHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_119 = __this->get_curEntry_15(); NullCheck(L_119); bool L_120 = ZipEntry_get_LocalHeaderRequiresZip64_m8B4F55A3A24AD7FF66EC402B7333585D028743D3(L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_036f; } } { // WriteLeLong(curEntry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_121 = __this->get_curEntry_15(); NullCheck(L_121); int64_t L_122 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_121, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_mDEF6023556E80E3E9D707058258C4AFBE7CDB963(__this, L_122, /*hidden argument*/NULL); // WriteLeLong(curEntry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_123 = __this->get_curEntry_15(); NullCheck(L_123); int64_t L_124 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_123, /*hidden argument*/NULL); ZipOutputStream_WriteLeLong_mDEF6023556E80E3E9D707058258C4AFBE7CDB963(__this, L_124, /*hidden argument*/NULL); // offset += ZipConstants.Zip64DataDescriptorSize; int64_t L_125 = __this->get_offset_19(); __this->set_offset_19(((int64_t)il2cpp_codegen_add((int64_t)L_125, (int64_t)(((int64_t)((int64_t)((int32_t)24))))))); // } else { goto IL_03a3; } IL_036f: { // WriteLeInt((int)curEntry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_126 = __this->get_curEntry_15(); NullCheck(L_126); int64_t L_127 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_126, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_127))), /*hidden argument*/NULL); // WriteLeInt((int)curEntry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_128 = __this->get_curEntry_15(); NullCheck(L_128); int64_t L_129 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_128, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_129))), /*hidden argument*/NULL); // offset += ZipConstants.DataDescriptorSize; int64_t L_130 = __this->get_offset_19(); __this->set_offset_19(((int64_t)il2cpp_codegen_add((int64_t)L_130, (int64_t)(((int64_t)((int64_t)((int32_t)16))))))); } IL_03a3: { // entries.Add(curEntry); List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_131 = __this->get_entries_13(); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_132 = __this->get_curEntry_15(); NullCheck(L_131); List_1_Add_m4F086696D2617440F2742507E3C21B374AB96732(L_131, L_132, /*hidden argument*/List_1_Add_m4F086696D2617440F2742507E3C21B374AB96732_RuntimeMethod_var); // curEntry = null; __this->set_curEntry_15((ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 *)NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteEncryptionHeader(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteEncryptionHeader_m8FAD1AA96196CB5701B6C6444DFB9F40855A3D44 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, int64_t ___crcValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_WriteEncryptionHeader_m8FAD1AA96196CB5701B6C6444DFB9F40855A3D44_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { // offset += ZipConstants.CryptoHeaderSize; int64_t L_0 = __this->get_offset_19(); __this->set_offset_19(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)((int32_t)12))))))); // InitializePassword(Password); String_t* L_1 = DeflaterOutputStream_get_Password_m1B3EEA52433F35D4CE9FD586563A294393477CD5_inline(__this, /*hidden argument*/NULL); DeflaterOutputStream_InitializePassword_m002D3EC67468EB3D0D53DC4BA0634FD2C042D4FA(__this, L_1, /*hidden argument*/NULL); // byte[] cryptBuffer = new byte[ZipConstants.CryptoHeaderSize]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); V_0 = L_2; // var rnd = new Random(); Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * L_3 = (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F *)il2cpp_codegen_object_new(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var); Random__ctor_mCD4B6E9DFD27A19F52FA441CD8CAEB687A9DD2F2(L_3, /*hidden argument*/NULL); // rnd.NextBytes(cryptBuffer); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; NullCheck(L_3); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_3, L_4); // cryptBuffer[11] = (byte)(crcValue >> 24); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; int64_t L_6 = ___crcValue0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)11)), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_6>>(int32_t)((int32_t)24))))))); // EncryptBlock(cryptBuffer, 0, cryptBuffer.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0; NullCheck(L_8); DeflaterOutputStream_EncryptBlock_mCC6FFFDC205CE4713AB22EC5545B344BF7F3C6F3(__this, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL); // baseOutputStream_.Write(cryptBuffer, 0, cryptBuffer.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0; NullCheck(L_11); NullCheck(L_9); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::AddExtraDataAES(ICSharpCode.SharpZipLib.Zip.ZipEntry,ICSharpCode.SharpZipLib.Zip.ZipExtraData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_AddExtraDataAES_m65EEA3BC729D9C4607EF2B3F2D5BF0322C7275D3 (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * ___extraData1, const RuntimeMethod* method) { { // extraData.StartNewEntry(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_0 = ___extraData1; NullCheck(L_0); ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8(L_0, /*hidden argument*/NULL); // extraData.AddLeShort(VENDOR_VERSION); // 2 = AE-2 ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_1 = ___extraData1; NullCheck(L_1); ZipExtraData_AddLeShort_m948BE8650FA7A7D6746BD68DC22D779481B12DBB(L_1, 2, /*hidden argument*/NULL); // extraData.AddLeShort(VENDOR_ID); // "AE" ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_2 = ___extraData1; NullCheck(L_2); ZipExtraData_AddLeShort_m948BE8650FA7A7D6746BD68DC22D779481B12DBB(L_2, ((int32_t)17729), /*hidden argument*/NULL); // extraData.AddData(entry.AESEncryptionStrength); // 1 = 128, 2 = 192, 3 = 256 ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_3 = ___extraData1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_4 = ___entry0; NullCheck(L_4); uint8_t L_5 = ZipEntry_get_AESEncryptionStrength_m8A1A4BF4C4ECE55BF1FA9B7B625C7D43249BCBD0(L_4, /*hidden argument*/NULL); NullCheck(L_3); ZipExtraData_AddData_mCA38BFF91925C92EE513926CF97270F5307233DA(L_3, L_5, /*hidden argument*/NULL); // extraData.AddLeShort((int)entry.CompressionMethod); // The actual compression method used to compress the file ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_6 = ___extraData1; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = ___entry0; NullCheck(L_7); int32_t L_8 = ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); ZipExtraData_AddLeShort_m948BE8650FA7A7D6746BD68DC22D779481B12DBB(L_6, L_8, /*hidden argument*/NULL); // extraData.AddNewEntry(0x9901); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_9 = ___extraData1; NullCheck(L_9); ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E(L_9, ((int32_t)39169), /*hidden argument*/NULL); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::WriteAESHeader(ICSharpCode.SharpZipLib.Zip.ZipEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_WriteAESHeader_m8F3406E7C0CE4963579D413F1E6BFA89C2B3D672 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ___entry0, const RuntimeMethod* method) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; { // InitializeAESPassword(entry, Password, out salt, out pwdVerifier); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = ___entry0; String_t* L_1 = DeflaterOutputStream_get_Password_m1B3EEA52433F35D4CE9FD586563A294393477CD5_inline(__this, /*hidden argument*/NULL); DeflaterOutputStream_InitializeAESPassword_mEEF86397AED06BB9DD78351FBC0060AE6F8B36C1(__this, L_0, L_1, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)(&V_0), (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)(&V_1), /*hidden argument*/NULL); // baseOutputStream_.Write(salt, 0, salt.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; NullCheck(L_4); NullCheck(L_2); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); // baseOutputStream_.Write(pwdVerifier, 0, pwdVerifier.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1; NullCheck(L_7); NullCheck(L_5); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (curEntry == null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_curEntry_15(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("No open entry."); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteralEDC4BFE81D45988DA55131B79CBA2B75BE4E8101, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_RuntimeMethod_var); } IL_0013: { // if (buffer == null) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; if (L_2) { goto IL_0021; } } { // throw new ArgumentNullException("nameof(buffer)"); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral10F082D726A89BE44E7FD1D9348179517E9E74EF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_RuntimeMethod_var); } IL_0021: { // if (offset < 0) { int32_t L_4 = ___offset1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0035; } } { // throw new ArgumentOutOfRangeException("nameof(offset)", "Cannot be negative"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral9451E60E20B49641E7C0D52EA4618AA9F0BA8643, _stringLiteral8CF170CED3FC0E56C029056591A6714E886F2A07, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_RuntimeMethod_var); } IL_0035: { // if (count < 0) { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0049; } } { // throw new ArgumentOutOfRangeException("nameof(count)", "Cannot be negative"); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral73F82E4E7E85B491E923DAD15E3CF2088969CC90, _stringLiteral8CF170CED3FC0E56C029056591A6714E886F2A07, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_RuntimeMethod_var); } IL_0049: { // if ((buffer.Length - offset) < count) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___offset1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005c; } } { // throw new ArgumentException("Invalid offset/count combination"); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, _stringLiteralA58B1470289CBC589F8FEB29C9CD13CB3091361D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ZipOutputStream_Write_m62D94ED93BF97710357823D084E68CA15974D380_RuntimeMethod_var); } IL_005c: { // crc.Update(buffer, offset, count); Crc32_t4F91711DB789267184E382500C264C4FEBDA173D * L_12 = __this->get_crc_14(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = ___count2; NullCheck(L_12); Crc32_Update_m78D56FFB9222D89BCD3BC6029B7C20DD2A0DE0C8(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); // size += count; int64_t L_16 = __this->get_size_18(); int32_t L_17 = ___count2; __this->set_size_18(((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)L_17)))))); // switch (curMethod) { int32_t L_18 = __this->get_curMethod_17(); V_0 = L_18; int32_t L_19 = V_0; if (!L_19) { goto IL_0091; } } { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)8)))) { goto IL_00b1; } } { // base.Write(buffer, offset, count); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___buffer0; int32_t L_22 = ___offset1; int32_t L_23 = ___count2; DeflaterOutputStream_Write_m94E5498BFA7C02DF84D1AD8F0E63F176E833D94A(__this, L_21, L_22, L_23, /*hidden argument*/NULL); // break; return; } IL_0091: { // if (Password != null) { String_t* L_24 = DeflaterOutputStream_get_Password_m1B3EEA52433F35D4CE9FD586563A294393477CD5_inline(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00a3; } } { // CopyAndEncrypt(buffer, offset, count); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___buffer0; int32_t L_26 = ___offset1; int32_t L_27 = ___count2; ZipOutputStream_CopyAndEncrypt_m630643F7462B06813EC17D3B86D5166C198CAE58(__this, L_25, L_26, L_27, /*hidden argument*/NULL); // } else { return; } IL_00a3: { // baseOutputStream_.Write(buffer, offset, count); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___buffer0; int32_t L_30 = ___offset1; int32_t L_31 = ___count2; NullCheck(L_28); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_28, L_29, L_30, L_31); } IL_00b1: { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::CopyAndEncrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_CopyAndEncrypt_m630643F7462B06813EC17D3B86D5166C198CAE58 (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_CopyAndEncrypt_m630643F7462B06813EC17D3B86D5166C198CAE58_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int32_t V_1 = 0; int32_t G_B4_0 = 0; { // byte[] localBuffer = new byte[CopyBufferSize]; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_0 = L_0; goto IL_0049; } IL_000d: { // int bufferCount = (count < CopyBufferSize) ? count : CopyBufferSize; int32_t L_1 = ___count2; if ((((int32_t)L_1) < ((int32_t)((int32_t)4096)))) { goto IL_001c; } } { G_B4_0 = ((int32_t)4096); goto IL_001d; } IL_001c: { int32_t L_2 = ___count2; G_B4_0 = L_2; } IL_001d: { V_1 = G_B4_0; // Array.Copy(buffer, offset, localBuffer, 0, bufferCount); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0; int32_t L_4 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; int32_t L_6 = V_1; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); // EncryptBlock(localBuffer, 0, bufferCount); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; int32_t L_8 = V_1; DeflaterOutputStream_EncryptBlock_mCC6FFFDC205CE4713AB22EC5545B344BF7F3C6F3(__this, L_7, 0, L_8, /*hidden argument*/NULL); // baseOutputStream_.Write(localBuffer, 0, bufferCount); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_9); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11); // count -= bufferCount; int32_t L_12 = ___count2; int32_t L_13 = V_1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)); // offset += bufferCount; int32_t L_14 = ___offset1; int32_t L_15 = V_1; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); } IL_0049: { // while (count > 0) { int32_t L_16 = ___count2; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_000d; } } { // } return; } } // System.Void ICSharpCode.SharpZipLib.Zip.ZipOutputStream::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipOutputStream_Finish_m50DB03375E4BE4D7D20A3A402A43DBF18729738E (ZipOutputStream_t3429028DE97D3C107E0682ED9FF732F02739B299 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZipOutputStream_Finish_m50DB03375E4BE4D7D20A3A402A43DBF18729738E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 V_2; memset((&V_2), 0, sizeof(V_2)); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * V_5 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL; ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B32_0 = NULL; { // if (entries == null) { List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_0 = __this->get_entries_13(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (curEntry != null) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_1 = __this->get_curEntry_15(); if (!L_1) { goto IL_0017; } } { // CloseEntry(); ZipOutputStream_CloseEntry_mC7DEC5906AB67AFF72750F211636F9123EE6D47B(__this, /*hidden argument*/NULL); } IL_0017: { // long numEntries = entries.Count; List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_2 = __this->get_entries_13(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_mDA12F5A497E4DF0251A4C0DF3331FB19CF7BEA06_inline(L_2, /*hidden argument*/List_1_get_Count_mDA12F5A497E4DF0251A4C0DF3331FB19CF7BEA06_RuntimeMethod_var); V_0 = (((int64_t)((int64_t)L_3))); // long sizeEntries = 0; V_1 = (((int64_t)((int64_t)0))); // foreach (ZipEntry entry in entries) { List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA * L_4 = __this->get_entries_13(); NullCheck(L_4); Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 L_5 = List_1_GetEnumerator_m02DB1EB7661BD0EFB968EC6F02C1C483E5F441A8(L_4, /*hidden argument*/List_1_GetEnumerator_m02DB1EB7661BD0EFB968EC6F02C1C483E5F441A8_RuntimeMethod_var); V_2 = L_5; } IL_0033: try { // begin try (depth: 1) { goto IL_02b8; } IL_0038: { // foreach (ZipEntry entry in entries) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_6 = Enumerator_get_Current_m991113A22DC2228E469D1D81E03BA7ED0C7B18B8_inline((Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 *)(&V_2), /*hidden argument*/Enumerator_get_Current_m991113A22DC2228E469D1D81E03BA7ED0C7B18B8_RuntimeMethod_var); V_3 = L_6; // WriteLeInt(ZipConstants.CentralHeaderSignature); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, ((int32_t)33639248), /*hidden argument*/NULL); // WriteLeShort(ZipConstants.VersionMadeBy); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, ((int32_t)51), /*hidden argument*/NULL); // WriteLeShort(entry.Version); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_7 = V_3; NullCheck(L_7); int32_t L_8 = ZipEntry_get_Version_m61DD88D3B800ED5F927CB18BC003D6D6DC4E8901(L_7, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, L_8, /*hidden argument*/NULL); // WriteLeShort(entry.Flags); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_9 = V_3; NullCheck(L_9); int32_t L_10 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_9, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, L_10, /*hidden argument*/NULL); // WriteLeShort((short)entry.CompressionMethodForHeader); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_11 = V_3; NullCheck(L_11); int32_t L_12 = ZipEntry_get_CompressionMethodForHeader_m4598FDD138D0B26A2EBBF9164B5BF03677176B1E(L_11, /*hidden argument*/NULL); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, (((int16_t)((int16_t)L_12))), /*hidden argument*/NULL); // WriteLeInt((int)entry.DosTime); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_13 = V_3; NullCheck(L_13); int64_t L_14 = ZipEntry_get_DosTime_mD53092E34EE069A66308F17BA76D6C55BC453DFB(L_13, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_14))), /*hidden argument*/NULL); // WriteLeInt((int)entry.Crc); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_15 = V_3; NullCheck(L_15); int64_t L_16 = ZipEntry_get_Crc_m70AF6BCD8CE5361B39B70B3DA13CC0B97DCFC39C(L_15, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_16))), /*hidden argument*/NULL); // if (entry.IsZip64Forced() || // (entry.CompressedSize >= uint.MaxValue)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_17 = V_3; NullCheck(L_17); bool L_18 = ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00a4; } } IL_009a: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_19 = V_3; NullCheck(L_19); int64_t L_20 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_19, /*hidden argument*/NULL); if ((((int64_t)L_20) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00ad; } } IL_00a4: { // WriteLeInt(-1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_00ba; } IL_00ad: { // WriteLeInt((int)entry.CompressedSize); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_21 = V_3; NullCheck(L_21); int64_t L_22 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_21, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_22))), /*hidden argument*/NULL); } IL_00ba: { // if (entry.IsZip64Forced() || // (entry.Size >= uint.MaxValue)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_23 = V_3; NullCheck(L_23); bool L_24 = ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00cc; } } IL_00c2: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_25 = V_3; NullCheck(L_25); int64_t L_26 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_25, /*hidden argument*/NULL); if ((((int64_t)L_26) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00d5; } } IL_00cc: { // WriteLeInt(-1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_00e2; } IL_00d5: { // WriteLeInt((int)entry.Size); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_27 = V_3; NullCheck(L_27); int64_t L_28 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_27, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_28))), /*hidden argument*/NULL); } IL_00e2: { // byte[] name = ZipConstants.ConvertToArray(entry.Flags, entry.Name); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_29 = V_3; NullCheck(L_29); int32_t L_30 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_29, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_31 = V_3; NullCheck(L_31); String_t* L_32 = ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ZipConstants_ConvertToArray_m6EC941BE61B515A1EB8ED2A896912E9AE41047E9(L_30, L_32, /*hidden argument*/NULL); V_4 = L_33; // if (name.Length > 0xffff) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_4; NullCheck(L_34); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_010b; } } IL_0100: { // throw new ZipException("Name too long."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_35 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_35, _stringLiteral0F852624D371B6B99FD56D2D3AFDC0D52969380F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ZipOutputStream_Finish_m50DB03375E4BE4D7D20A3A402A43DBF18729738E_RuntimeMethod_var); } IL_010b: { // var ed = new ZipExtraData(entry.ExtraData); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_36 = V_3; NullCheck(L_36); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline(L_36, /*hidden argument*/NULL); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_38 = (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE *)il2cpp_codegen_object_new(ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE_il2cpp_TypeInfo_var); ZipExtraData__ctor_m40693DE86CB8FA1E5503A429243974971C4D0794(L_38, L_37, /*hidden argument*/NULL); V_5 = L_38; // if (entry.CentralHeaderRequiresZip64) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_39 = V_3; NullCheck(L_39); bool L_40 = ZipEntry_get_CentralHeaderRequiresZip64_m77E153695D18B161DC38CC17D72F024D3A3E24E2(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0186; } } IL_0120: { // ed.StartNewEntry(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_41 = V_5; NullCheck(L_41); ZipExtraData_StartNewEntry_mEFA9A205E8A024DEA62B8246211BD7EC4470A5E8(L_41, /*hidden argument*/NULL); // if (entry.IsZip64Forced() || // (entry.Size >= 0xffffffff)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_42 = V_3; NullCheck(L_42); bool L_43 = ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline(L_42, /*hidden argument*/NULL); if (L_43) { goto IL_0139; } } IL_012f: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_44 = V_3; NullCheck(L_44); int64_t L_45 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_44, /*hidden argument*/NULL); if ((((int64_t)L_45) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0146; } } IL_0139: { // ed.AddLeLong(entry.Size); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_46 = V_5; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_47 = V_3; NullCheck(L_47); int64_t L_48 = ZipEntry_get_Size_mB9EB0E1E0434C428D8227B25E0195F337C2FE5AC(L_47, /*hidden argument*/NULL); NullCheck(L_46); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_46, L_48, /*hidden argument*/NULL); } IL_0146: { // if (entry.IsZip64Forced() || // (entry.CompressedSize >= 0xffffffff)) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_49 = V_3; NullCheck(L_49); bool L_50 = ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline(L_49, /*hidden argument*/NULL); if (L_50) { goto IL_0158; } } IL_014e: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_51 = V_3; NullCheck(L_51); int64_t L_52 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_51, /*hidden argument*/NULL); if ((((int64_t)L_52) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0165; } } IL_0158: { // ed.AddLeLong(entry.CompressedSize); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_53 = V_5; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_54 = V_3; NullCheck(L_54); int64_t L_55 = ZipEntry_get_CompressedSize_m8F35E173805ACE1911CE1EAB24ADC9888707708F(L_54, /*hidden argument*/NULL); NullCheck(L_53); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_53, L_55, /*hidden argument*/NULL); } IL_0165: { // if (entry.Offset >= 0xffffffff) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_56 = V_3; NullCheck(L_56); int64_t L_57 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_56, /*hidden argument*/NULL); if ((((int64_t)L_57) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_017c; } } IL_016f: { // ed.AddLeLong(entry.Offset); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_58 = V_5; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_59 = V_3; NullCheck(L_59); int64_t L_60 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_59, /*hidden argument*/NULL); NullCheck(L_58); ZipExtraData_AddLeLong_m8469AB84F829FA4B276F4D10712159EF93BBDB1E(L_58, L_60, /*hidden argument*/NULL); } IL_017c: { // ed.AddNewEntry(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_61 = V_5; NullCheck(L_61); ZipExtraData_AddNewEntry_m85CE624FF6CCA7968EC84574AA916139D531341E(L_61, 1, /*hidden argument*/NULL); // } else { goto IL_018f; } IL_0186: { // ed.Delete(1); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_62 = V_5; NullCheck(L_62); ZipExtraData_Delete_m337FC3A9E87E1467D33374A3AAA8D7A6D936A38D(L_62, 1, /*hidden argument*/NULL); } IL_018f: { // if (entry.AESKeySize > 0) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_63 = V_3; NullCheck(L_63); int32_t L_64 = ZipEntry_get_AESKeySize_m33035098BFD815354CBC64F65E74A9BF6CAB8376(L_63, /*hidden argument*/NULL); if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_01a0; } } IL_0198: { // AddExtraDataAES(entry, ed); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_65 = V_3; ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_66 = V_5; ZipOutputStream_AddExtraDataAES_m65EEA3BC729D9C4607EF2B3F2D5BF0322C7275D3(L_65, L_66, /*hidden argument*/NULL); } IL_01a0: { // byte[] extra = ed.GetEntryData(); ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * L_67 = V_5; NullCheck(L_67); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = ZipExtraData_GetEntryData_mB5E9F988D9BE81890EAC9BF7CC9D383571003EC1(L_67, /*hidden argument*/NULL); V_6 = L_68; // byte[] entryComment = // (entry.Comment != null) ? // ZipConstants.ConvertToArray(entry.Flags, entry.Comment) : // new byte[0]; ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_69 = V_3; NullCheck(L_69); String_t* L_70 = ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline(L_69, /*hidden argument*/NULL); if (L_70) { goto IL_01b9; } } IL_01b1: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); G_B32_0 = L_71; goto IL_01ca; } IL_01b9: { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_72 = V_3; NullCheck(L_72); int32_t L_73 = ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline(L_72, /*hidden argument*/NULL); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_74 = V_3; NullCheck(L_74); String_t* L_75 = ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline(L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ZipConstants_t7AC2CFE425B507B0B32C85B0FDE451D675081198_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = ZipConstants_ConvertToArray_m6EC941BE61B515A1EB8ED2A896912E9AE41047E9(L_73, L_75, /*hidden argument*/NULL); G_B32_0 = L_76; } IL_01ca: { V_7 = G_B32_0; // if (entryComment.Length > 0xffff) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = V_7; NullCheck(L_77); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length))))) <= ((int32_t)((int32_t)65535)))) { goto IL_01e2; } } IL_01d7: { // throw new ZipException("Comment too long."); ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E * L_78 = (ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E *)il2cpp_codegen_object_new(ZipException_t4F643C31D8A98DD6E9D1ECB25A8316A0EE365C6E_il2cpp_TypeInfo_var); ZipException__ctor_mD2124E32F71642B0C5438057B84DDD680C758D99(L_78, _stringLiteralCCACDB5E7C5CC9CEB0FE2752A096145D2F063970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, ZipOutputStream_Finish_m50DB03375E4BE4D7D20A3A402A43DBF18729738E_RuntimeMethod_var); } IL_01e2: { // WriteLeShort(name.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = V_4; NullCheck(L_79); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_79)->max_length)))), /*hidden argument*/NULL); // WriteLeShort(extra.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = V_6; NullCheck(L_80); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_80)->max_length)))), /*hidden argument*/NULL); // WriteLeShort(entryComment.Length); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_7; NullCheck(L_81); ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, (((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length)))), /*hidden argument*/NULL); // WriteLeShort(0); // disk number ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, 0, /*hidden argument*/NULL); // WriteLeShort(0); // internal file attributes ZipOutputStream_WriteLeShort_m93C02BBF877A28D116FC50D968EB916A35D7EF7F(__this, 0, /*hidden argument*/NULL); // if (entry.ExternalFileAttributes != -1) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_82 = V_3; NullCheck(L_82); int32_t L_83 = ZipEntry_get_ExternalFileAttributes_mFA8558B05A6EE93BFF200F311F52EA9DF9B7D11D(L_82, /*hidden argument*/NULL); if ((((int32_t)L_83) == ((int32_t)(-1)))) { goto IL_0225; } } IL_0217: { // WriteLeInt(entry.ExternalFileAttributes); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_84 = V_3; NullCheck(L_84); int32_t L_85 = ZipEntry_get_ExternalFileAttributes_mFA8558B05A6EE93BFF200F311F52EA9DF9B7D11D(L_84, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, L_85, /*hidden argument*/NULL); // } else { goto IL_023e; } IL_0225: { // if (entry.IsDirectory) { // mark entry as directory (from nikolam.AT.perfectinfo.com) ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_86 = V_3; NullCheck(L_86); bool L_87 = ZipEntry_get_IsDirectory_m773E5B3D941524E27554E4C422B9D1195924B67B(L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_0237; } } IL_022d: { // WriteLeInt(16); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, ((int32_t)16), /*hidden argument*/NULL); // } else { goto IL_023e; } IL_0237: { // WriteLeInt(0); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, 0, /*hidden argument*/NULL); } IL_023e: { // if (entry.Offset >= uint.MaxValue) { ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_88 = V_3; NullCheck(L_88); int64_t L_89 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_88, /*hidden argument*/NULL); if ((((int64_t)L_89) < ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0251; } } IL_0248: { // WriteLeInt(-1); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (-1), /*hidden argument*/NULL); // } else { goto IL_025e; } IL_0251: { // WriteLeInt((int)entry.Offset); ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_90 = V_3; NullCheck(L_90); int64_t L_91 = ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline(L_90, /*hidden argument*/NULL); ZipOutputStream_WriteLeInt_mFC654E3244257691D3113D357EB609672051DC19(__this, (((int32_t)((int32_t)L_91))), /*hidden argument*/NULL); } IL_025e: { // if (name.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = V_4; NullCheck(L_92); if (!(((RuntimeArray*)L_92)->max_length)) { goto IL_0275; } } IL_0263: { // baseOutputStream_.Write(name, 0, name.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_93 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = V_4; NullCheck(L_95); NullCheck(L_93); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_93, L_94, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_95)->max_length))))); } IL_0275: { // if (extra.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = V_6; NullCheck(L_96); if (!(((RuntimeArray*)L_96)->max_length)) { goto IL_028c; } } IL_027a: { // baseOutputStream_.Write(extra, 0, extra.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_97 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = V_6; NullCheck(L_99); NullCheck(L_97); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_97, L_98, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length))))); } IL_028c: { // if (entryComment.Length > 0) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_100 = V_7; NullCheck(L_100); if (!(((RuntimeArray*)L_100)->max_length)) { goto IL_02a3; } } IL_0291: { // baseOutputStream_.Write(entryComment, 0, entryComment.Length); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_101 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_102 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_103 = V_7; NullCheck(L_103); NullCheck(L_101); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_101, L_102, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_103)->max_length))))); } IL_02a3: { // sizeEntries += ZipConstants.CentralHeaderBaseSize + name.Length + extra.Length + entryComment.Length; int64_t L_104 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_105 = V_4; NullCheck(L_105); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_106 = V_6; NullCheck(L_106); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = V_7; NullCheck(L_107); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_104, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)46), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_105)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_106)->max_length)))))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_107)->max_length))))))))))); } IL_02b8: { // foreach (ZipEntry entry in entries) { bool L_108 = Enumerator_MoveNext_mE6B71CAFDFAA39781EF9C2A719B7CF9DB520A94B((Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_mE6B71CAFDFAA39781EF9C2A719B7CF9DB520A94B_RuntimeMethod_var); if (L_108) { goto IL_0038; } } IL_02c4: { IL2CPP_LEAVE(0x2D4, FINALLY_02c6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02c6; } FINALLY_02c6: { // begin finally (depth: 1) Enumerator_Dispose_m2E1D3743F2CFFD51A1225340BD66B80382BF6683((Enumerator_tD047E2D0265610D99461D33B05C354AF544FF081 *)(&V_2), /*hidden argument*/Enumerator_Dispose_m2E1D3743F2CFFD51A1225340BD66B80382BF6683_RuntimeMethod_var); IL2CPP_END_FINALLY(710) } // end finally (depth: 1) IL2CPP_CLEANUP(710) { IL2CPP_JUMP_TBL(0x2D4, IL_02d4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02d4: { // using (ZipHelperStream zhs = new ZipHelperStream(baseOutputStream_)) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_109 = ((DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 *)__this)->get_baseOutputStream__10(); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_110 = (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 *)il2cpp_codegen_object_new(ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0_il2cpp_TypeInfo_var); ZipHelperStream__ctor_m1ECC4B19232C4E4E4543CBD6E667C9A5316D978E(L_110, L_109, /*hidden argument*/NULL); V_8 = L_110; } IL_02e1: try { // begin try (depth: 1) // zhs.WriteEndOfCentralDirectory(numEntries, sizeEntries, offset, zipComment); ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_111 = V_8; int64_t L_112 = V_0; int64_t L_113 = V_1; int64_t L_114 = __this->get_offset_19(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_115 = __this->get_zipComment_20(); NullCheck(L_111); ZipHelperStream_WriteEndOfCentralDirectory_m01B44EC3E0CF96957759F3C08E51F15ED2E95397(L_111, L_112, L_113, L_114, L_115, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x304, FINALLY_02f8); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02f8; } FINALLY_02f8: { // begin finally (depth: 1) { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_116 = V_8; if (!L_116) { goto IL_0303; } } IL_02fc: { ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * L_117 = V_8; NullCheck(L_117); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_117); } IL_0303: { IL2CPP_END_FINALLY(760) } } // end finally (depth: 1) IL2CPP_CLEANUP(760) { IL2CPP_JUMP_TBL(0x304, IL_0304) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0304: { // entries = null; __this->set_entries_13((List_1_tECEFA46C7DC104221734B2A253FE40324C9A87DA *)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 ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipTestResultHandler__ctor_mBBA83146E3889914891B94C0123F6CD8AAFFE401 (ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * __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 ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler::Invoke(ICSharpCode.SharpZipLib.Zip.TestStatus,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipTestResultHandler_Invoke_mF627A972231370B5A82A248A45D4E812738451A0 (ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * __this, TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * ___status0, String_t* ___message1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 (!il2cpp_codegen_method_is_virtual(targetMethod)) { 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) (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___status0, ___message1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___status0, ___message1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< String_t* >::Invoke(targetMethod, ___status0, ___message1); else GenericVirtActionInvoker1< String_t* >::Invoke(targetMethod, ___status0, ___message1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___status0, ___message1); else VirtActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___status0, ___message1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___message1) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___status0, ___message1, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___status0, ___message1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t* >::Invoke(targetMethod, targetThis, ___status0, ___message1); else GenericVirtActionInvoker2< TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t* >::Invoke(targetMethod, targetThis, ___status0, ___message1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___status0, ___message1); else VirtActionInvoker2< TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___status0, ___message1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___status0) - 1), ___message1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 *, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___status0, ___message1, targetMethod); } } } } } // System.IAsyncResult ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler::BeginInvoke(ICSharpCode.SharpZipLib.Zip.TestStatus,System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ZipTestResultHandler_BeginInvoke_mC026C3B7E5795EBAAE4E6D5C84CF8654830B8584 (ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * __this, TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * ___status0, String_t* ___message1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___status0; __d_args[1] = ___message1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipTestResultHandler_EndInvoke_mAA893A7B1A205A75E357D912B2CC668C81409745 (ZipTestResultHandler_t0C39362400A1B7C9B5DB6613A330CA370FB59E61 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 // QFramework.AssetBundleRes QFramework.AssetBundleRes::Allocate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * AssetBundleRes_Allocate_m9428779D7C174F1BE62E309FAC2DB1F122B4E91D (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_Allocate_m9428779D7C174F1BE62E309FAC2DB1F122B4E91D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // var res = SafeObjectPool.Instance.Allocate(); SafeObjectPool_1_t9BCB566102940DB3B7D95C037C8CE236D012B7BF * L_0 = SafeObjectPool_1_get_Instance_mF0B3FDC509F2AC87E62FD81EA9DB66FCA2B54FA5(/*hidden argument*/SafeObjectPool_1_get_Instance_mF0B3FDC509F2AC87E62FD81EA9DB66FCA2B54FA5_RuntimeMethod_var); NullCheck(L_0); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_1 = VirtFuncInvoker0< AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * >::Invoke(7 /* !0 QFramework.Pool`1::Allocate() */, L_0); // res.AssetName = name; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_2 = L_1; String_t* L_3 = ___name0; NullCheck(L_2); Res_set_AssetName_m20D851181AB1888AEAACC8676A754FC65D86DB0F_inline(L_2, L_3, /*hidden argument*/NULL); // res.AssetType = typeof(AssetBundle); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_4 = L_2; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast (AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL); NullCheck(L_4); Res_set_AssetType_mB2A98A084BBD288E6F2CB1145B2AC00541F38F0B_inline(L_4, L_6, /*hidden argument*/NULL); // res.InitAssetBundleName(); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_7 = L_4; NullCheck(L_7); AssetBundleRes_InitAssetBundleName_mD27C2D6D90AB6791358EEAC8A3AAD1EAF7ED7F13(L_7, /*hidden argument*/NULL); // return res; return L_7; } } // System.Void QFramework.AssetBundleRes::InitAssetBundleName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes_InitAssetBundleName_mD27C2D6D90AB6791358EEAC8A3AAD1EAF7ED7F13 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_InitAssetBundleName_mD27C2D6D90AB6791358EEAC8A3AAD1EAF7ED7F13_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // mDependResList = AssetBundleSettings.AssetBundleConfigFile.GetAllDependenciesByUrl(AssetName); IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); RuntimeObject* L_0 = AssetBundleSettings_get_AssetBundleConfigFile_mB06127BEEB496D24FCF2FA7647F84441F4759F63(/*hidden argument*/NULL); String_t* L_1 = Res_get_AssetName_m98ADA6ABCB8F57495B3A40A211B07397786DFEEE_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = InterfaceFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(1 /* System.String[] QFramework.IResDatas::GetAllDependenciesByUrl(System.String) */, IResDatas_t6C7060B1474A2F55215E19C59176A8F9FC3E2AB1_il2cpp_TypeInfo_var, L_0, L_1); __this->set_mDependResList_9(L_2); // } return; } } // UnityEngine.AssetBundle QFramework.AssetBundleRes::get_AssetBundle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // get { return (AssetBundle) mAsset; } Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = ((Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B *)__this)->get_mAsset_3(); return ((AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 *)CastclassClass((RuntimeObject*)L_0, AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78_il2cpp_TypeInfo_var)); } } // System.Void QFramework.AssetBundleRes::set_AssetBundle(UnityEngine.AssetBundle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes_set_AssetBundle_m91F3E345D7AF6C332E69D87826F67C993F297F08 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * ___value0, const RuntimeMethod* method) { { // private set { mAsset = value; } AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_0 = ___value0; ((Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B *)__this)->set_mAsset_3(L_0); // private set { mAsset = value; } return; } } // System.Boolean QFramework.AssetBundleRes::LoadSync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetBundleRes_LoadSync_m4EA6545FFD479E42303AB57E9763CF67F876AAAE (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_LoadSync_m4EA6545FFD479E42303AB57E9763CF67F876AAAE_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * V_0 = NULL; { // if (!CheckLoadAble()) bool L_0 = Res_CheckLoadAble_m2806D65411A6D45E175FD9BC74F71351D2F2378C(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // return false; return (bool)0; } IL_000a: { // State = ResState.Loading; Res_set_State_m1F0898EA578F3D40919A5444B2968437E72DF4B6(__this, 1, /*hidden argument*/NULL); // var url = AssetBundleSettings.AssetBundleName2Url(mAssetName); String_t* L_1 = ((Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B *)__this)->get_mAssetName_1(); IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); String_t* L_2 = AssetBundleSettings_AssetBundleName2Url_m5370F76C9047CF13AD51CFA33BECEF64609AFEE2(L_1, /*hidden argument*/NULL); // var bundle = AssetBundle.LoadFromFile(url); AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_3 = AssetBundle_LoadFromFile_m9D7CD085CD2B41301BDDA86BB040A2479B227AF9(L_2, /*hidden argument*/NULL); V_0 = L_3; // mUnloadFlag = true; __this->set_mUnloadFlag_8((bool)1); // if (bundle == null) AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0054; } } { // Log.E("Failed Load AssetBundle:" + mAssetName); String_t* L_6 = ((Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B *)__this)->get_mAssetName_1(); String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral44DAE7A0619D6F64786226572B801AB3819CD4D6, L_6, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); Log_E_m29D47134C08FEF644DBB34B35B900FFAFF7689B7(L_7, L_8, /*hidden argument*/NULL); // OnResLoadFaild(); Res_OnResLoadFaild_m36B8B1C9D1A6316FB452A787BCD49E79DDF18168(__this, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0054: { // AssetBundle = bundle; AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_9 = V_0; AssetBundleRes_set_AssetBundle_m91F3E345D7AF6C332E69D87826F67C993F297F08_inline(__this, L_9, /*hidden argument*/NULL); // State = ResState.Ready; Res_set_State_m1F0898EA578F3D40919A5444B2968437E72DF4B6(__this, 2, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Void QFramework.AssetBundleRes::LoadAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes_LoadAsync_m6398FDAF7D1A74E8D82BE0DD9A60D59F5F207121 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_LoadAsync_m6398FDAF7D1A74E8D82BE0DD9A60D59F5F207121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (!CheckLoadAble()) bool L_0 = Res_CheckLoadAble_m2806D65411A6D45E175FD9BC74F71351D2F2378C(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // State = ResState.Loading; Res_set_State_m1F0898EA578F3D40919A5444B2968437E72DF4B6(__this, 1, /*hidden argument*/NULL); // ResMgr.Instance.PushIEnumeratorTask(this); IL2CPP_RUNTIME_CLASS_INIT(MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8_il2cpp_TypeInfo_var); ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * L_1 = MonoSingleton_1_get_Instance_mCB34C9CA7208CE3EBD7A81F58272290FCBA9B4A4(/*hidden argument*/MonoSingleton_1_get_Instance_mCB34C9CA7208CE3EBD7A81F58272290FCBA9B4A4_RuntimeMethod_var); NullCheck(L_1); ResMgr_PushIEnumeratorTask_m1B02D1E8C6B7A571C952CFE4BC8BED7444B5FB8B(L_1, __this, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator QFramework.AssetBundleRes::DoLoadAsync(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetBundleRes_DoLoadAsync_m2192C32F57FD9427ADF2A0F6F38BAE020DA16616 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___finishCallback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_DoLoadAsync_m2192C32F57FD9427ADF2A0F6F38BAE020DA16616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * L_0 = (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 *)il2cpp_codegen_object_new(U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48_il2cpp_TypeInfo_var); U3CDoLoadAsyncU3Ed__10__ctor_mD404176780FA3D5DB0540CD2531018076DD1B292(L_0, 0, /*hidden argument*/NULL); U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * L_2 = L_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___finishCallback0; NullCheck(L_2); L_2->set_finishCallback_3(L_3); return L_2; } } // System.String[] QFramework.AssetBundleRes::GetDependResList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* AssetBundleRes_GetDependResList_mD14D074CA2BCD0E2377A4C44BF284FD2D37D56A0 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { { // return mDependResList; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_mDependResList_9(); return L_0; } } // System.Boolean QFramework.AssetBundleRes::UnloadImage(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetBundleRes_UnloadImage_m5BB7A5CAF469E0402DFAC3A6F4FF80D8BCFF4226 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, bool ___flag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_UnloadImage_m5BB7A5CAF469E0402DFAC3A6F4FF80D8BCFF4226_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (AssetBundle != null) AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_0 = AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { // mUnloadFlag = flag; bool L_2 = ___flag0; __this->set_mUnloadFlag_8(L_2); } IL_0015: { // return true; return (bool)1; } } // System.Void QFramework.AssetBundleRes::Recycle2Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes_Recycle2Cache_m140E14AA7F6AD68A427AC939B2F85AC432FDC627 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_Recycle2Cache_m140E14AA7F6AD68A427AC939B2F85AC432FDC627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // SafeObjectPool.Instance.Recycle(this); SafeObjectPool_1_t9BCB566102940DB3B7D95C037C8CE236D012B7BF * L_0 = SafeObjectPool_1_get_Instance_mF0B3FDC509F2AC87E62FD81EA9DB66FCA2B54FA5(/*hidden argument*/SafeObjectPool_1_get_Instance_mF0B3FDC509F2AC87E62FD81EA9DB66FCA2B54FA5_RuntimeMethod_var); NullCheck(L_0); VirtFuncInvoker1< bool, AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * >::Invoke(8 /* System.Boolean QFramework.Pool`1::Recycle(!0) */, L_0, __this); // } return; } } // System.Void QFramework.AssetBundleRes::OnRecycled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes_OnRecycled_mDAF0B29666854E305A057D9C8C6199FD349D2317 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { { // base.OnRecycled(); Res_OnRecycled_m39942EFAAF573530B2B51C754615E6DBA5BF49AA(__this, /*hidden argument*/NULL); // mUnloadFlag = true; __this->set_mUnloadFlag_8((bool)1); // mDependResList = null; __this->set_mDependResList_9((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL); // } return; } } // System.Single QFramework.AssetBundleRes::CalculateProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AssetBundleRes_CalculateProgress_m4E03088A571ED20383F6754099AAFBD06B43128C (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { { // if (mAssetBundleCreateRequest == null) AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * L_0 = __this->get_mAssetBundleCreateRequest_10(); if (L_0) { goto IL_000e; } } { // return 0; return (0.0f); } IL_000e: { // return mAssetBundleCreateRequest.progress; AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * L_1 = __this->get_mAssetBundleCreateRequest_10(); NullCheck(L_1); float L_2 = AsyncOperation_get_progress_m27F7D885AF1A989B993199181DE70D7B0F1E3984(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void QFramework.AssetBundleRes::OnReleaseRes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes_OnReleaseRes_mA859FF419CFAE25534366E52BCC703363D172B5A (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_OnReleaseRes_mA859FF419CFAE25534366E52BCC703363D172B5A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (AssetBundle != null) AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_0 = AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0026; } } { // AssetBundle.Unload(mUnloadFlag); AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_2 = AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781(__this, /*hidden argument*/NULL); bool L_3 = __this->get_mUnloadFlag_8(); NullCheck(L_2); AssetBundle_Unload_m5B7DE41516A059545F8C493EC459EA0A9166EBB3(L_2, L_3, /*hidden argument*/NULL); // AssetBundle = null; AssetBundleRes_set_AssetBundle_m91F3E345D7AF6C332E69D87826F67C993F297F08_inline(__this, (AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 *)NULL, /*hidden argument*/NULL); } IL_0026: { // } return; } } // System.String QFramework.AssetBundleRes::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleRes_ToString_m9D328381982DCDEC9B0C565748BB6CAE70C80337 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleRes_ToString_m9D328381982DCDEC9B0C565748BB6CAE70C80337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // return string.Format("Type:AssetBundle\t {0}", base.ToString()); String_t* L_0 = Res_ToString_mE4D99EDA58EC9DAD5570DA0AA1896BF61F4EB675(__this, /*hidden argument*/NULL); String_t* L_1 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral00720A31157263B3FE261C443B1FE000474DC4AF, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void QFramework.AssetBundleRes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleRes__ctor_mB7D968E3AA5BDA6C29D198D3E90772A8546805F8 (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, const RuntimeMethod* method) { { // private bool mUnloadFlag = true; __this->set_mUnloadFlag_8((bool)1); Res__ctor_m0D2531ADFEDD79398B2ADB0548FD66201471EBD5(__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 QFramework.AssetBundleRes_d__10::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoLoadAsyncU3Ed__10__ctor_mD404176780FA3D5DB0540CD2531018076DD1B292 (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void QFramework.AssetBundleRes_d__10::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoLoadAsyncU3Ed__10_System_IDisposable_Dispose_mD5951ECBBD82166129F5B069F6CE19B4786C1E59 (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean QFramework.AssetBundleRes_d__10::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDoLoadAsyncU3Ed__10_MoveNext_m5651727B9D4DCE1928498725A6ECC3574E4AEC59 (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CDoLoadAsyncU3Ed__10_MoveNext_m5651727B9D4DCE1928498725A6ECC3574E4AEC59_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * V_1 = NULL; String_t* V_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_1 = __this->get_U3CU3E4__this_2(); V_1 = 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_0073; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // if (RefCount <= 0) AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_4 = V_1; NullCheck(L_4); int32_t L_5 = SimpleRC_get_RefCount_mD6BCEE7E0C64229F0DB5BD027E9ACF60827FF456_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_003a; } } { // OnResLoadFaild(); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_6 = V_1; NullCheck(L_6); Res_OnResLoadFaild_m36B8B1C9D1A6316FB452A787BCD49E79DDF18168(L_6, /*hidden argument*/NULL); // finishCallback(); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = __this->get_finishCallback_3(); NullCheck(L_7); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_7, /*hidden argument*/NULL); // yield break; return (bool)0; } IL_003a: { // var url = AssetBundleSettings.AssetBundleName2Url(mAssetName); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_8 = V_1; NullCheck(L_8); String_t* L_9 = ((Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B *)L_8)->get_mAssetName_1(); IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); String_t* L_10 = AssetBundleSettings_AssetBundleName2Url_m5370F76C9047CF13AD51CFA33BECEF64609AFEE2(L_9, /*hidden argument*/NULL); V_2 = L_10; // var abcR = AssetBundle.LoadFromFileAsync(url); String_t* L_11 = V_2; AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * L_12 = AssetBundle_LoadFromFileAsync_m9B68068A09AD5E39904C23E69F03B53D24024C75(L_11, /*hidden argument*/NULL); __this->set_U3CabcRU3E5__2_4(L_12); // mAssetBundleCreateRequest = abcR; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_13 = V_1; AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * L_14 = __this->get_U3CabcRU3E5__2_4(); NullCheck(L_13); L_13->set_mAssetBundleCreateRequest_10(L_14); // yield return abcR; AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * L_15 = __this->get_U3CabcRU3E5__2_4(); __this->set_U3CU3E2__current_1(L_15); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0073: { __this->set_U3CU3E1__state_0((-1)); // mAssetBundleCreateRequest = null; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_16 = V_1; NullCheck(L_16); L_16->set_mAssetBundleCreateRequest_10((AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E *)NULL); // if (!abcR.isDone) AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * L_17 = __this->get_U3CabcRU3E5__2_4(); NullCheck(L_17); bool L_18 = AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00bb; } } { // Log.E("AssetBundleCreateRequest Not Done! Path:" + mAssetName); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_19 = V_1; NullCheck(L_19); String_t* L_20 = ((Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B *)L_19)->get_mAssetName_1(); String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral2620018E988D0B467AED780F41AFE352695BBC6E, L_20, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); Log_E_m29D47134C08FEF644DBB34B35B900FFAFF7689B7(L_21, L_22, /*hidden argument*/NULL); // OnResLoadFaild(); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_23 = V_1; NullCheck(L_23); Res_OnResLoadFaild_m36B8B1C9D1A6316FB452A787BCD49E79DDF18168(L_23, /*hidden argument*/NULL); // finishCallback(); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_24 = __this->get_finishCallback_3(); NullCheck(L_24); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_24, /*hidden argument*/NULL); // yield break; return (bool)0; } IL_00bb: { // AssetBundle = abcR.assetBundle; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_25 = V_1; AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E * L_26 = __this->get_U3CabcRU3E5__2_4(); NullCheck(L_26); AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_27 = AssetBundleCreateRequest_get_assetBundle_mFBACEFA632A41C43D4394F6770059DDE0E35BA11(L_26, /*hidden argument*/NULL); NullCheck(L_25); AssetBundleRes_set_AssetBundle_m91F3E345D7AF6C332E69D87826F67C993F297F08_inline(L_25, L_27, /*hidden argument*/NULL); // } __this->set_U3CabcRU3E5__2_4((AssetBundleCreateRequest_t8D8FCFC0424680D7B5E04346D932442D5886CD2E *)NULL); // State = ResState.Ready; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_28 = V_1; NullCheck(L_28); Res_set_State_m1F0898EA578F3D40919A5444B2968437E72DF4B6(L_28, 2, /*hidden argument*/NULL); // finishCallback(); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_29 = __this->get_finishCallback_3(); NullCheck(L_29); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_29, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object QFramework.AssetBundleRes_d__10::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDoLoadAsyncU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA03735DC95E044B94099C7185F509E34A11B0E80 (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void QFramework.AssetBundleRes_d__10::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoLoadAsyncU3Ed__10_System_Collections_IEnumerator_Reset_m13A275163725B4808941442432203CB96F7AE0BA (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CDoLoadAsyncU3Ed__10_System_Collections_IEnumerator_Reset_m13A275163725B4808941442432203CB96F7AE0BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CDoLoadAsyncU3Ed__10_System_Collections_IEnumerator_Reset_m13A275163725B4808941442432203CB96F7AE0BA_RuntimeMethod_var); } } // System.Object QFramework.AssetBundleRes_d__10::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDoLoadAsyncU3Ed__10_System_Collections_IEnumerator_get_Current_mAD7B1E5A44F6B017F71EB52182123C9781547757 (U3CDoLoadAsyncU3Ed__10_t1DF84A549040A67CBDE40B85ACA5B8F78422ED48 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return 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.Boolean QFramework.AssetBundleResCreator::Match(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetBundleResCreator_Match_m58B5F3C413C6626D6445DB8084E212E406067889 (AssetBundleResCreator_t537A957DAE17E545852EC623B4D27846A0886FB2 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleResCreator_Match_m58B5F3C413C6626D6445DB8084E212E406067889_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // return resSearchKeys.AssetType == typeof(AssetBundle); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_0 = ___resSearchKeys0; NullCheck(L_0); Type_t * L_1 = ResSearchKeys_get_AssetType_m79422380E900A823FC71FF9A88CD95B7AC36AF8C_inline(L_0, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); bool L_4 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_1, L_3, /*hidden argument*/NULL); return L_4; } } // QFramework.IRes QFramework.AssetBundleResCreator::Create(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetBundleResCreator_Create_m59CCC1567BA7C66B0E8F65196A064765784304F4 (AssetBundleResCreator_t537A957DAE17E545852EC623B4D27846A0886FB2 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys0, const RuntimeMethod* method) { { // return AssetBundleRes.Allocate(resSearchKeys.AssetName); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_0 = ___resSearchKeys0; NullCheck(L_0); String_t* L_1 = ResSearchKeys_get_AssetName_mF07808496E71FFD080ADD09FC0D5F6BE485DF235_inline(L_0, /*hidden argument*/NULL); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_2 = AssetBundleRes_Allocate_m9428779D7C174F1BE62E309FAC2DB1F122B4E91D(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void QFramework.AssetBundleResCreator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleResCreator__ctor_mE99AE57CDFFF0785A4BA6A4C8CC1350992FA7119 (AssetBundleResCreator_t537A957DAE17E545852EC623B4D27846A0886FB2 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 // QFramework.AssetBundleSceneRes QFramework.AssetBundleSceneRes::Allocate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * AssetBundleSceneRes_Allocate_m3F8FB9FC977FB493AFB7694249BB930811B9D119 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSceneRes_Allocate_m3F8FB9FC977FB493AFB7694249BB930811B9D119_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * V_0 = NULL; { // AssetBundleSceneRes res = SafeObjectPool.Instance.Allocate(); SafeObjectPool_1_tC29347A3C83BF6ABBC8D54E9C8C361C0AECDDC93 * L_0 = SafeObjectPool_1_get_Instance_m3EA17B04586FEB5458DE0BAB9B4C8B8323173C24(/*hidden argument*/SafeObjectPool_1_get_Instance_m3EA17B04586FEB5458DE0BAB9B4C8B8323173C24_RuntimeMethod_var); NullCheck(L_0); AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * L_1 = VirtFuncInvoker0< AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * >::Invoke(7 /* !0 QFramework.Pool`1::Allocate() */, L_0); V_0 = L_1; // if (res != null) AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * L_2 = V_0; if (!L_2) { goto IL_001b; } } { // res.AssetName = name; AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_3); Res_set_AssetName_m20D851181AB1888AEAACC8676A754FC65D86DB0F_inline(L_3, L_4, /*hidden argument*/NULL); // res.InitAssetBundleName(); AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * L_5 = V_0; NullCheck(L_5); AssetRes_InitAssetBundleName_m6897BA88174A8E5F7E605990CA4BF28FB6B0493F(L_5, /*hidden argument*/NULL); } IL_001b: { // return res; AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * L_6 = V_0; return L_6; } } // System.Void QFramework.AssetBundleSceneRes::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSceneRes__ctor_m9B36FCD8ACB672935ABC7B6183E8EE698348AD5A (AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * __this, String_t* ___assetName0, const RuntimeMethod* method) { { // public AssetBundleSceneRes(string assetName) : base(assetName) String_t* L_0 = ___assetName0; AssetRes__ctor_mD48A0529E43AF442DB440BD51C904EACFB749CA4(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.AssetBundleSceneRes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSceneRes__ctor_m628E64474571327B9DCC10CC1842276D6CA8DF82 (AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * __this, const RuntimeMethod* method) { { // public AssetBundleSceneRes() AssetRes__ctor_m88B11F0700CB159E42D1D3D13F2027CB8D2E8CD6(__this, /*hidden argument*/NULL); // } return; } } // System.Boolean QFramework.AssetBundleSceneRes::LoadSync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetBundleSceneRes_LoadSync_mF420C2DA98C10D451612CB492A6A08CF1F7DFB9A (AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSceneRes_LoadSync_mF420C2DA98C10D451612CB492A6A08CF1F7DFB9A_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * V_0 = NULL; AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * V_1 = NULL; { // if (!CheckLoadAble()) bool L_0 = Res_CheckLoadAble_m2806D65411A6D45E175FD9BC74F71351D2F2378C(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // return false; return (bool)0; } IL_000a: { // if (string.IsNullOrEmpty(AssetBundleName)) String_t* L_1 = AssetRes_get_AssetBundleName_mE0EDDBE6334932D8A9D8D8729121C43FCCDFE8B4(__this, /*hidden argument*/NULL); bool L_2 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { // return false; return (bool)0; } IL_0019: { // var resSearchKeys = ResSearchKeys.Allocate(AssetBundleName); String_t* L_3 = AssetRes_get_AssetBundleName_mE0EDDBE6334932D8A9D8D8729121C43FCCDFE8B4(__this, /*hidden argument*/NULL); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_4 = ResSearchKeys_Allocate_mB6BB83D6D702E8990B90E211A56168C6F2B05E7C(L_3, (String_t*)NULL, (Type_t *)NULL, /*hidden argument*/NULL); V_0 = L_4; // var abR = ResMgr.Instance.GetRes(resSearchKeys); IL2CPP_RUNTIME_CLASS_INIT(MonoSingleton_1_t6A9FE5CFDCD5C9A42C6DFEB6105DDDA64657C7F8_il2cpp_TypeInfo_var); ResMgr_t2806DCB7C1F00EB7E2A3AF78242538578675FEE3 * L_5 = MonoSingleton_1_get_Instance_mCB34C9CA7208CE3EBD7A81F58272290FCBA9B4A4(/*hidden argument*/MonoSingleton_1_get_Instance_mCB34C9CA7208CE3EBD7A81F58272290FCBA9B4A4_RuntimeMethod_var); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_6 = V_0; NullCheck(L_5); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_7 = ResMgr_GetRes_TisAssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F_m50F22FEC7684DCBA0C4F7C70179D989D619C1902(L_5, L_6, /*hidden argument*/ResMgr_GetRes_TisAssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F_m50F22FEC7684DCBA0C4F7C70179D989D619C1902_RuntimeMethod_var); V_1 = L_7; // resSearchKeys.Recycle2Cache(); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_8 = V_0; NullCheck(L_8); ResSearchKeys_Recycle2Cache_m3995EE7AD7E73050029EC862D143191F881A853F(L_8, /*hidden argument*/NULL); // if (abR == null || abR.AssetBundle == null) AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_9 = V_1; if (!L_9) { goto IL_004a; } } { AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_10 = V_1; NullCheck(L_10); AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_11 = AssetBundleRes_get_AssetBundle_m22042C5BDDD6953412BC427785ECE0AC2EC52781(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_12 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_11, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0061; } } IL_004a: { // Log.E("Failed to Load Asset, Not Find AssetBundleImage:" + abR); AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * L_13 = V_1; String_t* L_14 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral6DCEDB4402C0E26DB9749C1A6A2C80CA3C8C3CB1, L_13, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); Log_E_m29D47134C08FEF644DBB34B35B900FFAFF7689B7(L_14, L_15, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0061: { // State = ResState.Ready; Res_set_State_m1F0898EA578F3D40919A5444B2968437E72DF4B6(__this, 2, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Void QFramework.AssetBundleSceneRes::LoadAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSceneRes_LoadAsync_m53E9009951D601A1453B40B776A1D1B729852160 (AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * __this, const RuntimeMethod* method) { { // LoadSync(); VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean QFramework.Res::LoadSync() */, __this); // } return; } } // System.Void QFramework.AssetBundleSceneRes::Recycle2Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSceneRes_Recycle2Cache_m692CACA5B4FCB1B33933CF2DC33DA60B6EC943BA (AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSceneRes_Recycle2Cache_m692CACA5B4FCB1B33933CF2DC33DA60B6EC943BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // SafeObjectPool.Instance.Recycle(this); SafeObjectPool_1_tC29347A3C83BF6ABBC8D54E9C8C361C0AECDDC93 * L_0 = SafeObjectPool_1_get_Instance_m3EA17B04586FEB5458DE0BAB9B4C8B8323173C24(/*hidden argument*/SafeObjectPool_1_get_Instance_m3EA17B04586FEB5458DE0BAB9B4C8B8323173C24_RuntimeMethod_var); NullCheck(L_0); VirtFuncInvoker1< bool, AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * >::Invoke(8 /* System.Boolean QFramework.Pool`1::Recycle(!0) */, L_0, __this); // } 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.Boolean QFramework.AssetBundleSceneResCreator::Match(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetBundleSceneResCreator_Match_m5DBF4AD4978440F855874008DDFC994874B398D1 (AssetBundleSceneResCreator_t47C4FAA148B8BD54341B82A7E711CD902EB7C037 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSceneResCreator_Match_m5DBF4AD4978440F855874008DDFC994874B398D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * V_0 = NULL; { // var assetData = AssetBundleSettings.AssetBundleConfigFile.GetAssetData(resSearchKeys); IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); RuntimeObject* L_0 = AssetBundleSettings_get_AssetBundleConfigFile_mB06127BEEB496D24FCF2FA7647F84441F4759F63(/*hidden argument*/NULL); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_1 = ___resSearchKeys0; NullCheck(L_0); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_2 = InterfaceFuncInvoker1< AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * >::Invoke(5 /* QFramework.AssetData QFramework.IResDatas::GetAssetData(QFramework.ResSearchKeys) */, IResDatas_t6C7060B1474A2F55215E19C59176A8F9FC3E2AB1_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; // if (assetData != null) AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_3 = V_0; if (!L_3) { goto IL_0019; } } { // return assetData.AssetType == ResLoadType.ABScene; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_4 = V_0; NullCheck(L_4); int16_t L_5 = AssetData_get_AssetType_mBB5B24DD1E97CCA74591A9F2B2CD1589E805ED0E_inline(L_4, /*hidden argument*/NULL); return (bool)((((int32_t)L_5) == ((int32_t)2))? 1 : 0); } IL_0019: { // return false; return (bool)0; } } // QFramework.IRes QFramework.AssetBundleSceneResCreator::Create(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetBundleSceneResCreator_Create_m4513ECC8255FF3E0E841A7682520448F7BE6C29F (AssetBundleSceneResCreator_t47C4FAA148B8BD54341B82A7E711CD902EB7C037 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys0, const RuntimeMethod* method) { { // return AssetBundleSceneRes.Allocate(resSearchKeys.AssetName); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_0 = ___resSearchKeys0; NullCheck(L_0); String_t* L_1 = ResSearchKeys_get_AssetName_mF07808496E71FFD080ADD09FC0D5F6BE485DF235_inline(L_0, /*hidden argument*/NULL); AssetBundleSceneRes_t8C51D701EDA978277E4F6AF1C91FB061E1386AB9 * L_2 = AssetBundleSceneRes_Allocate_m3F8FB9FC977FB493AFB7694249BB930811B9D119(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void QFramework.AssetBundleSceneResCreator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSceneResCreator__ctor_m73387F6FBD1605A35EDFD7E5F83F6C76A5F75253 (AssetBundleSceneResCreator_t47C4FAA148B8BD54341B82A7E711CD902EB7C037 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 QFramework.AssetBundleSettings::set_AssetBundleConfigFileFactory(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSettings_set_AssetBundleConfigFileFactory_m8A86C24B8FF0C7CE8DEFB7C18906973A88DFF666 (Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_set_AssetBundleConfigFileFactory_m8A86C24B8FF0C7CE8DEFB7C18906973A88DFF666_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // set { mAssetBundleConfigFileFactory = value; } Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->set_mAssetBundleConfigFileFactory_1(L_0); // set { mAssetBundleConfigFileFactory = value; } return; } } // QFramework.IResDatas QFramework.AssetBundleSettings::get_AssetBundleConfigFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetBundleSettings_get_AssetBundleConfigFile_mB06127BEEB496D24FCF2FA7647F84441F4759F63 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_get_AssetBundleConfigFile_mB06127BEEB496D24FCF2FA7647F84441F4759F63_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (mAssetBundleConfigFile == null) IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->get_mAssetBundleConfigFile_0(); if (L_0) { goto IL_0016; } } { // mAssetBundleConfigFile = mAssetBundleConfigFileFactory.Invoke(); IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * L_1 = ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->get_mAssetBundleConfigFileFactory_1(); NullCheck(L_1); RuntimeObject* L_2 = Func_1_Invoke_mCE1003814F26D1D0C67D706DC0667CCDC5984500(L_1, /*hidden argument*/Func_1_Invoke_mCE1003814F26D1D0C67D706DC0667CCDC5984500_RuntimeMethod_var); ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->set_mAssetBundleConfigFile_0(L_2); } IL_0016: { // return mAssetBundleConfigFile; IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->get_mAssetBundleConfigFile_0(); return L_3; } } // System.Void QFramework.AssetBundleSettings::set_AssetBundleConfigFile(QFramework.IResDatas) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSettings_set_AssetBundleConfigFile_m766B4FCFC837BAEEDB79E5E2800227B1BEAEA53F (RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_set_AssetBundleConfigFile_m766B4FCFC837BAEEDB79E5E2800227B1BEAEA53F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // set { mAssetBundleConfigFile = value; } RuntimeObject* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->set_mAssetBundleConfigFile_0(L_0); // set { mAssetBundleConfigFile = value; } return; } } // System.Boolean QFramework.AssetBundleSettings::get_LoadAssetResFromStreammingAssetsPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetBundleSettings_get_LoadAssetResFromStreammingAssetsPath_mA8F0A923B5C0FED851F8219143058A19F9C2BB98 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_get_LoadAssetResFromStreammingAssetsPath_mA8F0A923B5C0FED851F8219143058A19F9C2BB98_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // get { return PlayerPrefs.GetInt("LoadResFromStreammingAssetsPath", 1) == 1; } int32_t L_0 = PlayerPrefs_GetInt_m1CBBA4989F15BA668EE24950D3C6B56E2ED20BD6(_stringLiteralD2219E92785A6A1A818B5504669C101970300F5E, 1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Void QFramework.AssetBundleSettings::set_LoadAssetResFromStreammingAssetsPath(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSettings_set_LoadAssetResFromStreammingAssetsPath_m25630FAE3841CA3D2C69FFE09198C3FBE24040AC (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_set_LoadAssetResFromStreammingAssetsPath_m25630FAE3841CA3D2C69FFE09198C3FBE24040AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; int32_t G_B3_0 = 0; String_t* G_B3_1 = NULL; { // set { PlayerPrefs.SetInt("LoadResFromStreammingAssetsPath", value ? 1 : 0); } bool L_0 = ___value0; G_B1_0 = _stringLiteralD2219E92785A6A1A818B5504669C101970300F5E; if (L_0) { G_B2_0 = _stringLiteralD2219E92785A6A1A818B5504669C101970300F5E; goto IL_000b; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000c; } IL_000b: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_000c: { PlayerPrefs_SetInt_mBF4101DF829B4738CCC293E1C2D173AEE45EFE62(G_B3_1, G_B3_0, /*hidden argument*/NULL); // set { PlayerPrefs.SetInt("LoadResFromStreammingAssetsPath", value ? 1 : 0); } return; } } // System.String QFramework.AssetBundleSettings::AssetBundleUrl2Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_AssetBundleUrl2Name_m14F74C027A551DC104B0A79CCEFEA0E391A01E71 (String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_AssetBundleUrl2Name_m14F74C027A551DC104B0A79CCEFEA0E391A01E71_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string parren = FilePath.StreamingAssetsPath + "AssetBundles/" + GetPlatformName() + "/"; String_t* L_0 = FilePath_get_StreamingAssetsPath_m2DF31D6B1874796610DDF40778E3FC0168AFA6A8(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); String_t* L_1 = AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5(/*hidden argument*/NULL); String_t* L_2 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_0, _stringLiteral502A548F2493F0FACBDD3C21098B41C30E3D4908, L_1, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); V_0 = L_2; // retName = url.Replace(parren, ""); String_t* L_3 = ___url0; String_t* L_4 = V_0; NullCheck(L_3); String_t* L_5 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_3, L_4, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); // parren = FilePath.PersistentDataPath + "AssetBundles/" + GetPlatformName() + "/"; String_t* L_6 = FilePath_get_PersistentDataPath_m28B1616C2DE88EEF1752B77D5C4D9AD4EBA660E0(/*hidden argument*/NULL); String_t* L_7 = AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5(/*hidden argument*/NULL); String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_6, _stringLiteral502A548F2493F0FACBDD3C21098B41C30E3D4908, L_7, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); V_0 = L_8; // retName = retName.Replace(parren, ""); String_t* L_9 = V_0; NullCheck(L_5); String_t* L_10 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_5, L_9, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); // return retName; return L_10; } } // System.String QFramework.AssetBundleSettings::AssetBundleName2Url(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_AssetBundleName2Url_m5370F76C9047CF13AD51CFA33BECEF64609AFEE2 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_AssetBundleName2Url_m5370F76C9047CF13AD51CFA33BECEF64609AFEE2_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string retUrl = FilePath.PersistentDataPath + "AssetBundles/" + GetPlatformName() + "/" + name; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; String_t* L_2 = FilePath_get_PersistentDataPath_m28B1616C2DE88EEF1752B77D5C4D9AD4EBA660E0(/*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_1; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral502A548F2493F0FACBDD3C21098B41C30E3D4908); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteral502A548F2493F0FACBDD3C21098B41C30E3D4908); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); String_t* L_5 = AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5(/*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(2), (String_t*)L_5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8); (L_6)->SetAt(static_cast(3), (String_t*)_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6; String_t* L_8 = ___name0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(4), (String_t*)L_8); String_t* L_9 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_7, /*hidden argument*/NULL); V_0 = L_9; // if (File.Exists(retUrl)) String_t* L_10 = V_0; bool L_11 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003a; } } { // return retUrl; String_t* L_12 = V_0; return L_12; } IL_003a: { // return FilePath.StreamingAssetsPath + "AssetBundles/" + GetPlatformName() + "/" + name; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13; String_t* L_15 = FilePath_get_StreamingAssetsPath_m2DF31D6B1874796610DDF40778E3FC0168AFA6A8(/*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (String_t*)L_15); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_14; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral502A548F2493F0FACBDD3C21098B41C30E3D4908); (L_16)->SetAt(static_cast(1), (String_t*)_stringLiteral502A548F2493F0FACBDD3C21098B41C30E3D4908); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16; IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); String_t* L_18 = AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5(/*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(2), (String_t*)L_18); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_17; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8); (L_19)->SetAt(static_cast(3), (String_t*)_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19; String_t* L_21 = ___name0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(4), (String_t*)L_21); String_t* L_22 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_20, /*hidden argument*/NULL); return L_22; } } // System.String QFramework.AssetBundleSettings::get_RELATIVE_AB_ROOT_FOLDER() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_get_RELATIVE_AB_ROOT_FOLDER_m7887BCF9F27CBC98A84752AC5E4E48C139124972 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_get_RELATIVE_AB_ROOT_FOLDER_m7887BCF9F27CBC98A84752AC5E4E48C139124972_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // get { return "/AssetBundles/" + GetPlatformName() + "/"; } IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); String_t* L_0 = AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5(/*hidden argument*/NULL); String_t* L_1 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral6BF17A0F4CDA3F0772DF9E1EC386E4BA0D9C67CB, L_0, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); return L_1; } } // System.String QFramework.AssetBundleSettings::GetPlatformName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_GetPlatformName_m498661D62094C99E8EA6AA51D7812B13E770C4B5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // return GetPlatformForAssetBundles(Application.platform); int32_t L_0 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var); String_t* L_1 = AssetBundleSettings_GetPlatformForAssetBundles_m582BE2A6EF3065F3CB5B551E75C5C34282706CAC(L_0, /*hidden argument*/NULL); return L_1; } } // System.String QFramework.AssetBundleSettings::GetPlatformForAssetBundles(UnityEngine.RuntimePlatform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetBundleSettings_GetPlatformForAssetBundles_m582BE2A6EF3065F3CB5B551E75C5C34282706CAC (int32_t ___platform0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings_GetPlatformForAssetBundles_m582BE2A6EF3065F3CB5B551E75C5C34282706CAC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // switch (platform) int32_t L_0 = ___platform0; if ((((int32_t)L_0) > ((int32_t)8))) { goto IL_0012; } } { int32_t L_1 = ___platform0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_003b; } } { int32_t L_2 = ___platform0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0035; } } { int32_t L_3 = ___platform0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0029; } } { goto IL_0047; } IL_0012: { int32_t L_4 = ___platform0; if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_0023; } } { int32_t L_5 = ___platform0; if ((((int32_t)L_5) == ((int32_t)((int32_t)13)))) { goto IL_0041; } } { int32_t L_6 = ___platform0; if ((((int32_t)L_6) == ((int32_t)((int32_t)17)))) { goto IL_002f; } } { goto IL_0047; } IL_0023: { // return "Android"; return _stringLiteral1928F95C598B9E69462FCB512625CF8E28923044; } IL_0029: { // return "iOS"; return _stringLiteral6413E837D316AAFCF260786CD21A849F88AE3069; } IL_002f: { // return "WebGL"; return _stringLiteralBC84915AB33BD5E1A1327BF7C2B3BB4FD9F8F422; } IL_0035: { // return "Windows"; return _stringLiteral26D9C28D789C254F71EA99A3463B99A7CCC2F4FA; } IL_003b: { // return "OSX"; return _stringLiteral6E790A9A51D1B2B5A47249B344B7BF4D9848453B; } IL_0041: { // return "Linux"; return _stringLiteral83AD8510BBD3F22363D068E1C96F82FD0FCCCD31; } IL_0047: { // return null; return (String_t*)NULL; } } // System.Void QFramework.AssetBundleSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSettings__ctor_m80220F8FEC073B0A0C31A4007E99B61C5B88D835 (AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.AssetBundleSettings::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetBundleSettings__cctor_m4952CFFA4D7F0EC9DC653A208FC2FABF829A96C9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetBundleSettings__cctor_m4952CFFA4D7F0EC9DC653A208FC2FABF829A96C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // private static IResDatas mAssetBundleConfigFile = null; ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->set_mAssetBundleConfigFile_0((RuntimeObject*)NULL); // private static Func mAssetBundleConfigFileFactory = () => new ResDatas(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_il2cpp_TypeInfo_var); U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * L_0 = ((U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 * L_1 = (Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60 *)il2cpp_codegen_object_new(Func_1_t78C71BCFB95B34A72AD047BDD49BE78D3BF39F60_il2cpp_TypeInfo_var); Func_1__ctor_mB15789C7EFCEF55A22C4130BF89D2A53A9BBBB1E(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__17_0_m777A4F63801EA77759932CB328400311037DDE4B_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_mB15789C7EFCEF55A22C4130BF89D2A53A9BBBB1E_RuntimeMethod_var); ((AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_StaticFields*)il2cpp_codegen_static_fields_for(AssetBundleSettings_t42FEE2F8B298E802D42FA8E578000111AB5B385A_il2cpp_TypeInfo_var))->set_mAssetBundleConfigFileFactory_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QFramework.AssetBundleSettings_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3E60422042BC1520BE0E0B782A84E2D57A26F56E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m3E60422042BC1520BE0E0B782A84E2D57A26F56E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * L_0 = (U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 *)il2cpp_codegen_object_new(U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m660D61ED833F9B43BAAB5F50C2BF5BE1D16CE93F(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.AssetBundleSettings_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m660D61ED833F9B43BAAB5F50C2BF5BE1D16CE93F (U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // QFramework.IResDatas QFramework.AssetBundleSettings_<>c::<.cctor>b__17_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3C_cctorU3Eb__17_0_m777A4F63801EA77759932CB328400311037DDE4B (U3CU3Ec_t18223DA3633CCD95A812989BDE6BBCE945EEC595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__17_0_m777A4F63801EA77759932CB328400311037DDE4B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // private static Func mAssetBundleConfigFileFactory = () => new ResDatas(); ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258 * L_0 = (ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258 *)il2cpp_codegen_object_new(ResDatas_tDEE27AFA6AD6ED2A70E2E1612AD023F502F06258_il2cpp_TypeInfo_var); ResDatas__ctor_m4FBA683C5E8A649044DCAC4B0BFF806FCC4E2DF8(L_0, /*hidden argument*/NULL); return 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.String QFramework.AssetData::get_AssetName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mAssetName; } String_t* L_0 = __this->get_mAssetName_0(); return L_0; } } // System.Void QFramework.AssetData::set_AssetName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData_set_AssetName_m7353FAD52B7445312AE718D13E9DF1520864EC11 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set { mAssetName = value; } String_t* L_0 = ___value0; __this->set_mAssetName_0(L_0); // set { mAssetName = value; } return; } } // System.Int32 QFramework.AssetData::get_AssetBundleIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mAbIndex; } int32_t L_0 = __this->get_mAbIndex_2(); return L_0; } } // System.Void QFramework.AssetData::set_AssetBundleIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData_set_AssetBundleIndex_m86A3F0F6C574E8391AA6A3FF0209C7563DC18EEC (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { mAbIndex = value; } int32_t L_0 = ___value0; __this->set_mAbIndex_2(L_0); // set { mAbIndex = value; } return; } } // System.String QFramework.AssetData::get_OwnerBundleName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetData_get_OwnerBundleName_mE41D103C8E30F3A3DF657B659818CAD00D03334E (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mOwnerBundleName; } String_t* L_0 = __this->get_mOwnerBundleName_1(); return L_0; } } // System.Void QFramework.AssetData::set_OwnerBundleName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData_set_OwnerBundleName_m1C866466A3A9A141D6851B00B45871664EB2480A (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set { mOwnerBundleName = value; } String_t* L_0 = ___value0; __this->set_mOwnerBundleName_1(L_0); // set { mOwnerBundleName = value; } return; } } // System.Int16 QFramework.AssetData::get_AssetObjectTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t AssetData_get_AssetObjectTypeCode_mEF453F5D7955724282A3314C71C5BD789A201699 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mAssetObjectTypeCode; } int16_t L_0 = __this->get_mAssetObjectTypeCode_4(); return L_0; } } // System.Void QFramework.AssetData::set_AssetObjectTypeCode(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData_set_AssetObjectTypeCode_mAF8A51C46B120DC742047B7EDB41AE11FD7999A0 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, int16_t ___value0, const RuntimeMethod* method) { { // set { mAssetObjectTypeCode = value; } int16_t L_0 = ___value0; __this->set_mAssetObjectTypeCode_4(L_0); // set { mAssetObjectTypeCode = value; } return; } } // System.String QFramework.AssetData::get_UUID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetData_get_UUID_m1299226C3FFA983C3AA595C68CD3B7FB471B4DB7 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // return string.IsNullOrEmpty(mOwnerBundleName) // ? AssetName // : OwnerBundleName + AssetName; String_t* L_0 = __this->get_mOwnerBundleName_1(); bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001f; } } { String_t* L_2 = AssetData_get_OwnerBundleName_mE41D103C8E30F3A3DF657B659818CAD00D03334E_inline(__this, /*hidden argument*/NULL); String_t* L_3 = AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline(__this, /*hidden argument*/NULL); String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_001f: { String_t* L_5 = AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline(__this, /*hidden argument*/NULL); return L_5; } } // System.Int16 QFramework.AssetData::get_AssetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t AssetData_get_AssetType_mBB5B24DD1E97CCA74591A9F2B2CD1589E805ED0E (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mAssetType; } int16_t L_0 = __this->get_mAssetType_3(); return L_0; } } // System.Void QFramework.AssetData::set_AssetType(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData_set_AssetType_m46F95C27DBDB295FBB9F442809AC72DB8B2FB706 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, int16_t ___value0, const RuntimeMethod* method) { { // set { mAssetType = value; } int16_t L_0 = ___value0; __this->set_mAssetType_3(L_0); // set { mAssetType = value; } return; } } // System.Void QFramework.AssetData::.ctor(System.String,System.Int16,System.Int32,System.String,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData__ctor_m2B488EE32239B4A18CFCDCEE169DD74B499A9399 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, String_t* ___assetName0, int16_t ___assetType1, int32_t ___abIndex2, String_t* ___ownerBundleName3, int16_t ___assetObjectTypeCode4, const RuntimeMethod* method) { { // public AssetData(string assetName, short assetType, int abIndex, string ownerBundleName, // short assetObjectTypeCode = 0) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // mAssetName = assetName; String_t* L_0 = ___assetName0; __this->set_mAssetName_0(L_0); // mAssetType = assetType; int16_t L_1 = ___assetType1; __this->set_mAssetType_3(L_1); // mAbIndex = abIndex; int32_t L_2 = ___abIndex2; __this->set_mAbIndex_2(L_2); // mOwnerBundleName = ownerBundleName; String_t* L_3 = ___ownerBundleName3; __this->set_mOwnerBundleName_1(L_3); // mAssetObjectTypeCode = assetObjectTypeCode; int16_t L_4 = ___assetObjectTypeCode4; __this->set_mAssetObjectTypeCode_4(L_4); // } return; } } // System.Void QFramework.AssetData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetData__ctor_m164FDD83821A80027893B5FE7787C36334299AC8 (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // public AssetData() Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Collections.Generic.IEnumerable`1 QFramework.AssetDataGroup::get_AssetDatas() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetDataGroup_get_AssetDatas_m5E285E1E91D15C95DF6A89C427147CF5E7E94867 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_get_AssetDatas_m5E285E1E91D15C95DF6A89C427147CF5E7E94867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // get { return mAssetDataMap.Values; } Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_0 = __this->get_mAssetDataMap_2(); NullCheck(L_0); ValueCollection_t8F8A986268BF5D7222342015179BCA6E0EB42755 * L_1 = Dictionary_2_get_Values_mD802CDB475F1EAAB90669EC2A6CADAAD62D71D4F(L_0, /*hidden argument*/Dictionary_2_get_Values_mD802CDB475F1EAAB90669EC2A6CADAAD62D71D4F_RuntimeMethod_var); return L_1; } } // System.Collections.Generic.IEnumerable`1 QFramework.AssetDataGroup::get_AssetBundleDatas() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetDataGroup_get_AssetBundleDatas_m94505F41B14E012FDB0A08FD168C261C94230E3F (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, const RuntimeMethod* method) { { // return mABUnitArray; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_0 = __this->get_mABUnitArray_1(); return L_0; } } // System.String QFramework.AssetDataGroup::get_key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssetDataGroup_get_key_m1A5FCB4B55A9FCC93A0EAC70513E2B48CF63A407 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, const RuntimeMethod* method) { { // get { return m_Key; } String_t* L_0 = __this->get_m_Key_0(); return L_0; } } // System.Void QFramework.AssetDataGroup::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataGroup__ctor_mC0DA6F204DD22367F8562669F560D73298BB0B1F (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, String_t* ___key0, const RuntimeMethod* method) { { // public AssetDataGroup(string key) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // m_Key = key; String_t* L_0 = ___key0; __this->set_m_Key_0(L_0); // } return; } } // System.Void QFramework.AssetDataGroup::.ctor(QFramework.AssetDataGroup_SerializeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataGroup__ctor_m4E3EAB7A747613E58D3D03AC99600D9E53B8B761 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * ___data0, const RuntimeMethod* method) { { // public AssetDataGroup(SerializeData data) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // m_Key = data.key; SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_0 = ___data0; NullCheck(L_0); String_t* L_1 = SerializeData_get_key_m34F09CF3486536FD6737D6288A76F44130D597F6_inline(L_0, /*hidden argument*/NULL); __this->set_m_Key_0(L_1); // SetSerializeData(data); SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_2 = ___data0; AssetDataGroup_SetSerializeData_mB7B1DB26B02017F33D247BA40F3D6597D3FDAD37(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.AssetDataGroup::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataGroup_Reset_m309676D2FC4DFC76C979F42C77E6A7B8BAE696FB (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_Reset_m309676D2FC4DFC76C979F42C77E6A7B8BAE696FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (mABUnitArray != null) List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_0 = __this->get_mABUnitArray_1(); if (!L_0) { goto IL_0013; } } { // mABUnitArray.Clear(); List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_1 = __this->get_mABUnitArray_1(); NullCheck(L_1); List_1_Clear_mF0A59C8F73748BD5DB77F2111BFB0AF38AD298C4(L_1, /*hidden argument*/List_1_Clear_mF0A59C8F73748BD5DB77F2111BFB0AF38AD298C4_RuntimeMethod_var); } IL_0013: { // if (mAssetDataMap != null) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_2 = __this->get_mAssetDataMap_2(); if (!L_2) { goto IL_0026; } } { // mAssetDataMap.Clear(); Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_3 = __this->get_mAssetDataMap_2(); NullCheck(L_3); Dictionary_2_Clear_m0FAF95F39B15CACEE50071956B8386AE2D80C127(L_3, /*hidden argument*/Dictionary_2_Clear_m0FAF95F39B15CACEE50071956B8386AE2D80C127_RuntimeMethod_var); } IL_0026: { // } return; } } // System.Int32 QFramework.AssetDataGroup::AddAssetBundleName(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssetDataGroup_AddAssetBundleName_mE892338569A8145BC13F47D79A971BCBE672981C (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, String_t* ___name0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___depends1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_AddAssetBundleName_mE892338569A8145BC13F47D79A971BCBE672981C_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * V_0 = NULL; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * V_1 = NULL; int32_t V_2 = 0; { // if (string.IsNullOrEmpty(name)) String_t* L_0 = ___name0; bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { // return -1; return (-1); } IL_000a: { // if (mABUnitArray == null) List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_2 = __this->get_mABUnitArray_1(); if (L_2) { goto IL_001d; } } { // mABUnitArray = new List(); List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_3 = (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *)il2cpp_codegen_object_new(List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679_il2cpp_TypeInfo_var); List_1__ctor_m29543237AED48043C836E872AAF28B60237DEF79(L_3, /*hidden argument*/List_1__ctor_m29543237AED48043C836E872AAF28B60237DEF79_RuntimeMethod_var); __this->set_mABUnitArray_1(L_3); } IL_001d: { // var resSearchRule = ResSearchKeys.Allocate(name); String_t* L_4 = ___name0; ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_5 = ResSearchKeys_Allocate_mB6BB83D6D702E8990B90E211A56168C6F2B05E7C(L_4, (String_t*)NULL, (Type_t *)NULL, /*hidden argument*/NULL); V_0 = L_5; // AssetData config = GetAssetData(resSearchRule); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_6 = V_0; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_7 = AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; // resSearchRule.Recycle2Cache(); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_8 = V_0; NullCheck(L_8); ResSearchKeys_Recycle2Cache_m3995EE7AD7E73050029EC862D143191F881A853F(L_8, /*hidden argument*/NULL); // if (config != null) AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_9 = V_1; if (!L_9) { goto IL_003e; } } { // return config.AssetBundleIndex; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline(L_10, /*hidden argument*/NULL); return L_11; } IL_003e: { // mABUnitArray.Add(new ABUnit(name, depends)); List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_12 = __this->get_mABUnitArray_1(); String_t* L_13 = ___name0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = ___depends1; ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_15 = (ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 *)il2cpp_codegen_object_new(ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1_il2cpp_TypeInfo_var); ABUnit__ctor_mEB9BC79A86B1B360A12E3E0F1AF81CB07F7F83E7(L_15, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); List_1_Add_m650935F91674B507DC29B1814AFB2481DA38DE99(L_12, L_15, /*hidden argument*/List_1_Add_m650935F91674B507DC29B1814AFB2481DA38DE99_RuntimeMethod_var); // int index = mABUnitArray.Count - 1; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_16 = __this->get_mABUnitArray_1(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m907944A373DE67EE9D8B0FC6A80216A27D333C84_inline(L_16, /*hidden argument*/List_1_get_Count_m907944A373DE67EE9D8B0FC6A80216A27D333C84_RuntimeMethod_var); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); // AddAssetData(new AssetData(name, ResLoadType.AssetBundle, index,null)); String_t* L_18 = ___name0; int32_t L_19 = V_2; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_20 = (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *)il2cpp_codegen_object_new(AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_il2cpp_TypeInfo_var); AssetData__ctor_m2B488EE32239B4A18CFCDCEE169DD74B499A9399(L_20, L_18, (int16_t)0, L_19, (String_t*)NULL, (int16_t)0, /*hidden argument*/NULL); AssetDataGroup_AddAssetData_mEFDA6C82D04B187A57B49376E201505A007E0D55(__this, L_20, /*hidden argument*/NULL); // return index; int32_t L_21 = V_2; return L_21; } } // System.Boolean QFramework.AssetDataGroup::GetAssetBundleName(System.String,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetDataGroup_GetAssetBundleName_m8AB363AE59E5D2C860C2DC3007C1B07123295688 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, String_t* ___assetName0, int32_t ___index1, String_t** ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_GetAssetBundleName_m8AB363AE59E5D2C860C2DC3007C1B07123295688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // result = null; String_t** L_0 = ___result2; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // if (mABUnitArray == null) List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_1 = __this->get_mABUnitArray_1(); if (L_1) { goto IL_000d; } } { // return false; return (bool)0; } IL_000d: { // if (index >= mABUnitArray.Count) int32_t L_2 = ___index1; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_3 = __this->get_mABUnitArray_1(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m907944A373DE67EE9D8B0FC6A80216A27D333C84_inline(L_3, /*hidden argument*/List_1_get_Count_m907944A373DE67EE9D8B0FC6A80216A27D333C84_RuntimeMethod_var); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_001d; } } { // return false; return (bool)0; } IL_001d: { // if (mAssetDataMap.ContainsKey(assetName)) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_5 = __this->get_mAssetDataMap_2(); String_t* L_6 = ___assetName0; NullCheck(L_5); bool L_7 = Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2(L_5, L_6, /*hidden argument*/Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2_RuntimeMethod_var); if (!L_7) { goto IL_0040; } } { // result = mABUnitArray[index].abName; String_t** L_8 = ___result2; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_9 = __this->get_mABUnitArray_1(); int32_t L_10 = ___index1; NullCheck(L_9); ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_11 = List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_RuntimeMethod_var); NullCheck(L_11); String_t* L_12 = L_11->get_abName_0(); *((RuntimeObject **)L_8) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_12); // return true; return (bool)1; } IL_0040: { // return false; return (bool)0; } } // QFramework.AssetDataGroup_ABUnit QFramework.AssetDataGroup::GetABUnit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * AssetDataGroup_GetABUnit_m90242CB20B79DEBCA34D29D8C6789DAA2A60B603 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, String_t* ___assetName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_GetABUnit_m90242CB20B79DEBCA34D29D8C6789DAA2A60B603_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * V_0 = NULL; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * V_1 = NULL; { // var resSearchRule = ResSearchKeys.Allocate(assetName); String_t* L_0 = ___assetName0; ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_1 = ResSearchKeys_Allocate_mB6BB83D6D702E8990B90E211A56168C6F2B05E7C(L_0, (String_t*)NULL, (Type_t *)NULL, /*hidden argument*/NULL); V_0 = L_1; // AssetData data = GetAssetData(resSearchRule); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_2 = V_0; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_3 = AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; // resSearchRule.Recycle2Cache(); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_4 = V_0; NullCheck(L_4); ResSearchKeys_Recycle2Cache_m3995EE7AD7E73050029EC862D143191F881A853F(L_4, /*hidden argument*/NULL); // if (data == null) AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_5 = V_1; if (L_5) { goto IL_001c; } } { // return null; return (ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 *)NULL; } IL_001c: { // if (mABUnitArray == null) List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_6 = __this->get_mABUnitArray_1(); if (L_6) { goto IL_0026; } } { // return null; return (ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 *)NULL; } IL_0026: { // return mABUnitArray[data.AssetBundleIndex]; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_7 = __this->get_mABUnitArray_1(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_10 = List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_inline(L_7, L_9, /*hidden argument*/List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_RuntimeMethod_var); return L_10; } } // System.Boolean QFramework.AssetDataGroup::GetAssetBundleDepends(System.String,System.String[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetDataGroup_GetAssetBundleDepends_mA26B694E7939EBB63BC7F32F29FB94568274B765 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, String_t* ___abName0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___result1, const RuntimeMethod* method) { ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * V_0 = NULL; { // result = null; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** L_0 = ___result1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // ABUnit unit = GetABUnit(abName); String_t* L_1 = ___abName0; ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_2 = AssetDataGroup_GetABUnit_m90242CB20B79DEBCA34D29D8C6789DAA2A60B603(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (unit == null) ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_3 = V_0; if (L_3) { goto IL_0010; } } { // return false; return (bool)0; } IL_0010: { // result = unit.abDepends; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** L_4 = ___result1; ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_5 = V_0; NullCheck(L_5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5->get_abDepends_1(); *((RuntimeObject **)L_4) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_6); // return true; return (bool)1; } } // QFramework.AssetData QFramework.AssetDataGroup::GetAssetData(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchRule0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * V_0 = NULL; { // AssetData result = null; V_0 = (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *)NULL; // if (resSearchRule.OwnerBundle != null && mUUID4AssetData != null) ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_0 = ___resSearchRule0; NullCheck(L_0); String_t* L_1 = ResSearchKeys_get_OwnerBundle_m17D90934A4B1A4923D5BB2FD37ACD69A938AF8C4_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0036; } } { Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_2 = __this->get_mUUID4AssetData_3(); if (!L_2) { goto IL_0036; } } { // return mUUID4AssetData.TryGetValue(resSearchRule.OwnerBundle + resSearchRule.AssetName, out result) ? result : null; Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_3 = __this->get_mUUID4AssetData_3(); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_4 = ___resSearchRule0; NullCheck(L_4); String_t* L_5 = ResSearchKeys_get_OwnerBundle_m17D90934A4B1A4923D5BB2FD37ACD69A938AF8C4_inline(L_4, /*hidden argument*/NULL); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_6 = ___resSearchRule0; NullCheck(L_6); String_t* L_7 = ResSearchKeys_get_AssetName_mF07808496E71FFD080ADD09FC0D5F6BE485DF235_inline(L_6, /*hidden argument*/NULL); String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_5, L_7, /*hidden argument*/NULL); NullCheck(L_3); bool L_9 = Dictionary_2_TryGetValue_m9D4C2CB732E7C4D2DBFDC9D696BB10D6018D59B5(L_3, L_8, (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m9D4C2CB732E7C4D2DBFDC9D696BB10D6018D59B5_RuntimeMethod_var); if (L_9) { goto IL_0034; } } { return (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *)NULL; } IL_0034: { AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_10 = V_0; return L_10; } IL_0036: { // if (resSearchRule.OwnerBundle == null && mAssetDataMap != null) ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_11 = ___resSearchRule0; NullCheck(L_11); String_t* L_12 = ResSearchKeys_get_OwnerBundle_m17D90934A4B1A4923D5BB2FD37ACD69A938AF8C4_inline(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_005f; } } { Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_13 = __this->get_mAssetDataMap_2(); if (!L_13) { goto IL_005f; } } { // return mAssetDataMap.TryGetValue(resSearchRule.AssetName, out result) ? result : null; Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_14 = __this->get_mAssetDataMap_2(); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_15 = ___resSearchRule0; NullCheck(L_15); String_t* L_16 = ResSearchKeys_get_AssetName_mF07808496E71FFD080ADD09FC0D5F6BE485DF235_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); bool L_17 = Dictionary_2_TryGetValue_m9D4C2CB732E7C4D2DBFDC9D696BB10D6018D59B5(L_14, L_16, (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m9D4C2CB732E7C4D2DBFDC9D696BB10D6018D59B5_RuntimeMethod_var); if (L_17) { goto IL_005d; } } { return (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *)NULL; } IL_005d: { AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_18 = V_0; return L_18; } IL_005f: { // return result; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_19 = V_0; return L_19; } } // System.Boolean QFramework.AssetDataGroup::AddAssetData(QFramework.AssetData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AssetDataGroup_AddAssetData_mEFDA6C82D04B187A57B49376E201505A007E0D55 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_AddAssetData_mEFDA6C82D04B187A57B49376E201505A007E0D55_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * V_1 = NULL; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * V_2 = NULL; ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * V_3 = NULL; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // if (mAssetDataMap == null) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_0 = __this->get_mAssetDataMap_2(); if (L_0) { goto IL_0013; } } { // mAssetDataMap = new Dictionary(); Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_1 = (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *)il2cpp_codegen_object_new(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418_il2cpp_TypeInfo_var); Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363(L_1, /*hidden argument*/Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363_RuntimeMethod_var); __this->set_mAssetDataMap_2(L_1); } IL_0013: { // if (mUUID4AssetData == null) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_2 = __this->get_mUUID4AssetData_3(); if (L_2) { goto IL_0026; } } { // mUUID4AssetData = new Dictionary(); Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_3 = (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *)il2cpp_codegen_object_new(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418_il2cpp_TypeInfo_var); Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363(L_3, /*hidden argument*/Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363_RuntimeMethod_var); __this->set_mUUID4AssetData_3(L_3); } IL_0026: { // string key = data.AssetName.ToLower(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_4 = ___data0; NullCheck(L_4); String_t* L_5 = AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_5, /*hidden argument*/NULL); V_0 = L_6; // if (mAssetDataMap.ContainsKey(key)) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_7 = __this->get_mAssetDataMap_2(); String_t* L_8 = V_0; NullCheck(L_7); bool L_9 = Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2(L_7, L_8, /*hidden argument*/Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2_RuntimeMethod_var); if (!L_9) { goto IL_00b0; } } { // var resSearchRule = ResSearchKeys.Allocate(data.AssetName); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_10 = ___data0; NullCheck(L_10); String_t* L_11 = AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline(L_10, /*hidden argument*/NULL); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_12 = ResSearchKeys_Allocate_mB6BB83D6D702E8990B90E211A56168C6F2B05E7C(L_11, (String_t*)NULL, (Type_t *)NULL, /*hidden argument*/NULL); V_1 = L_12; // var old = GetAssetData(resSearchRule); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_13 = V_1; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_14 = AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850(__this, L_13, /*hidden argument*/NULL); V_2 = L_14; // resSearchRule.Recycle2Cache(); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_15 = V_1; NullCheck(L_15); ResSearchKeys_Recycle2Cache_m3995EE7AD7E73050029EC862D143191F881A853F(L_15, /*hidden argument*/NULL); } IL_005c: try { // begin try (depth: 1) // Log.W("Already Add AssetData :{0} \n OldAB:{1} NewAB:{2}", data.AssetName, // mABUnitArray[old.AssetBundleIndex].abName, mABUnitArray[data.AssetBundleIndex].abName); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_16; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_18 = ___data0; NullCheck(L_18); String_t* L_19 = AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline(L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_17; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_21 = __this->get_mABUnitArray_1(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_22 = V_2; NullCheck(L_22); int32_t L_23 = AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline(L_22, /*hidden argument*/NULL); NullCheck(L_21); ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_24 = List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_inline(L_21, L_23, /*hidden argument*/List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_RuntimeMethod_var); NullCheck(L_24); String_t* L_25 = L_24->get_abName_0(); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_25); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_25); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_20; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_27 = __this->get_mABUnitArray_1(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_28 = ___data0; NullCheck(L_28); int32_t L_29 = AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline(L_28, /*hidden argument*/NULL); NullCheck(L_27); ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_30 = List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_inline(L_27, L_29, /*hidden argument*/List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_RuntimeMethod_var); NullCheck(L_30); String_t* L_31 = L_30->get_abName_0(); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_31); (L_26)->SetAt(static_cast(2), (RuntimeObject *)L_31); IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); Log_W_mFA8D1AE93732E3142EE576A184615FE0C95BAB7A(_stringLiteral706F05CF939979CCDDC84E5BC9E6A97990E6E881, L_26, /*hidden argument*/NULL); // } goto IL_00bd; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a9; throw e; } CATCH_00a9: { // begin catch(System.Exception) // Debug.LogWarning(e); IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(((Exception_t *)__exception_local), /*hidden argument*/NULL); // } goto IL_00bd; } // end catch (depth: 1) IL_00b0: { // mAssetDataMap.Add(key, data); Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_32 = __this->get_mAssetDataMap_2(); String_t* L_33 = V_0; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_34 = ___data0; NullCheck(L_32); Dictionary_2_Add_m3F1535C94F94DEF2B86A06419BCAFED9AE48A31C(L_32, L_33, L_34, /*hidden argument*/Dictionary_2_Add_m3F1535C94F94DEF2B86A06419BCAFED9AE48A31C_RuntimeMethod_var); } IL_00bd: { // if (mUUID4AssetData.ContainsKey(data.UUID)) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_35 = __this->get_mUUID4AssetData_3(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_36 = ___data0; NullCheck(L_36); String_t* L_37 = AssetData_get_UUID_m1299226C3FFA983C3AA595C68CD3B7FB471B4DB7(L_36, /*hidden argument*/NULL); NullCheck(L_35); bool L_38 = Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2(L_35, L_37, /*hidden argument*/Dictionary_2_ContainsKey_mF1B27202068A0CF87848FDC781AE834B4F067AD2_RuntimeMethod_var); if (!L_38) { goto IL_0140; } } { // var resSearchRule = ResSearchKeys.Allocate(data.AssetName,data.OwnerBundleName); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_39 = ___data0; NullCheck(L_39); String_t* L_40 = AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline(L_39, /*hidden argument*/NULL); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_41 = ___data0; NullCheck(L_41); String_t* L_42 = AssetData_get_OwnerBundleName_mE41D103C8E30F3A3DF657B659818CAD00D03334E_inline(L_41, /*hidden argument*/NULL); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_43 = ResSearchKeys_Allocate_mB6BB83D6D702E8990B90E211A56168C6F2B05E7C(L_40, L_42, (Type_t *)NULL, /*hidden argument*/NULL); V_3 = L_43; // AssetData old = GetAssetData(resSearchRule); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_44 = V_3; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_45 = AssetDataGroup_GetAssetData_m627364A531FE7EF8A5978B02B34ED53117AAE850(__this, L_44, /*hidden argument*/NULL); V_4 = L_45; // resSearchRule.Recycle2Cache(); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_46 = V_3; NullCheck(L_46); ResSearchKeys_Recycle2Cache_m3995EE7AD7E73050029EC862D143191F881A853F(L_46, /*hidden argument*/NULL); // Log.W("Already Add AssetData :{0} \n OldAB:{1} NewAB:{2}", data.UUID, // mABUnitArray[old.AssetBundleIndex].abName, mABUnitArray[data.AssetBundleIndex].abName); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_47; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_49 = ___data0; NullCheck(L_49); String_t* L_50 = AssetData_get_UUID_m1299226C3FFA983C3AA595C68CD3B7FB471B4DB7(L_49, /*hidden argument*/NULL); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_50); (L_48)->SetAt(static_cast(0), (RuntimeObject *)L_50); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = L_48; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_52 = __this->get_mABUnitArray_1(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_53 = V_4; NullCheck(L_53); int32_t L_54 = AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline(L_53, /*hidden argument*/NULL); NullCheck(L_52); ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_55 = List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_inline(L_52, L_54, /*hidden argument*/List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_RuntimeMethod_var); NullCheck(L_55); String_t* L_56 = L_55->get_abName_0(); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_56); (L_51)->SetAt(static_cast(1), (RuntimeObject *)L_56); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = L_51; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_58 = __this->get_mABUnitArray_1(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_59 = ___data0; NullCheck(L_59); int32_t L_60 = AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline(L_59, /*hidden argument*/NULL); NullCheck(L_58); ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * L_61 = List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_inline(L_58, L_60, /*hidden argument*/List_1_get_Item_m8629699AD89A930562D98F04C17530FAB0A3B75F_RuntimeMethod_var); NullCheck(L_61); String_t* L_62 = L_61->get_abName_0(); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_62); (L_57)->SetAt(static_cast(2), (RuntimeObject *)L_62); IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); Log_W_mFA8D1AE93732E3142EE576A184615FE0C95BAB7A(_stringLiteral706F05CF939979CCDDC84E5BC9E6A97990E6E881, L_57, /*hidden argument*/NULL); // } goto IL_0152; } IL_0140: { // mUUID4AssetData.Add(data.UUID,data); Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_63 = __this->get_mUUID4AssetData_3(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_64 = ___data0; NullCheck(L_64); String_t* L_65 = AssetData_get_UUID_m1299226C3FFA983C3AA595C68CD3B7FB471B4DB7(L_64, /*hidden argument*/NULL); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_66 = ___data0; NullCheck(L_63); Dictionary_2_Add_m3F1535C94F94DEF2B86A06419BCAFED9AE48A31C(L_63, L_65, L_66, /*hidden argument*/Dictionary_2_Add_m3F1535C94F94DEF2B86A06419BCAFED9AE48A31C_RuntimeMethod_var); } IL_0152: { // return true; return (bool)1; } } // QFramework.AssetDataGroup_SerializeData QFramework.AssetDataGroup::GetSerializeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * AssetDataGroup_GetSerializeData_m85522E6FB791980FD093933A758DF5B4FDFD5A7C (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_GetSerializeData_m85522E6FB791980FD093933A758DF5B4FDFD5A7C_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * V_0 = NULL; AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* V_1 = NULL; int32_t V_2 = 0; Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 V_3; memset((&V_3), 0, sizeof(V_3)); KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // var sd = new SerializeData(); SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_0 = (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 *)il2cpp_codegen_object_new(SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20_il2cpp_TypeInfo_var); SerializeData__ctor_mEF757DC10C7E0EB4E4FE46358EBFC424AAD62118(L_0, /*hidden argument*/NULL); V_0 = L_0; // sd.key = m_Key; SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_1 = V_0; String_t* L_2 = __this->get_m_Key_0(); NullCheck(L_1); SerializeData_set_key_m44F13F95CE1A25AAA13DA67D53C9F9AF61DC2EEB_inline(L_1, L_2, /*hidden argument*/NULL); // sd.abUnitArray = mABUnitArray.ToArray(); SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_3 = V_0; List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_4 = __this->get_mABUnitArray_1(); NullCheck(L_4); ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* L_5 = List_1_ToArray_m676DBD52C6709D3D5AB29CAAB6224EDD80024B23(L_4, /*hidden argument*/List_1_ToArray_m676DBD52C6709D3D5AB29CAAB6224EDD80024B23_RuntimeMethod_var); NullCheck(L_3); SerializeData_set_abUnitArray_m8A2A708B7E739B3BE84B502481641708D9F6DE25_inline(L_3, L_5, /*hidden argument*/NULL); // if (mAssetDataMap != null) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_6 = __this->get_mAssetDataMap_2(); if (!L_6) { goto IL_0083; } } { // AssetData[] acArray = new AssetData[mAssetDataMap.Count]; Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_7 = __this->get_mAssetDataMap_2(); NullCheck(L_7); int32_t L_8 = Dictionary_2_get_Count_m7AC1AFB3E3520F5D36268A3C39F952D3FCFF5F01(L_7, /*hidden argument*/Dictionary_2_get_Count_m7AC1AFB3E3520F5D36268A3C39F952D3FCFF5F01_RuntimeMethod_var); AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_9 = (AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3*)(AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3*)SZArrayNew(AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3_il2cpp_TypeInfo_var, (uint32_t)L_8); V_1 = L_9; // int index = 0; V_2 = 0; // foreach (var item in mAssetDataMap) Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_10 = __this->get_mAssetDataMap_2(); NullCheck(L_10); Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 L_11 = Dictionary_2_GetEnumerator_mF45F7E05A756D7AAFED59B58DC194A87B716C187(L_10, /*hidden argument*/Dictionary_2_GetEnumerator_mF45F7E05A756D7AAFED59B58DC194A87B716C187_RuntimeMethod_var); V_3 = L_11; } IL_004a: try { // begin try (depth: 1) { goto IL_0063; } IL_004c: { // foreach (var item in mAssetDataMap) KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 L_12 = Enumerator_get_Current_mFE8229298BB595E2584C7AF1347FAFF8AB4D9832_inline((Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 *)(&V_3), /*hidden argument*/Enumerator_get_Current_mFE8229298BB595E2584C7AF1347FAFF8AB4D9832_RuntimeMethod_var); V_4 = L_12; // acArray[index++] = item.Value; AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_13 = V_1; int32_t L_14 = V_2; int32_t L_15 = L_14; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_16 = KeyValuePair_2_get_Value_m79054D17867F1ED9A4DBB53AEE25C5035288BFEF_inline((KeyValuePair_2_tA847C4EB40F3D5609F47D8BE2ED7CDDF4769E816 *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m79054D17867F1ED9A4DBB53AEE25C5035288BFEF_RuntimeMethod_var); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(L_15), (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 *)L_16); } IL_0063: { // foreach (var item in mAssetDataMap) bool L_17 = Enumerator_MoveNext_mB8E936706B5216BD2BF662094272468F6D4CB585((Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 *)(&V_3), /*hidden argument*/Enumerator_MoveNext_mB8E936706B5216BD2BF662094272468F6D4CB585_RuntimeMethod_var); if (L_17) { goto IL_004c; } } IL_006c: { IL2CPP_LEAVE(0x7C, FINALLY_006e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006e; } FINALLY_006e: { // begin finally (depth: 1) Enumerator_Dispose_mA815E34276538E99BCDA950B67B1F7D85CBBE25C((Enumerator_t21059A7F9EDB303F8D4ACF4A86909B653FD6D947 *)(&V_3), /*hidden argument*/Enumerator_Dispose_mA815E34276538E99BCDA950B67B1F7D85CBBE25C_RuntimeMethod_var); IL2CPP_END_FINALLY(110) } // end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_JUMP_TBL(0x7C, IL_007c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007c: { // sd.assetDataArray = acArray; SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_18 = V_0; AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_19 = V_1; NullCheck(L_18); SerializeData_set_assetDataArray_m07D8626BA3D9C20611B5C9539486BA8D186CCD3B_inline(L_18, L_19, /*hidden argument*/NULL); } IL_0083: { // return sd; SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_20 = V_0; return L_20; } } // System.Void QFramework.AssetDataGroup::SetSerializeData(QFramework.AssetDataGroup_SerializeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataGroup_SetSerializeData_mB7B1DB26B02017F33D247BA40F3D6597D3FDAD37 (AssetDataGroup_t054C64C7E17FB027443A6467D4ECCD1C01712F36 * __this, SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataGroup_SetSerializeData_mB7B1DB26B02017F33D247BA40F3D6597D3FDAD37_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* V_0 = NULL; int32_t V_1 = 0; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * V_2 = NULL; { // if (data == null) SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_0 = ___data0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // mABUnitArray = new List(data.abUnitArray); SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_1 = ___data0; NullCheck(L_1); ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* L_2 = SerializeData_get_abUnitArray_m31FAE315FB286180FB9D8228B25A026042912E2D_inline(L_1, /*hidden argument*/NULL); List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 * L_3 = (List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679 *)il2cpp_codegen_object_new(List_1_t70B3B9C3275F9EEB03AFDD3F5D30D0B9B509E679_il2cpp_TypeInfo_var); List_1__ctor_m6B90B57D5E733767DFD28E83B2DFBDF920F3A975(L_3, (RuntimeObject*)(RuntimeObject*)L_2, /*hidden argument*/List_1__ctor_m6B90B57D5E733767DFD28E83B2DFBDF920F3A975_RuntimeMethod_var); __this->set_mABUnitArray_1(L_3); // if (data.assetDataArray != null) SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_4 = ___data0; NullCheck(L_4); AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_5 = SerializeData_get_assetDataArray_m8E83C02FAC17ED13F2A2E3F2572C37D3AA5AACE6_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0049; } } { // mAssetDataMap = new Dictionary(); Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 * L_6 = (Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418 *)il2cpp_codegen_object_new(Dictionary_2_tA9F5AEB6127176CF8BEC5333700C23FC7C0ED418_il2cpp_TypeInfo_var); Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363(L_6, /*hidden argument*/Dictionary_2__ctor_m37E4F985A5C19179C1E02BF265517E7AD01A9363_RuntimeMethod_var); __this->set_mAssetDataMap_2(L_6); // foreach (var config in data.assetDataArray) SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * L_7 = ___data0; NullCheck(L_7); AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_8 = SerializeData_get_assetDataArray_m8E83C02FAC17ED13F2A2E3F2572C37D3AA5AACE6_inline(L_7, /*hidden argument*/NULL); V_0 = L_8; V_1 = 0; goto IL_0043; } IL_0033: { // foreach (var config in data.assetDataArray) AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; // AddAssetData(config); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_13 = V_2; AssetDataGroup_AddAssetData_mEFDA6C82D04B187A57B49376E201505A007E0D55(__this, L_13, /*hidden argument*/NULL); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0043: { // foreach (var config in data.assetDataArray) int32_t L_15 = V_1; AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_16 = V_0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))) { goto IL_0033; } } IL_0049: { // } 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 QFramework.AssetDataGroup_ABUnit::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ABUnit__ctor_mEB9BC79A86B1B360A12E3E0F1AF81CB07F7F83E7 (ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * __this, String_t* ___name0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___depends1, const RuntimeMethod* method) { { // public ABUnit(string name, string[] depends) Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); // abName = name; String_t* L_0 = ___name0; __this->set_abName_0(L_0); // if (depends == null || depends.Length == 0) StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___depends1; if (!L_1) { goto IL_001b; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___depends1; NullCheck(L_2); if (!(((RuntimeArray*)L_2)->max_length)) { goto IL_001b; } } { // abDepends = depends; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___depends1; __this->set_abDepends_1(L_3); } IL_001b: { // } return; } } // System.String QFramework.AssetDataGroup_ABUnit::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ABUnit_ToString_mF08B512D38B3877506F8F85D82A7A83A07787839 (ABUnit_t5AB24A2C56664EBE5262AFB232F9A6C6A712DFD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ABUnit_ToString_mF08B512D38B3877506F8F85D82A7A83A07787839_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { // var result = string.Format("ABName:" + abName); String_t* L_0 = __this->get_abName_0(); String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral4D618B9FB25ADD898496C3BAB3BEAC1FAA4F0331, L_0, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var); String_t* L_3 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // if (abDepends == null) StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = __this->get_abDepends_1(); if (L_4) { goto IL_0025; } } { // return result; String_t* L_5 = V_0; return L_5; } IL_0025: { // foreach (var abDepend in abDepends) StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = __this->get_abDepends_1(); V_1 = L_6; V_2 = 0; goto IL_004a; } IL_0030: { // foreach (var abDepend in abDepends) StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; // result += string.Format(" #:{0}", abDepend); String_t* L_11 = V_0; String_t* L_12 = V_3; String_t* L_13 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral495E3E18F5BC78805C50D6B73C0DA4FD89795CC1, L_12, /*hidden argument*/NULL); String_t* L_14 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_11, L_13, /*hidden argument*/NULL); V_0 = L_14; int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004a: { // foreach (var abDepend in abDepends) int32_t L_16 = V_2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_0030; } } { // return result; String_t* L_18 = V_0; return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String QFramework.AssetDataGroup_SerializeData::get_key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializeData_get_key_m34F09CF3486536FD6737D6288A76F44130D597F6 (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method) { { // get { return mKey; } String_t* L_0 = __this->get_mKey_0(); return L_0; } } // System.Void QFramework.AssetDataGroup_SerializeData::set_key(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializeData_set_key_m44F13F95CE1A25AAA13DA67D53C9F9AF61DC2EEB (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set { mKey = value; } String_t* L_0 = ___value0; __this->set_mKey_0(L_0); // set { mKey = value; } return; } } // QFramework.AssetDataGroup_ABUnit[] QFramework.AssetDataGroup_SerializeData::get_abUnitArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* SerializeData_get_abUnitArray_m31FAE315FB286180FB9D8228B25A026042912E2D (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method) { { // get { return mAbUnitArray; } ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* L_0 = __this->get_mAbUnitArray_1(); return L_0; } } // System.Void QFramework.AssetDataGroup_SerializeData::set_abUnitArray(QFramework.AssetDataGroup_ABUnit[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializeData_set_abUnitArray_m8A2A708B7E739B3BE84B502481641708D9F6DE25 (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* ___value0, const RuntimeMethod* method) { { // set { mAbUnitArray = value; } ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* L_0 = ___value0; __this->set_mAbUnitArray_1(L_0); // set { mAbUnitArray = value; } return; } } // QFramework.AssetData[] QFramework.AssetDataGroup_SerializeData::get_assetDataArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* SerializeData_get_assetDataArray_m8E83C02FAC17ED13F2A2E3F2572C37D3AA5AACE6 (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method) { { // get { return mAssetDataArray; } AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_0 = __this->get_mAssetDataArray_2(); return L_0; } } // System.Void QFramework.AssetDataGroup_SerializeData::set_assetDataArray(QFramework.AssetData[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializeData_set_assetDataArray_m07D8626BA3D9C20611B5C9539486BA8D186CCD3B (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* ___value0, const RuntimeMethod* method) { { // set { mAssetDataArray = value; } AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_0 = ___value0; __this->set_mAssetDataArray_2(L_0); // set { mAssetDataArray = value; } return; } } // System.Void QFramework.AssetDataGroup_SerializeData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializeData__ctor_mEF757DC10C7E0EB4E4FE46358EBFC424AAD62118 (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 // QFramework.AssetData QFramework.AssetDataTable::GetAssetDataByResSearchKeys(QFramework.ResSearchKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * AssetDataTable_GetAssetDataByResSearchKeys_m29AA0576FB20C6FD93EB6E0B992A42060BE6BAC0 (AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * __this, ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * ___resSearchKeys0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataTable_GetAssetDataByResSearchKeys_m29AA0576FB20C6FD93EB6E0B992A42060BE6BAC0_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 * V_3 = NULL; RuntimeObject* V_4 = NULL; { U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * L_0 = (U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass1_0__ctor_m9A9325C4825B6B8D22FE81E0A0A0F5254FC158F8(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * L_1 = V_0; ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_2 = ___resSearchKeys0; NullCheck(L_1); L_1->set_resSearchKeys_0(L_2); // var assetName = resSearchKeys.AssetName.ToLower(); U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * L_3 = V_0; NullCheck(L_3); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_4 = L_3->get_resSearchKeys_0(); NullCheck(L_4); String_t* L_5 = ResSearchKeys_get_AssetName_mF07808496E71FFD080ADD09FC0D5F6BE485DF235_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_5, /*hidden argument*/NULL); V_1 = L_6; // var assetDatas = NameIndex // .Get(assetName); TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * L_7 = __this->get_NameIndex_0(); String_t* L_8 = V_1; NullCheck(L_7); RuntimeObject* L_9 = TableIndex_2_Get_m331D0F4B6DAD98B9B7ACE236AD57BBE98B5CE9F9(L_7, L_8, /*hidden argument*/TableIndex_2_Get_m331D0F4B6DAD98B9B7ACE236AD57BBE98B5CE9F9_RuntimeMethod_var); V_2 = L_9; // if (resSearchKeys.OwnerBundle != null) U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * L_10 = V_0; NullCheck(L_10); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_11 = L_10->get_resSearchKeys_0(); NullCheck(L_11); String_t* L_12 = ResSearchKeys_get_OwnerBundle_m17D90934A4B1A4923D5BB2FD37ACD69A938AF8C4_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004b; } } { // assetDatas = assetDatas.Where(a => a.OwnerBundleName == resSearchKeys.OwnerBundle); RuntimeObject* L_13 = V_2; U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * L_14 = V_0; Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E * L_15 = (Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E *)il2cpp_codegen_object_new(Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E_il2cpp_TypeInfo_var); Func_2__ctor_mF810E6DFB2EF4FEC3B898A61E9DA49619F86D4C3(L_15, L_14, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass1_0_U3CGetAssetDataByResSearchKeysU3Eb__0_mB5DB865BC97BC1A35EC07AA00A7BFD6B3D4C5EB2_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mF810E6DFB2EF4FEC3B898A61E9DA49619F86D4C3_RuntimeMethod_var); RuntimeObject* L_16 = Enumerable_Where_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m02A71A4C4C9AED546F580848BB98FCA1BC93D775(L_13, L_15, /*hidden argument*/Enumerable_Where_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m02A71A4C4C9AED546F580848BB98FCA1BC93D775_RuntimeMethod_var); V_2 = L_16; } IL_004b: { // if (resSearchKeys.AssetType != null) U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * L_17 = V_0; NullCheck(L_17); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_18 = L_17->get_resSearchKeys_0(); NullCheck(L_18); Type_t * L_19 = ResSearchKeys_get_AssetType_m79422380E900A823FC71FF9A88CD95B7AC36AF8C_inline(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_19, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_00a2; } } { U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 * L_21 = (U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass1_1__ctor_m157D3845888B525BC0E2DB794FA365E3F3B4424C(L_21, /*hidden argument*/NULL); V_3 = L_21; // var assetTypeCode = resSearchKeys.AssetType.ToCode(); U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 * L_22 = V_3; U3CU3Ec__DisplayClass1_0_tCFDCD260B88C402B7E0F5B352CBCA37547C81AC1 * L_23 = V_0; NullCheck(L_23); ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * L_24 = L_23->get_resSearchKeys_0(); NullCheck(L_24); Type_t * L_25 = ResSearchKeys_get_AssetType_m79422380E900A823FC71FF9A88CD95B7AC36AF8C_inline(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectAssetTypeCode_t707D2589A96F171233BCE5711727A07B9383F5AF_il2cpp_TypeInfo_var); int16_t L_26 = ObjectAssetTypeCode_ToCode_m1889E32BC0C156C756AD75E4453A08F06EF4FF10(L_25, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_assetTypeCode_0(L_26); // if (assetTypeCode == 0) U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 * L_27 = V_3; NullCheck(L_27); int16_t L_28 = L_27->get_assetTypeCode_0(); if (!L_28) { goto IL_00a2; } } { // var newAssetDatas = assetDatas.Where(a => a.AssetObjectTypeCode == assetTypeCode); RuntimeObject* L_29 = V_2; U3CU3Ec__DisplayClass1_1_t64EEDD4EE824E6D977DEFFFEDCFF8DAA3AEAB984 * L_30 = V_3; Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E * L_31 = (Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E *)il2cpp_codegen_object_new(Func_2_tE26E46F7FDEB6D5208AECD692899B93F9100B18E_il2cpp_TypeInfo_var); Func_2__ctor_mF810E6DFB2EF4FEC3B898A61E9DA49619F86D4C3(L_31, L_30, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass1_1_U3CGetAssetDataByResSearchKeysU3Eb__1_mD183361D880418BDE33C95046FF05EB2B6039FDA_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mF810E6DFB2EF4FEC3B898A61E9DA49619F86D4C3_RuntimeMethod_var); RuntimeObject* L_32 = Enumerable_Where_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m02A71A4C4C9AED546F580848BB98FCA1BC93D775(L_29, L_31, /*hidden argument*/Enumerable_Where_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m02A71A4C4C9AED546F580848BB98FCA1BC93D775_RuntimeMethod_var); V_4 = L_32; // if (newAssetDatas.Any()) RuntimeObject* L_33 = V_4; bool L_34 = Enumerable_Any_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m0FB87A79314020F3749D93869897DEBAFFF33407(L_33, /*hidden argument*/Enumerable_Any_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m0FB87A79314020F3749D93869897DEBAFFF33407_RuntimeMethod_var); if (!L_34) { goto IL_00a2; } } { // assetDatas = newAssetDatas; RuntimeObject* L_35 = V_4; V_2 = L_35; } IL_00a2: { // return assetDatas.FirstOrDefault(); RuntimeObject* L_36 = V_2; AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_37 = Enumerable_FirstOrDefault_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m1D553A865F0253AA9DDAC03542C5DACE9B34C955(L_36, /*hidden argument*/Enumerable_FirstOrDefault_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m1D553A865F0253AA9DDAC03542C5DACE9B34C955_RuntimeMethod_var); return L_37; } } // System.Void QFramework.AssetDataTable::OnAdd(QFramework.AssetData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataTable_OnAdd_mBD4140D41431907164FC7B222BB83E85D58902E4 (AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * __this, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataTable_OnAdd_mBD4140D41431907164FC7B222BB83E85D58902E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // NameIndex.Add(item); TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * L_0 = __this->get_NameIndex_0(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_1 = ___item0; NullCheck(L_0); TableIndex_2_Add_m819E8F4BD402E20C16E3C693E356D4EB0DC50978(L_0, L_1, /*hidden argument*/TableIndex_2_Add_m819E8F4BD402E20C16E3C693E356D4EB0DC50978_RuntimeMethod_var); // } return; } } // System.Void QFramework.AssetDataTable::OnRemove(QFramework.AssetData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataTable_OnRemove_m1D68D816DC41016D97F88EF7106E44C177EE09B3 (AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * __this, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataTable_OnRemove_m1D68D816DC41016D97F88EF7106E44C177EE09B3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // NameIndex.Remove(item); TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * L_0 = __this->get_NameIndex_0(); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_1 = ___item0; NullCheck(L_0); TableIndex_2_Remove_m3C236967202B4E0FCDADAC9E634CB3DF48015D28(L_0, L_1, /*hidden argument*/TableIndex_2_Remove_m3C236967202B4E0FCDADAC9E634CB3DF48015D28_RuntimeMethod_var); // } return; } } // System.Void QFramework.AssetDataTable::OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataTable_OnClear_m7B5D8E094FCF2C957486ED20AF424F24148A2194 (AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataTable_OnClear_m7B5D8E094FCF2C957486ED20AF424F24148A2194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // NameIndex.Clear(); TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * L_0 = __this->get_NameIndex_0(); NullCheck(L_0); TableIndex_2_Clear_m2DB52FA6C5314FBBB7D72CF1BDEF3FE8960FEB18(L_0, /*hidden argument*/TableIndex_2_Clear_m2DB52FA6C5314FBBB7D72CF1BDEF3FE8960FEB18_RuntimeMethod_var); // } return; } } // System.Collections.Generic.IEnumerator`1 QFramework.AssetDataTable::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetDataTable_GetEnumerator_m0FD18C15CEF991FB2EB6C6EAEFF38791E43AB383 (AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataTable_GetEnumerator_m0FD18C15CEF991FB2EB6C6EAEFF38791E43AB383_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * G_B1_0 = NULL; RuntimeObject* G_B1_1 = NULL; { // return NameIndex.Dictionary.SelectMany(kv => kv.Value).GetEnumerator(); TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * L_0 = __this->get_NameIndex_0(); NullCheck(L_0); RuntimeObject* L_1 = TableIndex_2_get_Dictionary_m6A95D3E6BDD80DCCF34F00CA3174F3E2DDFD8E29_inline(L_0, /*hidden argument*/TableIndex_2_get_Dictionary_m6A95D3E6BDD80DCCF34F00CA3174F3E2DDFD8E29_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var); Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * L_2 = ((U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var))->get_U3CU3E9__5_0_1(); Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_1; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_1; goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var); U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * L_4 = ((U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * L_5 = (Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A *)il2cpp_codegen_object_new(Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A_il2cpp_TypeInfo_var); Func_2__ctor_m1783D569B73E6E6FA132EF2BB5EB3B863C08C795(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CGetEnumeratorU3Eb__5_0_m4987C34D3FB6D9D6B1866B1E4D7C930BD57F7D07_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m1783D569B73E6E6FA132EF2BB5EB3B863C08C795_RuntimeMethod_var); Func_2_t763C52C9DEBA4E09B2CB3D1419F8F08DE4C7ED7A * L_6 = L_5; ((U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var))->set_U3CU3E9__5_0_1(L_6); G_B2_0 = L_6; G_B2_1 = G_B1_1; } IL_002a: { RuntimeObject* L_7 = Enumerable_SelectMany_TisKeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m631FDFECF7EAF45A2EB5B29C17E7D8FF2EFF8775(G_B2_1, G_B2_0, /*hidden argument*/Enumerable_SelectMany_TisKeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69_TisAssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4_m631FDFECF7EAF45A2EB5B29C17E7D8FF2EFF8775_RuntimeMethod_var); NullCheck(L_7); RuntimeObject* L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3DE43B08A7032D7477B7B342BF1715B6F32AFAED_il2cpp_TypeInfo_var, L_7); return L_8; } } // System.Void QFramework.AssetDataTable::OnDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataTable_OnDispose_m9733DE403A06543F1D521ACB479D95D5D34A8E45 (AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataTable_OnDispose_m9733DE403A06543F1D521ACB479D95D5D34A8E45_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // NameIndex.Dispose(); TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * L_0 = __this->get_NameIndex_0(); NullCheck(L_0); TableIndex_2_Dispose_m7816E9F5E77F3E4E5577CD4DD6ACF17AF1FE5ED5(L_0, /*hidden argument*/TableIndex_2_Dispose_m7816E9F5E77F3E4E5577CD4DD6ACF17AF1FE5ED5_RuntimeMethod_var); // } return; } } // System.Void QFramework.AssetDataTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssetDataTable__ctor_m695EFB0DF4FDA2CF0F226771577C772AC5DDB000 (AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssetDataTable__ctor_m695EFB0DF4FDA2CF0F226771577C772AC5DDB000_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * G_B2_0 = NULL; AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * G_B2_1 = NULL; Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * G_B1_0 = NULL; AssetDataTable_t0F60B1F32B5B1AAF0BACF8D491E701DE6E87CB1E * G_B1_1 = NULL; { // public TableIndex NameIndex = new TableIndex(data => data.AssetName); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var); Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * L_0 = ((U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var))->get_U3CU3E9__7_0_2(); Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * L_1 = L_0; G_B1_0 = L_1; G_B1_1 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var); U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * L_2 = ((U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * L_3 = (Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 *)il2cpp_codegen_object_new(Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39_il2cpp_TypeInfo_var); Func_2__ctor_m81B1ABD207A2522AA33961083D538B0605538E84(L_3, L_2, (intptr_t)((intptr_t)U3CU3Ec_U3C_ctorU3Eb__7_0_m662E66BBB718021C1EF8C3537B4D351D6FC2510A_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m81B1ABD207A2522AA33961083D538B0605538E84_RuntimeMethod_var); Func_2_tD3274981B35D90F972FE9674100A27D6A72ACA39 * L_4 = L_3; ((U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var))->set_U3CU3E9__7_0_2(L_4); G_B2_0 = L_4; G_B2_1 = G_B1_1; } IL_0020: { TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF * L_5 = (TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF *)il2cpp_codegen_object_new(TableIndex_2_tF941F38BF9E5831FC838994F6EDD9B4810786EAF_il2cpp_TypeInfo_var); TableIndex_2__ctor_m5A23223F11D121B6B8C176509ADEB2D525557197(L_5, G_B2_0, /*hidden argument*/TableIndex_2__ctor_m5A23223F11D121B6B8C176509ADEB2D525557197_RuntimeMethod_var); NullCheck(G_B2_1); G_B2_1->set_NameIndex_0(L_5); Table_1__ctor_mF1981ED8F08E52F7309569696DACCCFE7943215C(__this, /*hidden argument*/Table_1__ctor_mF1981ED8F08E52F7309569696DACCCFE7943215C_RuntimeMethod_var); 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 QFramework.AssetDataTable_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m43CFCAD0D3F682275FB2B6464B9C248E04E42142 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m43CFCAD0D3F682275FB2B6464B9C248E04E42142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * L_0 = (U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 *)il2cpp_codegen_object_new(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m2A58520A5C309B904E4903A57443D4B642783493(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.AssetDataTable_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2A58520A5C309B904E4903A57443D4B642783493 (U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerable`1 QFramework.AssetDataTable_<>c::b__5_0(System.Collections.Generic.KeyValuePair`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CGetEnumeratorU3Eb__5_0_m4987C34D3FB6D9D6B1866B1E4D7C930BD57F7D07 (U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * __this, KeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69 ___kv0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CGetEnumeratorU3Eb__5_0_m4987C34D3FB6D9D6B1866B1E4D7C930BD57F7D07_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // return NameIndex.Dictionary.SelectMany(kv => kv.Value).GetEnumerator(); List_1_t22B1A0F75D13A6F1F0855413E0BE863D45CC77D7 * L_0 = KeyValuePair_2_get_Value_m56751D62C3B8A094CC986F7EE16A511EE3FF745B_inline((KeyValuePair_2_t257AB586912C545ADAD58D1D6430CB398DE5EA69 *)(&___kv0), /*hidden argument*/KeyValuePair_2_get_Value_m56751D62C3B8A094CC986F7EE16A511EE3FF745B_RuntimeMethod_var); return L_0; } } // System.String QFramework.AssetDataTable_<>c::<.ctor>b__7_0(QFramework.AssetData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3C_ctorU3Eb__7_0_m662E66BBB718021C1EF8C3537B4D351D6FC2510A (U3CU3Ec_t33954108F6613ECF490DFD1EE2381828F82E9E73 * __this, AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * ___data0, const RuntimeMethod* method) { { // public TableIndex NameIndex = new TableIndex(data => data.AssetName); AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * L_0 = ___data0; NullCheck(L_0); String_t* L_1 = AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_ValueLength_m750E5D61B69D7C0121FBDF692CF22FDCD3BA7D78_inline (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // get { return _readValueLength; } int32_t L_0 = __this->get__readValueLength_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeysRequiredEventArgs_get_Key_m5DC132EA73B61111D4C74A71178CB773C715BA7F_inline (KeysRequiredEventArgs_t673517A5F44B253F1D65D3476A827F6E50B7EC3A * __this, const RuntimeMethod* method) { { // get { return key; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_key_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileStream_get_Name_mA80AE70C6516BD733732AD17F083530FE3689A08_inline (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Name_mDC6EA5D40A4837EB2B762A48741B73C97078C326_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return name; String_t* L_0 = __this->get_name_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipEntry_get_ZipFileIndex_m08B6E9026F3C36F0FBEF1BBE3421F672E1D3ECE0_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return zipFileIndex; int64_t L_0 = __this->get_zipFileIndex_13(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipEntry_get_CompressionMethod_m49FDECD056405A224954CF5B5DB790197DD470BE_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return method; int32_t L_0 = __this->get_method_9(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TestStatus_SetOperation_m537912CB9D55D41C37E5B1221B570331BA1BF97C_inline (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, int32_t ___operation0, const RuntimeMethod* method) { { // operation_ = operation; int32_t L_0 = ___operation0; __this->set_operation__5(L_0); // } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TestStatus_SetBytesTested_mD9B83ABCAA3FD23050CB913369D679FF2AEEED2D_inline (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, int64_t ___value0, const RuntimeMethod* method) { { // bytesTested_ = value; int64_t L_0 = ___value0; __this->set_bytesTested__4(L_0); // } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipEntry_get_Flags_mD87035E126B343C5FE946582050140B6D41DBA1E_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return flags; int32_t L_0 = __this->get_flags_12(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DescriptorData_get_Crc_mA46B877B708CD9C8D827CC87B3DF636A35CC3BFF_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, const RuntimeMethod* method) { { // get { return crc; } int64_t L_0 = __this->get_crc_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DescriptorData_get_CompressedSize_m2B1877B527FC3E2CDCE8375200815BC1C5305793_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, const RuntimeMethod* method) { { // get { return compressedSize; } int64_t L_0 = __this->get_compressedSize_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t DescriptorData_get_Size_mB29FBA010AC60DFFDC614288ECDE133BBF5D5DF3_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, const RuntimeMethod* method) { { // get { return size; } int64_t L_0 = __this->get_size_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TestStatus_get_ErrorCount_mEAF2345DB9B86660AB1C29D43D5BC217F01EFE88_inline (TestStatus_t33E361F8153D475BDF851CF76FCA3B3880932177 * __this, const RuntimeMethod* method) { { // get { return errorCount_; } int32_t L_0 = __this->get_errorCount__3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipEntry_get_Offset_mF29FA0DF95F4EB283633E9FFD77E5BF464C70B3A_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return offset; int64_t L_0 = __this->get_offset_14(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * ZipUpdate_get_Entry_m7D74CDC76FC24C5D6036BCF07CDF13FBC6E0C9E7_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return entry_; } ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * L_0 = __this->get_entry__0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipUpdate_set_OffsetBasedSize_m3FE71DAB267E6DA9D64DE20C41014B8B7263346F_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { _offsetBasedSize = value; } int64_t L_0 = ___value0; __this->set__offsetBasedSize_7(L_0); // set { _offsetBasedSize = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipFile_get_Name_m3C704BE88426C0E32E7E1EEC11837A92C5281696_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return name_; } String_t* L_0 = __this->get_name__3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ZipFile_get_EntryFactory_mE690DC983330C37E6FB14B2233BBE6C841DFB1E6_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // return updateEntryFactory_; RuntimeObject* L_0 = __this->get_updateEntryFactory__23(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_Offset_m27DD8214A364D12BF7184EEDF602D4E8DF3AE29C_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method) { { // offset = value; int64_t L_0 = ___value0; __this->set_offset_14(L_0); // } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipUpdate_get_Command_m1EA8CD4D05EBB6D72623EF9F2FBCAF1C1F27A8DD_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return command_; } int32_t L_0 = __this->get_command__2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_Flags_mF08279B41843B2E73CEC6B19FF26EE601E12E067_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int32_t ___value0, const RuntimeMethod* method) { { // flags = value; int32_t L_0 = ___value0; __this->set_flags_12(L_0); // } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipUpdate_set_CrcPatchOffset_mE1B02291F5364D6DC0828F3FD76E6CEC8C834E2A_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { crcPatchOffset_ = value; } int64_t L_0 = ___value0; __this->set_crcPatchOffset__6(L_0); // set { crcPatchOffset_ = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipUpdate_set_SizePatchOffset_m08AF5265390A115A6560D41ED1AE22591F06C567_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { sizePatchOffset_ = value; } int64_t L_0 = ___value0; __this->set_sizePatchOffset__5(L_0); // set { sizePatchOffset_ = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipEntry_get_ExtraData_m614E755EEF9988CC123260CDBC4ED54E73FAE60F_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return extra; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_extra_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipExtraData_get_CurrentReadIndex_m1DB5D907E39308C1A3DFBA0AC71BD27B6F98D310_inline (ZipExtraData_tE91A783832A73F8210630517B12055CFE6F22CDE * __this, const RuntimeMethod* method) { { // get { return _index; } int32_t L_0 = __this->get__index_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ZipEntry_IsZip64Forced_m13A239ECB2363384F4D28F7488D578FA1D87FEF0_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return forceZip64_; bool L_0 = __this->get_forceZip64__15(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipEntry_get_Comment_mC982F527044AF8E072AEDA7B2EDC7226E2E6D631_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return comment; String_t* L_0 = __this->get_comment_11(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeflaterOutputStream_set_IsStreamOwner_m44BBF509A179055BD8D5FAADDBB57BF426E880F3_inline (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, bool ___value0, const RuntimeMethod* method) { { // set { isStreamOwner = value; } bool L_0 = ___value0; __this->set_isStreamOwner_4(L_0); // set { isStreamOwner = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ZipUpdate_get_Filename_mAF8A0E2727160AF7F8D9903A5F33BEDA7F8E84EF_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return filename_; } String_t* L_0 = __this->get_filename__4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_OffsetBasedSize_m67AA0EC47676E878620FA8F96826DD7AF7A88DE0_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return _offsetBasedSize; } int64_t L_0 = __this->get__offsetBasedSize_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipHelperStream_set_IsStreamOwner_mC66B801293B3A5F27963DEE9BF8EB82A71233D0F_inline (ZipHelperStream_tE80E887C7FC41818A7737EEBA5D74D4BC57713B0 * __this, bool ___value0, const RuntimeMethod* method) { { // set { isOwner_ = value; } bool L_0 = ___value0; __this->set_isOwner__4(L_0); // set { isOwner_ = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ZipFile_get_IsNewArchive_m53E0692ACD44686AEF7672454589CC7AFA2AC0A6_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return isNewArchive_; } bool L_0 = __this->get_isNewArchive__11(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ZipFile_get_UseZip64_mDC4CCD3F544B911BC9E4A76D0F62EFAF12536237_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return useZip64_; } int32_t L_0 = __this->get_useZip64__12(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipFile_set_UseZip64_m19C0A2503AC77F33A495A2BC3B71A1ECE86273DB_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { useZip64_ = value; } int32_t L_0 = ___value0; __this->set_useZip64__12(L_0); // set { useZip64_ = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_CrcPatchOffset_mEBB49F2990E9E5BF3D7CFE81EF27167E84724C69_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return crcPatchOffset_; } int64_t L_0 = __this->get_crcPatchOffset__6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ZipUpdate_get_SizePatchOffset_mA060576168389A2B1D36D19C49E7BA1F6096B3BB_inline (ZipUpdate_t13F13E61F37A770B6DBA6A4114DE50251935373D * __this, const RuntimeMethod* method) { { // get { return sizePatchOffset_; } int64_t L_0 = __this->get_sizePatchOffset__5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ZipFile_get_IsStreamOwner_mEAAC1EC647D28A8C2395D57011F5D0A31059FD9F_inline (ZipFile_tBB679E9AF2770EA479C0683148E163644B587969 * __this, const RuntimeMethod* method) { { // get { return isStreamOwner; } bool L_0 = __this->get_isStreamOwner_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_ZipFileIndex_m0A657CDEDBFD160FD0EFCF1C723845C901D54C32_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, int64_t ___value0, const RuntimeMethod* method) { { // zipFileIndex = value; int64_t L_0 = ___value0; __this->set_zipFileIndex_13(L_0); // } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ZipEntry_set_CryptoCheckValue_m86F48299438A25BCA1C71766BA739E29FD8C7EE5_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, uint8_t ___value0, const RuntimeMethod* method) { { // cryptoCheckValue_ = value; uint8_t L_0 = ___value0; __this->set_cryptoCheckValue__16(L_0); // } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipAESTransform_get_PwdVerifier_m472877CB37D1B9133FE899C924165103C041CE5A_inline (ZipAESTransform_tA4BC627A6EF2BAA78F9AE7C9748B8CC78BABC31A * __this, const RuntimeMethod* method) { { // return _pwdVerifier; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__pwdVerifier_8(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t ZipEntry_get_CryptoCheckValue_m63F203F5D7A7488E7D677FF993227BF0F02A1FF2_inline (ZipEntry_t3665C6F59EABD75B65F0A92F7D590EA269813DF9 * __this, const RuntimeMethod* method) { { // return cryptoCheckValue_; uint8_t L_0 = __this->get_cryptoCheckValue__16(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EntryPatchData_set_CrcPatchOffset_mAC44B28CC8167C80DD34CEBD3C9CD2B171202660_inline (EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { crcPatchOffset_ = value; } int64_t L_0 = ___value0; __this->set_crcPatchOffset__1(L_0); // set { crcPatchOffset_ = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EntryPatchData_set_SizePatchOffset_mE7139252A5CBDB05EAF9B51766CF5E2A439FEE5B_inline (EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { sizePatchOffset_ = value; } int64_t L_0 = ___value0; __this->set_sizePatchOffset__0(L_0); // set { sizePatchOffset_ = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t EntryPatchData_get_SizePatchOffset_mE1109BD99ECBE587F5E356B16BC9FC8E8C2F31D0_inline (EntryPatchData_t57BE5E245CB7C25A46EC95FBEE5AD7B3EF79F107 * __this, const RuntimeMethod* method) { { // get { return sizePatchOffset_; } int64_t L_0 = __this->get_sizePatchOffset__0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DescriptorData_set_CompressedSize_m53F2130E900D71A1A9A276152F4E8EB1922A1B30_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { compressedSize = value; } int64_t L_0 = ___value0; __this->set_compressedSize_1(L_0); // set { compressedSize = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DescriptorData_set_Size_mAAC8A36D8E7FDFF70E954518C4E9B4C36BCCBC6F_inline (DescriptorData_tFD5D7BBEFA94C60A38C4CDCD57801A2996DF5042 * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { size = value; } int64_t L_0 = ___value0; __this->set_size_0(L_0); // set { size = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InflaterInputBuffer_get_Available_mF209F9BFE7D3BA34C0EBB6C76082B6B69975F3FB_inline (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, const RuntimeMethod* method) { { // get { return available; } int32_t L_0 = __this->get_available_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InflaterInputBuffer_set_Available_m0DCD05758C7EC5A5EDDD2340EC759023A539D2EE_inline (InflaterInputBuffer_t5C7575204BCB16D1C7BA5F7F4693DDA13D7E424A * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { available = value; } int32_t L_0 = ___value0; __this->set_available_5(L_0); // set { available = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t Inflater_get_TotalOut_m597FDC97C605BBFF4996371B68C96D7E9E68E743_inline (Inflater_t19DFE76121B64614CFA318E11C1F2AD2427E804F * __this, const RuntimeMethod* method) { { // return totalOut; int64_t L_0 = __this->get_totalOut_24(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Deflater_GetLevel_mFAEEC99B8BCEC68D91A3646A5FAE2E75BCE63705_inline (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * __this, const RuntimeMethod* method) { { // return level; int32_t L_0 = __this->get_level_15(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DeflaterOutputStream_get_Password_m1B3EEA52433F35D4CE9FD586563A294393477CD5_inline (DeflaterOutputStream_t1EF2A2517FD637B281919F6D59D20CD27E6B0481 * __this, const RuntimeMethod* method) { { // return password; String_t* L_0 = __this->get_password_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t Deflater_get_TotalOut_mE57EC1787DA8C79E7208833B0EBB4338C095BD90_inline (Deflater_t38589D72C8C4FC436E8B021142A1AA44F8F0B933 * __this, const RuntimeMethod* method) { { // return totalOut; int64_t L_0 = __this->get_totalOut_18(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Res_set_AssetName_m20D851181AB1888AEAACC8676A754FC65D86DB0F_inline (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, String_t* ___value0, const RuntimeMethod* method) { { // protected set { mAssetName = value; } String_t* L_0 = ___value0; __this->set_mAssetName_1(L_0); // protected set { mAssetName = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Res_set_AssetType_mB2A98A084BBD288E6F2CB1145B2AC00541F38F0B_inline (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, Type_t * ___value0, const RuntimeMethod* method) { { // public Type AssetType { get; set; } Type_t * L_0 = ___value0; __this->set_U3CAssetTypeU3Ek__BackingField_6(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Res_get_AssetName_m98ADA6ABCB8F57495B3A40A211B07397786DFEEE_inline (Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B * __this, const RuntimeMethod* method) { { // get { return mAssetName; } String_t* L_0 = __this->get_mAssetName_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AssetBundleRes_set_AssetBundle_m91F3E345D7AF6C332E69D87826F67C993F297F08_inline (AssetBundleRes_tE2B32714C1C3DA7AFFED5ED84E90656E17D2CB3F * __this, AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * ___value0, const RuntimeMethod* method) { { // private set { mAsset = value; } AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_0 = ___value0; ((Res_t69F4B97D70FB1353AEB67C5779F37963DA04683B *)__this)->set_mAsset_3(L_0); // private set { mAsset = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SimpleRC_get_RefCount_mD6BCEE7E0C64229F0DB5BD027E9ACF60827FF456_inline (SimpleRC_tCB261932C49CFE72CED5E564077CA06DF18C0A77 * __this, const RuntimeMethod* method) { { // public int RefCount { get; private set; } int32_t L_0 = __this->get_U3CRefCountU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * ResSearchKeys_get_AssetType_m79422380E900A823FC71FF9A88CD95B7AC36AF8C_inline (ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * __this, const RuntimeMethod* method) { { // public Type AssetType { get; set; } Type_t * L_0 = __this->get_U3CAssetTypeU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ResSearchKeys_get_AssetName_mF07808496E71FFD080ADD09FC0D5F6BE485DF235_inline (ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * __this, const RuntimeMethod* method) { { // public string AssetName { get; set; } String_t* L_0 = __this->get_U3CAssetNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int16_t AssetData_get_AssetType_mBB5B24DD1E97CCA74591A9F2B2CD1589E805ED0E_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mAssetType; } int16_t L_0 = __this->get_mAssetType_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssetData_get_OwnerBundleName_mE41D103C8E30F3A3DF657B659818CAD00D03334E_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mOwnerBundleName; } String_t* L_0 = __this->get_mOwnerBundleName_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssetData_get_AssetName_m2D68580A97EF15EB81A84B1CAF950E517B72AECD_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mAssetName; } String_t* L_0 = __this->get_mAssetName_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializeData_get_key_m34F09CF3486536FD6737D6288A76F44130D597F6_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method) { { // get { return mKey; } String_t* L_0 = __this->get_mKey_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AssetData_get_AssetBundleIndex_m7F42649154C63D95A29B170C750BF0971E111940_inline (AssetData_t78B6EFEF92C2DD5277727B47FEF8F62356F82FB4 * __this, const RuntimeMethod* method) { { // get { return mAbIndex; } int32_t L_0 = __this->get_mAbIndex_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ResSearchKeys_get_OwnerBundle_m17D90934A4B1A4923D5BB2FD37ACD69A938AF8C4_inline (ResSearchKeys_t712EEEE8BB3FCF8A4C690903C3F700927DBAA017 * __this, const RuntimeMethod* method) { { // public string OwnerBundle { get; set; } String_t* L_0 = __this->get_U3COwnerBundleU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SerializeData_set_key_m44F13F95CE1A25AAA13DA67D53C9F9AF61DC2EEB_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set { mKey = value; } String_t* L_0 = ___value0; __this->set_mKey_0(L_0); // set { mKey = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SerializeData_set_abUnitArray_m8A2A708B7E739B3BE84B502481641708D9F6DE25_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* ___value0, const RuntimeMethod* method) { { // set { mAbUnitArray = value; } ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* L_0 = ___value0; __this->set_mAbUnitArray_1(L_0); // set { mAbUnitArray = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SerializeData_set_assetDataArray_m07D8626BA3D9C20611B5C9539486BA8D186CCD3B_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* ___value0, const RuntimeMethod* method) { { // set { mAssetDataArray = value; } AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_0 = ___value0; __this->set_mAssetDataArray_2(L_0); // set { mAssetDataArray = value; } return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* SerializeData_get_abUnitArray_m31FAE315FB286180FB9D8228B25A026042912E2D_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method) { { // get { return mAbUnitArray; } ABUnitU5BU5D_tCE6718E8B6D257499D0FAD912E1EB461FAE2E39D* L_0 = __this->get_mAbUnitArray_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* SerializeData_get_assetDataArray_m8E83C02FAC17ED13F2A2E3F2572C37D3AA5AACE6_inline (SerializeData_tABEB1B507D76716205585B8CC370F27F1F8CFD20 * __this, const RuntimeMethod* method) { { // get { return mAssetDataArray; } AssetDataU5BU5D_tF5DBDF4519D60503DF59241D4B337AB830EBC0D3* L_0 = __this->get_mAssetDataArray_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3); return L_4; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* TableIndex_2_get_Dictionary_mB0253DD26E5B660C3EEBAE553C749B6E536DDAD4_gshared_inline (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, const RuntimeMethod* method) { { // get { return mIndex; } Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_0 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); return L_0; } }